Table Description
Communication Contract Version Link: A link between communication and contract version.

Communication Contract Version Link entity maintains the association between communication and contract version.
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::CPM::Service Layer::Provider Notification::Entity::CommunicationCVLink
Controlling File: CPM\model\Packages\Service Layer\Provider Notification\ProviderNotification_cat.efx
Attributes (2)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
contractVersionIDdetailsnoThe unique system generated identifier for the contract version record.CONTRACT_VERSION_ID SVR_INT64
communicationIDkeynoThe unique system generated identifier for the communication record.INTERNAL_ID SVR_INT64
Foreign Keys (1)
ChildParent
CommunicationCVLink.contractVersionIDContractVersion.contractVersionID
Indices (1)
Index NameAttributes
IND_134548485contractVersionID
Operations (3)
OperationStereotypeOptionsDescriptionSQL
insertinsert Creates a new row on communication contract version link table. 
readread Reads a row of data from communication contract version link table. 
searchByContractVersionnsmulti Searches for all the communication contract version link records related to a specific contract version.SQL
Related Pages (2)