Model Designer lets you create data models called Business Models that describe how data objects ( Business Objects ) are structured. A Business Model consists of a list of properties. Refer to the detailed documentation of each property type below.
Notes:
The Start Flow action starts a flow and redirects to user to the started Flow run.
The Internal Link navigates the user to a page inside the app.
The External Link navigates the user to a page outside the app.
You can set parameters as key-value-pairs for each action. You can use certain placeholders for dynamic parameter values:
Placeholder | Description |
---|---|
current_object_id | The ID of the business object where the action was clicked. |
property_{id} | The value of a specific property of the business object where the action was clicked. Replace {id} with a specific property ID. You can get the property ID in Model Designer |
If you want to pass the ID of an object to a Flow, you can do:
ID: triggerObjectId
Value: current_object_id
You can set default values for all Business model properties. These values will be used when creating Business Object. They can be overwritten by the User.
If you want to have a Default Value in a combination with Readonly you have to first make the property not Readonly then set Default value and make the property Readonly again.