Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
Yes, the business objects will keep attempting to set themselves as the PrimaryBusinessObject of the form. However, if you don't want the form to interact with any of the business objects, then you can set all of the IncludeInForm*** properties on the form to DeterminedByBusinessObject and set the IncludeInForm*** properties on the business objects to False and you will have the functionality you're looking for.
|