Definitions
This display allows you to monitor Calculation definitions in one table.
| Property | Data type | Description |
|---|---|---|
| Name | String | Name of the calculation in Calc Catalog. Must be unique. |
| Description | String | Optional description of calculation. |
| Code | String | The code for the calculation. |
| CodeType | Enum | The type of code in the code property. Currently it can be C# or Simplified C#. |
| Disabled | Boolean | If set to true, calculations based on this Calc definition will be suspended. |
| ErrorMessage | String(json) | Will contain any errors/warnings encountered during the compilation of this Calc Definition in JSON format. In case of a successful compilation, the errors array will be empty. In case of a successful compilation, the errors array will be empty. |
| CompilationStatus | Enum | Shows if compilation was successful or failed. |
| LastCompilationTime | DateTime | Shows timestamp when compilation was successful last time. |
| Group | String | Shows user group allowed to see and modify the calculation |
Updated 2 days ago
