Table Description
Issue Delivery Evidence: This entity is used to store the link between the issue delivery and the associated evidence.
Model Details
Location in Model: Logical View::MetaModel::Curam::Core::Reference Model::Service Layer::IssueDeliveryEvidence::Entity::IssueDeliveryEvidence
Controlling File: core\model\Packages\Reference Model\Service Layer\IssueDeliveryEvidence\Entity\Entity_cat.efx
Attributes (4)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
issueDeliveryEvidenceIDkeynoUnique identifier assigned by the system to the issue delivery evidence record.ISSUE_DELIVERY_EVIDENCE_ID SVR_INT64
caseIDdetailsnoUnique identifier of the issue delivery record.CASE_ID SVR_INT64
evidenceDescriptorIDdetailsnoUnique identifier of the evidence descriptor record for the evidence against which the issue was raised.EVIDENCE_DESCRIPTOR_ID SVR_INT64
snapshotEvidenceDescriptorIDdetails Unique identifier of the evidence descriptor record for the snapshot of the evidence taken at the time the issue is recorded.EVIDENCE_DESCRIPTOR_ID SVR_INT64
Indices (1)
Index NameAttributes
issDelEvCaseIDIdxcaseID
Operations (3)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: issueDeliveryEvidenceID
This method is used to insert the Issue Delivery Evidence details 
readread This method is used to read the Issue Delivery Evidence details 
searchByCaseIDnsreadmulti To find all Issue Delivery Evidence records associated with the specified Issue Delivery case 
Related Pages (9)