Table Description
Action Child Link: A link between an action and a child record.

A link between an action and a child record.

Example

For example, an allegation may be associated with an action record.

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::Core::Reference Model::Service Layer::Action::Entity::ActionChildLink
Controlling File: core\model\Packages\Reference Model\Service Layer\Action\Entity\Action_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (6)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
actionChildLinkIDkeynoUnique internal reference number of the action child link record.ACTION_CHILD_LINK_ID SVR_INT64
actionIDdetailsnoUnique reference number of the action record which is associated with the child record. This is the foreign key to the action record.ACTION_ID SVR_INT64
childLinkIDdetailsnoUnique reference number of the child record which is associated with the action record.INTERNAL_ID SVR_INT64
relatedIDdetailsnoUnique reference number of the related record which is associated with the action record.INTERNAL_ID SVR_INT64
recordStatusdetails Status of the action child link record. The values are 'Active' or 'Canceled'. Logical deletion is supported.RECORD_STATUS_CODERecordStatusSVR_STRING<10>
childTypedetails Child record type.ACTION_CHILD_TYPEActionChildTypeSVR_STRING<10>
Foreign Keys (1)
ChildParent
ActionChildLink.actionIDAction.actionID
Indices (1)
Index NameAttributes
IND_686461360actionID
Operations (5)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: actionChildLinkID
PRE_DATA_ACCESS: yes
Method to create new Action Child Link record. 
cancelnsmodifyOPTIMISTIC_LOCKING: yes
PRE_DATA_ACCESS: yes
Method to cancel specified Action Child Link record. 
searchActiveByActionIDnsmultiPRE_DATA_ACCESS: yes
 
Method to read active Action Child Link records by provided Action id.SQL
countActiveByActionIDChildLinkIDChildTypeRecordStatusnsPRE_DATA_ACCESS: yes
 
Method to count active action child links for specified action id, child id and child type.SQL
validateDetails  Method to validate Action Child Link details before creating new record. 
Related Pages (4)