Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
You could optionally set the ChildAutoFilterOption on the parent business object and populate the child business object will all of the records necessary for all records within the parent business object. Then, as you navigate, the filter will automatically be set on the child business object to only show records that match the current parent record. Otherwise, yes, you will need to repopulate the child business object manually.
|