Table Description
DADecision Matrix: The decision matrix allows the user to define the rules used to a achieve outcomes.A Decision Matrix can have multiple versions and this entity is used to group multiple versions.

The decision matrix allows the user to define the set of rules used to achieve outcomes. A Decision Matrix can have multiple versions and this entity is used to group multiple versions.

Relationship Diagram
Click the diagram to manipulate and zoom. Traverse the diagram using Click-and-Drag motions.
Model Details
Location in Model: Logical View::MetaModel::Curam::Decision Assist::Service Layer::DecisionMatrix::Entity::DecisionMatrix
Controlling File: DecisionAssist\model\Packages\Service Layer\DecisionMatrix\Entity\DecisionMatirx_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (3)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
decisionMatrixIDkeynoSystem generated unique identifier for a Decision Matrix.DA_DECISION_MATRIX_ID SVR_INT64
createdDateTimedetails The date the Decision Matrix was created.CURAM_DATETIME SVR_DATETIME
createdBydetails The full name of the user who created the Decision Matrix.DA_CREATED_BY_USER SVR_STRING<64>
Foreign Keys (2)
ChildParent
DecisionMatrixVersion.decisionMatrixIDDecisionMatrix.decisionMatrixID
QuestionOutcomeMetaData.decisionMatrixIDDecisionMatrix.decisionMatrixID
Operations (5)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: decisionMatrixID
AUTO_ID_KEY: DECMATRIX
PRE_DATA_ACCESS: yes
Standard Operation 
readread Standard Operation 
removeremove Standard Operation 
modifymodify Modifies a decision matrix record. 
insertDecisionMatrixinsert Inserts record to decision matrix entity. This method expects decision matrix ID to be set by the caller, if not set it delegates the call to insert() which is modeled to auto generate primary key field (decision matrix ID). It's preferred to call this method only in scenario's where caller wants to set the value of primary key (decision matrix ID) by itself. 
Related Pages (3)