Table Description
PostponedVerificationHistory: A history of evidence details for which the processing of verification requirements where postponed.

This entity is a history table which records the details of the evidence for which the processing verificaiton requirements where postponed when the evidence is recorded in the system and then processed later. When the postponed verifications are processed, the details are removed from the CurrentPostponedVerification table and the history is recorded here.

Model Details
Location in Model: Logical View::MetaModel::Curam::Verification::Application::Service Layer::Postpone Verifications::Entity::PostponedVerificationHistory
Controlling File: Verification\model\Packages\Application\Service Layer\ServiceLayer_cat.efx
Table Options
AUDIT_FIELDSyes
Attributes (8)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
postponedVerificationHistoryIDkeynoThe unique ID of this record.INTERNAL_ID SVR_INT64
evidenceDescriptorIDdetails The unique ID of the evidence record.EVIDENCE_DESCRIPTOR_ID SVR_INT64
caseIDdetails The unique ID of the case to which the evidence with postponed verification beolngs to.CASE_ID SVR_INT64
postponedOndetails The evidence operation such as INSERT, MODIFY or SHARING that postponed the verification.VERIFICATION_POSTPONED_ONverificationPostponedOnSVR_STRING<10>
postponedByUserdetails The user of the transaction which postponed the verification.USER_NAME SVR_STRING<64>
verificationExecutedByUserdetails The name of the user of the transaction which triggered processing of the postponed verification.USER_NAME SVR_STRING<64>
verificationPostponedOnTimedetails The timestamp of the moment when verification is postponed.CURAM_DATETIME SVR_DATETIME
oldEvidenceDescriptorIDdetails The unique ID of the previous evidence record. If the posponement is happening during evidence modification, the ID refers the evidence record which was modified. EVIDENCE_DESCRIPTOR_ID SVR_INT64
Operations (2)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: postponedVerificationHistoryID
Standard Operation 
readread Standard Operation 
Related Pages (0)