Interface: BusinessRuleDecisionTableCell
Defined in: type/BusinessRuleDecisionTableCell.ts:7
Represents a single cell in a decisionTable, each cell either hold an expression, string value or numeric value based on the column type and field
Properties
columnId
columnId:
string|number
Defined in: type/BusinessRuleDecisionTableCell.ts:9
The columnId of the cell
expression?
optionalexpression?:BusinessRuleExpressionGroup
Defined in: type/BusinessRuleDecisionTableCell.ts:11
The expressions value for this cell
localizedValue?
optionallocalizedValue?:LocalizedString[]
Defined in: type/BusinessRuleDecisionTableCell.ts:15
The localized string value of the cell, used in output cells. Used when you want a rule to generate a translated string in the output
number?
optionalnumber?:number
Defined in: type/BusinessRuleDecisionTableCell.ts:17
The numeric value for this cell, used in output cells
value?
optionalvalue?:string
Defined in: type/BusinessRuleDecisionTableCell.ts:13
The string value of the cell, used in output cells. Can contain a string or an expression. Strings need to be wrapped in ""