Interface: BusinessRuleDecisionTableSetCellInput
Defined in: type/BusinessRuleDecisionTableSetCellInput.ts:6
Input object for BusinessRuleDecisionTableSetCellInput
Properties
columnId
columnId:
string|number
Defined in: type/BusinessRuleDecisionTableSetCellInput.ts:14
The ID of the column that contains the table cell
expression?
optionalexpression?:BusinessRuleExpressionGroupInput
Defined in: type/BusinessRuleDecisionTableSetCellInput.ts:16
The expressions value for this cell
localizedValue?
optionallocalizedValue?:LocalizedStringInput[]
Defined in: type/BusinessRuleDecisionTableSetCellInput.ts:20
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/BusinessRuleDecisionTableSetCellInput.ts:22
The numeric value for this cell, used in output cells
rowId
rowId:
string|number
Defined in: type/BusinessRuleDecisionTableSetCellInput.ts:12
The ID of the row the table cell
ruleId
ruleId:
string|number
Defined in: type/BusinessRuleDecisionTableSetCellInput.ts:8
The ID of the BusinessRule that contains the table cell
tableId
tableId:
string|number
Defined in: type/BusinessRuleDecisionTableSetCellInput.ts:10
The ID of the DecisionTable inside BusinessRule that contains the table cell
value?
optionalvalue?:string
Defined in: type/BusinessRuleDecisionTableSetCellInput.ts:18
The string value of the cell, used in output cells. Can contain a string or an expression. Strings need to be wrapped in ""