Business Object Creation by Factory
Business Objects are created by factories. There is a factory method for each class (for example, createCustomer, createOrder, and so on) within the BOM.
The factory methods have to be used when a Business Object is created. This happens implicitly when objects are created within User Tasks, but has to be done explicitly when an object is created in a script. See Business Data Scripting for more information about factories.
Copyright © 2021. Cloud Software Group, Inc. All Rights Reserved.