Table Description
Life Event Context Remote System Link: A link between Life Event Context and its associated Remote Systems. Provides the link between a Life Event Context and the Remote Systems that are capable of accepting a Life Event of this type.

Example

Citizen Workspace is deployed in an environment where it communicates with three Remote Systems called "CashAssistance", "FoodStamps" and "EarlyChildHoodServices". The Citizen Workspace has a Life Event called "Change of Address" registered. This Life Event is recognised and processed by the systems "CashAssistance" and "FoodStamps" but not by "EarlyChildHoodServices". To model this scenario requires two instances of Life Event Context Remote System Link, one linking "Change of Address" to "CashAssistance" and one linking "Change of Address" 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::LifeEventCtxRmtLink
Controlling File: WorkspaceServices\model\Packages\LifeEvents\Entity\LifeEvent_Entity.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (4)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
lifeEventCtxRmtLinkIDkeynoUnique reference number of this record.INTERNAL_ID SVR_INT64
linkedLifeEventContextIDdetailsnoLink to the related Life Event Context.INTERNAL_ID SVR_INT64
linkedRemoteSystemIDdetailsnoLink to the related Remote System.INTERNAL_ID SVR_INT64
recordStatusdetailsnoStatus of this link record i.e. Active or Cancelled.RECORD_STATUS_CODERecordStatusSVR_STRING<10>
Foreign Keys (2)
ChildParent
LifeEventCtxRmtLink.linkedLifeEventContextIDLifeEventContext.lifeEventContextID
LifeEventCtxRmtLink.linkedRemoteSystemIDRemoteSystem.remoteSystemID
Indices (2)
Index NameAttributes
IND_435849146linkedLifeEventContextID
IND__1383922434linkedRemoteSystemID
Operations (5)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: lifeEventCtxRmtLinkID
Standard Operation 
readread Standard Operation 
modifymodifyOPTIMISTIC_LOCKING: yes
Standard Operation 
searchActiveByLifeEventContextreadmulti Return active records relating to a given Life Event Context.  
readByLifeEvCtxRmtSystemAndStatusnsread Reads records relating to a given Life Event Context and a given Remote System. 
Related Pages (3)