BusinessRuleDecisionTableSetCellInput
No description
input BusinessRuleDecisionTableSetCellInput {
ruleId: ID!
tableId: ID!
rowId: ID!
columnId: ID!
expression: BusinessRuleExpressionGroupInput
value: String
localizedValue: [LocalizedStringInput!]
number: Float
}
Fields
BusinessRuleDecisionTableSetCellInput.ruleId
● ID!
non-null scalar
The ID of the BusinessRule that contains the table cell
BusinessRuleDecisionTableSetCellInput.tableId
● ID!
non-null scalar
The ID of the DecisionTable inside BusinessRule that contains the table cell
BusinessRuleDecisionTableSetCellInput.rowId
● ID!
non-null scalar
The ID of the row the table cell
BusinessRuleDecisionTableSetCellInput.columnId
● ID!
non-null scalar
The ID of the column that contains the table cell
BusinessRuleDecisionTableSetCellInput.expression
● BusinessRuleExpressionGroupInput
input
The expressions value for this cell
BusinessRuleDecisionTableSetCellInput.value
● String
scalar
The string value of the cell, used in output cells. Can contain a string or an expression. Strings need to be wrapped in ""
BusinessRuleDecisionTableSetCellInput.localizedValue
● [LocalizedStringInput!]
list input
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
BusinessRuleDecisionTableSetCellInput.number
● Float
scalar
The numeric value for this cell, used in output cells
Member Of
businessRuleDecisionTableSetCell
mutation