Table Description
Case Audit Transaction Log: Case Audit Transaction Log stores all the significant transactions of a Case Audit.

This entity captures the details of all the transactions which occur during the life time of a case audit.

Example

When an case audit is created a CaseAuditTransactionLog record is created. The description of this transaction includes the reference number of the Case Audit.

Model Details
Location in Model: Logical View::MetaModel::Curam::Core::Reference Model::Service Layer::CaseAudit::Entity::CaseAuditTransactionLog::CaseAuditTransactionLog
Controlling File: core\model\Packages\Reference Model\Service Layer\CaseAudit\Entity\CaseAuditTransactionLog_cat.efx
Attributes (8)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
transactionIDkeynoUnique reference number assigned by the system to this TransactionTRANSACTION_ID SVR_INT64
caseAuditIDdetailsnoThe unique ID of the Case Audit for which the Transaction is loggedCASE_AUDIT_ID SVR_INT64
transactionTypedetailsnoThe type of business transactionCASE_AUDIT_TRANSACTION_CODECaseAuditTransactionTypeSVR_STRING<10>
transactionDateTimedetailsnoThe date and time when the business transaction was performedCURAM_DATETIME SVR_DATETIME
userNamedetailsnoThe name of the person who performed the business transactionUSER_NAME SVR_STRING<64>
relatedIDdetails The unique ID of the record which the transaction is being recorded for, this is used for linking to the relevant view page for the transaction.INTERNAL_ID SVR_INT64
descriptiondetails Stores the description of the transaction.DESCRIPTION SVR_STRING<300>
sequenceNodetailsnoThis attribute indicates the order in which the case audit transaction log record(s) were written to the database.NUMBER_OF_ITEMS SVR_INT32
Indices (1)
Index NameAttributes
IND__1867025288caseAuditID
Operations (3)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: transactionID
Standard Operation 
readread Standard Operation 
searchByCaseAuditreadmulti Method to search for all Case Audit Transaction Log records associated with the specified Case Audit 
Related Pages (16)