Table Description
ApplicationCommunicationLink: This entity is used to store the IDs of an application and a communication 

The ApplicationCommunicationLink entity Stores the IDs of the Application that the communication is created from and the communicationID. Use searchByApplicationID to return one or more records.

Example

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::Intake::IntakeModules::Application::Entity::ApplicationCommunicationLink
Controlling File: Intake\model\Packages\IntakeModules\IntakeApplication\Entity\Entity.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (3)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
applicationIDdetailsnoThe ID of the Application that the communication is been created offINTERNAL_ID SVR_INT64
communicationIDdetailsnoThe ID of the concernRoleCommunication INTERNAL_ID SVR_INT64
applicationCommunicationIDkeynoUnique identifier for this record.INTERNAL_ID SVR_INT64
Foreign Keys (2)
ChildParent
ApplicationCommunicationLink.applicationIDApplication.applicationID
ApplicationCommunicationLink.communicationIDConcernRoleCommunication.communicationID
Indices (2)
Index NameAttributes
AppComLinkAppIDIdxapplicationID
AppComLinkComIDIdxcommunicationID
Operations (4)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: applicationCommunicationID
Standard Operation 
modifymodifyOPTIMISTIC_LOCKING: yes
Standard Operation 
readread Standard Operation 
searchByApplicationIDreadmulti   
Related Pages (2)