Table Description
Life Event Remote System Link: A link between a Life Event and the Remote Systems that it has been sent to. A link between a Life Event and the Remote Systems that it has been sent to.

Example

Citizen Workspace is deployed in an environment where it communicates with three Remote Systems called "CashAssistance", "FoodStamps" and "EarlyChildHoodServices". A Citizen submits a Life Event called "Change of Address". This Life Event is sent to the "CashAssistance" and "FoodStamps" Remote Systems. To model this scenario requires two instances of Life Event Remote System Link, one linking the "Change of Address" LifeEvent instance to "CashAssistance" and one linking the "Change of Address" Life Event to "FoodStamps".
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::LifeEventRmtLink
Controlling File: WorkspaceServices\model\Packages\LifeEvents\Entity\LifeEvent_Entity.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (5)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
lifeEventRmtLinkIDkeynoUnique reference number of this record.INTERNAL_ID SVR_INT64
recordStatusdetailsnoStandard record status.RECORD_STATUS_CODERecordStatusSVR_STRING<10>
submittedDateTimedetails Date and time the Life Event was sent to the related Remote System.CURAM_DATETIME SVR_DATETIME
linkedLifeEventIDdetailsnoLink to the related Life Event.INTERNAL_ID SVR_INT64
linkedRemoteSystemIDdetailsnoLink to the related Remote System.INTERNAL_ID SVR_INT64
Foreign Keys (2)
ChildParent
LifeEventRmtLink.linkedLifeEventIDLifeEvent.lifeEventID
LifeEventRmtLink.linkedRemoteSystemIDRemoteSystem.remoteSystemID
Indices (2)
Index NameAttributes
IND__135656586linkedLifeEventID
IND__1632215053linkedRemoteSystemID
Operations (7)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: lifeEventRmtLinkID
Standard Operation 
modifymodifyOPTIMISTIC_LOCKING: yes
Standard Operation 
readread Standard Operation 
searchActiveByLifeEventreadmulti Retrieves all active records relating to a particular Life Event. 
readByLifeEventRemoteSystemAndStatusnsread Reads the active record based on the life event and remote system. 
readByLinkedLifeEventIDnsread   
removeremove Standard Operation 
Related Pages (0)