Table Description
Action Plan Link: The link between an action plan and any type of case or participant is recorded here.

When a action plan is created it is generally associated with a case or participant. The identifier for the linked entity is stored here along with the Contact Log identifier. This is used to record the link between the two entities.

Example

An investigation case that includes a action plan.

Model Details
Location in Model: Logical View::MetaModel::Curam::Core::Reference Model::Service Layer::ActionPlan::Entity::ActionPlanLink
Controlling File: core\model\Packages\Reference Model\Service Layer\ActionPlan\Entity\ActionPlan_cat.efx
Attributes (5)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
actionPlanLinkIDkeynoUnique reference number assigned by the system to the action plan link record.INTERNAL_ID SVR_INT64
recordStatusdetails Status of the contact log link record. The values are 'Active' or 'Canceled' these are used to support logical deletion of this record.RECORD_STATUSRecordStatusSVR_STRING<10>
linkIDdetails The unique identifier for the entity that the action plan is linked to. An example would be the case ID for an investigation case.INTERNAL_ID SVR_INT64
linkTypedetails The type of the link ID. A possible value here is 'Case ID'.ACTION_PLAN_LINK_TYPE_CODEActionPlanLinkTypeSVR_STRING<10>
actionPlanIDdetails The action plan to link the other entity to.INTERNAL_ID SVR_INT64
Indices (1)
Index NameAttributes
actionPlanLinkTypeIdxactionPlanID, linkType
Operations (5)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: actionPlanLinkID
Standard Operation 
readread Standard Operation 
modifymodify Standard Operation 
removeremove Standard Operation 
readByActionPlanIDLinkTypensread   
Related Pages (9)