Table Description
Guided Change of Circumstance Action: The actions that relate to a Guided Change of Circumstance

Each Guided Change of Circumstance will have an associated, system determined, set of actions that must be completed or considered in order to bring the Guided Change of Circumstance to completion. These actions will have been determined by custom business logic written by customers of the Guided Changes functionality.

Model Details
Location in Model: Logical View::MetaModel::Curam::Core::Reference Model::Guided Changes::Entity Objects::GuidedChangeCOCAction
Controlling File: core\model\Packages\GuidedChanges.efx
Attributes (4)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
guidedChangeCOCActionIDkeynoThe unique identifier for this Guided Change of Circumstance Action.INTERNAL_ID SVR_INT64
changeTypedetails The type of change that is required in order to complete this Guided Change of Circumstance Action. EVIDENCE_TYPE_CODEEvidenceTypeSVR_STRING<10>
statusdetails The current status of the Guided Change of Circumstance Action.GUIDED_CHANGE_ACTION_STATUSGuidedChangeActionStatusSVR_STRING<10>
guidedChangeCOCIDdetails A link to the related Guided Change of Circumstance.INTERNAL_ID SVR_INT64
Indices (1)
Index NameAttributes
cocIDAndChangeTypeIndexchangeType, guidedChangeCOCID
Operations (6)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: guidedChangeCOCActionID
Inserts a new Guided Change of Circumstance Action. 
modifymodify Modifies a Guided Change of Circumstance Action. 
readread Reads a Guided Change of Circumstance Action. 
searchGuidedChangeCOCActionByGuidedChangeCOCIDnsreadmulti Lists all related Guided Change of Circumstance Actions for a specific Guided Change of Circumstance. 
modifyStatusnsmodify Modifies the status of a Guided Change of Circumstance Action. 
searchGuidedChangeCOCActionByGuidedChangeIDAndChangeTypensreadmulti Lists all related Guided Change of Circumstance Actions for a specific Guided Change of Circumstance with a specific change type. 
Related Pages (5)