Table Description
Life Event Case Link: An association between a life event type and an active product delivery or integrates case. This entity stores the association between the life event and a case type.
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::WorkspaceServices::LifeEvents::Entity::LifeEventCaseLink
Controlling File: WorkspaceServices\model\Packages\LifeEvents\Entity\LifeEvent_Entity.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (5)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
lifeEventCaseLinkIDkeynoUnique identifier of this life event case link record.INTERNAL_ID SVR_INT64
lifeEventTypeIDdetailsnoUnique identifier of the related life event type record.INTERNAL_ID SVR_INT64
caseTypeCodedetailsnoThe case type code for the life event to identify the associated product type or integrated case type.CASE_TYPE_CODECaseTypeCodeSVR_STRING<10>
caseTypedetailsnoThe related type either an integrated case type or product delivery type for the life event .CASE_TYPE_TEXT SVR_STRING<10>
recordStatusdetailsnoThe status of the record, Active or Cancelled.RECORD_STATUS_CODERecordStatusSVR_STRING<10>
Foreign Keys (1)
ChildParent
LifeEventCaseLink.lifeEventTypeIDLifeEventType.lifeEventTypeID
Indices (1)
Index NameAttributes
IND__993059716lifeEventTypeID
Operations (4)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: lifeEventCaseLinkID
Standard Operation 
modifymodifyOPTIMISTIC_LOCKING: yes
Standard Operation 
readread Standard Operation 
searchByLifeEventTypeAndStatusreadmulti Searches the life event case types by life event type and record status. 
Related Pages (2)