Newer Version Available

This content describes an older version of this product. View Latest

DecisionTableParameter

Represents an input or output field in a decision table. An input field is a field in the business rule object or custom metadata type that contains values used by the decision table to evaluate records and values. An output field is a field in the business rule object or custom metadata type that contains the values provided as outcomes for a rule. This object is available in API version 51.0 and later.

Supported SOAP API Calls

create(), delete(), describeSObjects(), query(), retrieve(), update(), upsert()

Supported REST API Methods

DELETE, GET, HEAD, PATCH, POST, Query

Fields

Field Details
DecisionTableId
Type
reference
Properties
Create, Filter, Group, Sort
Description
The unique identifier of the associated decision table.
This is a relationship field.
Relationship Name
DecisionTable
Relationship Type
Lookup
Refers To
DecisionTable
FieldName
Type
string
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
The API name of the fields that selected as an input or output for the decision table.
ManageableState
Type
ManageableState enumerated list
Properties
Filter, Group, Nillable, Restricted picklist, Sort
Description
Indicates the manageable state of the specified component that is contained in a package:
  • beta
  • deleted
  • deprecated
  • deprecatedEditable
  • installed
  • installedEditable
  • released
  • unmanaged
Operator
Type
picklist
Properties
Create, Filter, Group, Nillable, Restricted picklist, Sort, Update
Description
The operator used for the input field.
Possible values are:
  • DoesNotExistsIn
  • Equals
  • ExistsIn
  • GreaterOrEqual
  • GreaterThan
  • LessOrEqual
  • LessThan
  • Matches
  • NotEquals
Sequence
Type
int
Properties
Filter, Group, Nillable, Sort
Description
The sequence in which input fields are processed.
Usage
Type
picklist
Properties
Create, Filter, Group, Restricted picklist, Sort, Update
Description
The usage type of a field.
Possible values are:
  • INPUT
  • OUTPUT