StrataFrame Forum

BrowseDialog to include Fields of Child BO ?

http://forum.strataframe.net/Topic21454.aspx

By Philipp Guntermann - 1/8/2009

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.

By Ivan George Borges - 1/9/2009

Hey Philipp.

I think you will need to work with a view. Have a look at the posts starting from here:

http://forum.strataframe.net/FindPost20482.aspx

By Philipp Guntermann - 1/11/2009

Hi Ivan,

thanks, will try that out tommorow BigGrin