Table Description
Life Event Category Link: A link between a life event category and a life event type. To categorize a life event, it must be associated with a category. This entity stores the link between the life event and category.

Example

James Smith logs into the citizen account and wants to report a change of job. He selects the Life Events tab and subsequently selects the All Life events list. This page displays the Change of Job life event within the Employment category. This entity allows for the Change of Job life event to be displayed within the Employment category.
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::LifeEventCategoryLink
Controlling File: WorkspaceServices\model\Packages\LifeEvents\Entity\LifeEvent_Entity.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (5)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
lifeEventCategoryIDdetailsnoUnique identifier of the related life event category record.INTERNAL_ID SVR_INT64
lifeEventCategoryLinkIDkeynoUnique identifier for this record.INTERNAL_ID SVR_INT64
lifeEventTypeIDdetailsnoUnique identifier of the related life event type record.INTERNAL_ID SVR_INT64
recordStatusdetails The status of the record, Active or Cancelled.RECORD_STATUSRecordStatusSVR_STRING<10>
displayOrderdetailsyesDictates the display order of this category relative to other categories.LIFE_EVENT_CONTEXT_DISPLAY_ORDER SVR_INT16
Foreign Keys (2)
ChildParent
LifeEventCategoryLink.lifeEventCategoryIDLifeEventCategory.lifeEventCategoryID
LifeEventCategoryLink.lifeEventTypeIDLifeEventType.lifeEventTypeID
Indices (2)
Index NameAttributes
IND__1344256370lifeEventCategoryID
IND__1030964150lifeEventTypeID
Operations (6)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: lifeEventCategoryLinkID
AUTO_ID_KEY: LIFEVNTYP
Standard Operation 
modifymodifyOPTIMISTIC_LOCKING: yes
Standard Operation 
readread Standard Operation 
searchByCategoryAndStatusreadmultiORDER_BY: displayOrder
Searches for category link records based on intake application type and record status. 
searchByLifeEventTypeAndStatusreadmulti Search by Intake Application Type and Record Status. 
insertLifeEventCategoryLinknsinsert To insert life event category link record. 
Related Pages (12)