You are here:
Automate Adding of Methods
The framework calls some methods automatically when the state of BusinessObjects changes.
Required Editions
These methods are automatically created during the creation of a BusinessObject, a ListObject,
or a Lookup when you run the sf modeler workspace add
command.
- CreateAsync: Creates an instance of a given business object.
- LoadAsync: Loads the simple properties of an object from the database.
- ValidateAsync: Validates the consistency of an object before it is saved.
- SaveAsync: Saves an instance or a list of a given object type that’s declared within a process.
- Initialize: Initializes the attributes of a given object.
These methods are stubs, you can reprogram the methods as needed.
| Available in: Enterprise, Performance, and Unlimited Editions |
| Contract | Automatically created methods |
|---|---|
| Business Object |
|
| List Object |
|
| Lookup Object |
|
Did this article solve your issue?
Let us know so we can improve!

