Group: StrataFrame Developers
Posts: 6.6K,
Visits: 7K
|
Sure,
If you do not want a field to show up in your business object when generated do the following:
1.) Open the Business Object Mapper and navigate to the proper business object
2.) Select the field to omit from the right panel
3.) Click the "Customize" Button
4.) Click the "Use Custom Code" check box
5.) Put a space in the Custom Code text box
6.) Rebuild the partial for the modified business object
You will notice that the field property is no longer created by the BO Mapper on that business object.
|