Table Description
Incident Link: An association between an Incident and another entity e.g. case.

This entity allows for the associations between Incident and other records such as case.

Example

When an Incident such as a suspected fraud Incident is recorded, it may be associated with the case where this was identified.

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::Incidents::Entity::IncidentLinkPkg::IncidentLink
Controlling File: core\model\Packages\Reference Model\Service Layer\Incidents\Entity\Entity_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (5)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
incidentLinkIDkeynoUnique reference number assigned by the system to an incident link record.INCIDENT_LINK_ID SVR_INT64
incidentIDdetailsnoUnique reference number of the associated incident record.INCIDENT_ID SVR_INT64
relatedObjectIDdetailsnoUnique reference number of the entity which is associated with the incident e.g. a caseID.INTERNAL_ID SVR_INT64
relatedObjectTypedetailsnoType of object which is associated with the incident. Values include 'Client' and 'Case'.INCIDENT_OBJECT_LINK_TYPEIncidentObjectLinkTypeSVR_STRING<10>
recordStatusdetails Status of the incident link record. The values are 'Active' or 'Canceled'. Logical deletion is supported.RECORD_STATUS_CODERecordStatusSVR_STRING<10>
Foreign Keys (1)
ChildParent
IncidentLink.incidentIDIncident.incidentID
Indices (2)
Index NameAttributes
IncidentLinkTypeStatusIdxincidentID, relatedObjectType, recordStatus
IncidentLnkRelIDTypeStatIdxrelatedObjectID, relatedObjectType, recordStatus
Operations (8)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: incidentLinkID
Standard Operation 
readread Standard Operation 
modifymodifyOPTIMISTIC_LOCKING: yes
Standard Operation 
searchByIncidentreadmulti Returns all related Incident Link records for an Incident. 
searchByIncidentAndRelatedTypereadmulti Returns all Incident Link records for an Incident by type. 
searchByIncidentRelatedTypeAndStatusreadmulti Returns all Incident Link records for an Incident by related type and record status. 
searchByRelatedIDAndTypereadmulti Returns all Incident Link records for an Incident by related ID and type. 
searchByRelatedIDTypeAndStatusreadmulti Returns all Incident Link records for an Incident by related ID, type and status. 
Related Pages (9)