Definitions

This display allows you to monitor Calculation definitions in one table.

PropertyData typeDescription
NameStringName of the calculation in Calc Catalog. Must be unique.
DescriptionStringOptional description of calculation.
CodeStringThe code for the calculation.
CodeTypeEnumThe type of code in the code property. Currently it can be C# or Simplified C#.
DisabledBooleanIf set to true, calculations based on this Calc definition will be suspended.
ErrorMessageString(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.
CompilationStatusEnumShows if compilation was successful or failed.
LastCompilationTimeDateTimeShows timestamp when compilation was successful last time.
GroupStringShows user group allowed to see and modify the calculation