CustomersBO.OrdersBO.OrderItemsBO.ItemPrice
How can I do that for SF Business Object?
Hi Greg,
Thanks, but one more question, at some point I need to add code to make the ParentBO property in synch with the current record, where and how to do this?
I understand that in my Parent BO I will add a property to the ChildBO, but I want it to be in synch with the current selected parent record. Also I don't have plans to use this for binding, just to get access to related child record for some custom functions and methods I will have in the BOs.