Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
Ah, the reason that I never created a fill method was because the BusinessLayer class already has a FillByParent() and a FillByParentPrimaryKey() that can be used to pull child records of a parent business object. You can also write your own fill method, and then filter the records through the ChildAutoFilterOption on the parent business object.
|