Skip to main content

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?

optional expression?: BusinessRuleExpressionGroupInput

Defined in: type/BusinessRuleDecisionTableSetCellInput.ts:16

The expressions value for this cell


localizedValue?

optional localizedValue?: 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?

optional number?: 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?

optional value?: 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 ""