...
The Model Class definition is stored in a table with type code MC, which has following fields:
Fields
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 won’t 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”.
...