Having set up a parent-child relationship between two buisness objects, i was wondering how to enable the inclution of fields from the child within the browsdialog for its parent ?for example:
CustomerBO has fields "Name" and "Cust-No". The Browserdialog allows searching for thoose. But should also allow for searching "Order-No" from OrderBO and then show the Customer "Name" and "Cust-No" to whom the order belongs to ?
Also i was wondering if i could have 2 maintance toolstrips on a form and have the first be attached to customersBO and the second be attached to ordersBO ? Since i cannot find a property in the maintanance toolstrip to set the BO to be used. it just uses the primary one.
Thanks.