...
uniqueName* – Unique name of the Model Class. It is used in Model Object to reference the Model Class they instantiate. Note that you can modify the uniqueName, but the references will not be updated automatically.
label – Human readable name of the Model Class, displayed to the users, when they select which Model Class they want to use for creating a new Model Object.
definition – Defines how the Model Class instances will look and behave. It stores definitions of Calculations, Steps and Evaluations in a JSON text format.
workflowFormulaName – Name of the workflow logic (with workflowType = “model”) which is responsible for building the approval workflow steps when the user clicks Submit. If not set, when the user submits the model, it is auto-approved and marked as “No Approval Required”then the workflow feature is disabled for those Model Objects.
Model Class Definition
In a Model Class, the definition
field contains a JSON document that has three main root elements: calculations
, steps
and evaluations
.
...