Table Description
Citizen Workspace External Contact: Stores case worker contact information from remote systems. This entity is used in conjunction with the CWExternalCase entity to display case contact information from remote systems in the citizen account.

Example

The external contact information fetched from the target system to display in citizen account.

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::Entity::ExternalContacts::CWExternalContact
Controlling File: WorkspaceServices\model\Packages\Entity\ExternalContact\ExternalContact.efx
Attributes (8)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
cwExternalContactIDkeynoUnique reference number of this record.INTERNAL_ID SVR_INT64
remoteSystemIDdetailsnoUnique reference number of the remote system the contact resides on.INTERNAL_ID SVR_INT64
referencedetailsnoThe unique reference for this contact on the remote system. Could be an ID or a String.REMOTE_ID SVR_STRING<128>
fullNamedetailsnoFull name of the contact.USER_FULL_NAME SVR_STRING<131>
phoneNumberdetailsyesThe contact's phone number.PHONE_NUMBER SVR_STRING<20>
mobilePhoneNumberdetailsyesThe contact's mobile phone number.MOBILE_NUMBER SVR_STRING<20>
faxNumberdetailsyesThe contact's fax number.FAX_NUMBER SVR_STRING<20>
emaildetailsyesThe contact's email address.EMAIL_ADDRESS SVR_STRING<256>
Foreign Keys (1)
ChildParent
CWExternalContact.remoteSystemIDRemoteSystem.remoteSystemID
Indices (2)
Index NameAttributes
IND_862012237reference
IND_1043500846remoteSystemID
Operations (5)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: cwExternalContactID
Standard Operation 
readread Standard Operation 
removeremove Standard Operation 
modifymodifyOPTIMISTIC_LOCKING: no
Standard Operation 
readByReferenceRemoteSystemnsread Reads an External Contact record that has the given Reference Number and Remote System ID. 
Related Pages (0)