Table Description
Life Event Category: A category or group of life events, for example, Employment. This entity is used to categorize similar life events together and is used to display life events based on this categorization. This makes it easier to find a life event, for example an Employment category can contain Change of Job, Change of Income and Change of Address life events.

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 stores the detail of 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::LifeEventCategory
Controlling File: WorkspaceServices\model\Packages\LifeEvents\Entity\LifeEvent_Entity.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (6)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
lifeEventCategoryIDkeynoUnique identifier of this life event category record.INTERNAL_ID SVR_INT64
recordStatusdetailsnoThe status of the record, Active or Cancelled.RECORD_STATUS_CODERecordStatusSVR_STRING<10>
displayOrderdetailsyesDictates the display order of this category relative to other categories.LIFE_EVENT_CONTEXT_DISPLAY_ORDER SVR_INT16
nameTextIDdetailsyesName of this category e.g. Employment.LOCALIZABLE_TEXT_ID SVR_INT64
descTextIDdetailsyesDescription of the category which will be displayed to the citizen or user.LOCALIZABLE_TEXT_ID SVR_INT64
imageIDdetailsyesInternal ID of the image associated with this category.INTERNAL_ID SVR_INT64
Foreign Keys (4)
ChildParent
LifeEventCategory.imageIDImage.imageID
LifeEventCategory.descTextIDLocalizableText.localizableTextID
LifeEventCategory.nameTextIDLocalizableText.localizableTextID
LifeEventCategoryLink.lifeEventCategoryIDLifeEventCategory.lifeEventCategoryID
Indices (3)
Index NameAttributes
IND__1712716173imageID
IND_537894172descTextID
IND_1415689622nameTextID
Operations (5)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: lifeEventCategoryID
AUTO_ID_KEY: LIFEVNTYP
Standard Operation 
readread Standard Operation 
modifymodifyOPTIMISTIC_LOCKING: yes
Standard Operation 
searchByStatusreadmulti Returns a set of records based on the status specified. 
insertLifeEventCategorynsinsert To insert life event category 
Related Pages (6)