Table Description
Life Event CW : Holds the execution details for an instance of a Life Event. When a life event is submitted this entity stores the differences between the original data stored for the person and the new data that has been submitted by that person.

Example

James Smith logs into the citizen account and selects to submit a change of address life event. James submits his new address. This entity stores the difference between the original data stored for James and the new data i.e. the new address.
Model Details
Location in Model: Logical View::MetaModel::Curam::CitizenWorkspace::Entity::LifeEvents::LifeEventCW
Controlling File: CitizenWorkspace\model\Packages\Entity_cat.efx
Attributes (6)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
lifeEventIDkeynoUnique identifier of this life event record.LIFE_EVENT_ID SVR_INT64
lifeEventScriptIDdetails Unique identifier of the IEG script used in the submission of this life event.LIFE_EVENT_EXECUTION_ID SVR_INT64
workingDataStoreIDdetails unique identifier of the data store used to store the original data stored for the person.LIFE_EVENT_WORKING_DATA_STORE_ID SVR_INT64
originalDataStoreIDdetails unique identifier of the data store used to store the original data stored for the person.LIFE_EVENT_ORIGINAL_DATA_STORE_ID SVR_INT64
deltadetailsyesStores the difference between two data stores.LIFE_EVENT_DELTA SVR_STRING<65536>
usernamedetails User name of the user who submitted the life event.USER_NAME SVR_STRING<64>
Indices (1)
Index NameAttributes
IND__1091617513lifeEventScriptID
Operations (5)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: lifeEventID
Standard Operation 
readread Standard Operation 
modifymodify Standard Operation 
removeremove Standard Operation 
readByLifeEventScriptIDnsread Reads based on the life event script identifier specified. 
Related Pages (0)