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 by Example for more information about factories.