Table Description
External Case Audit Data Item: Represents a list of cases received from an external source.

This entity stores case identifiers received from an external source.

Example

A list of case identifiers have been received via a web service. The audit coordinator generates a case sample list. The coordinator is presented with the option of generating the list via a selection query or from the external source data. The coordinator chooses the external source data and is presented with a list of case identifiers to select for inclusion in the audit plan.

Model Details
Location in Model: Logical View::MetaModel::Curam::Core::Reference Model::Service Layer::CaseAudit::Entity::ExternalCaseAuditData::ExternalCaseAuditDataItem
Controlling File: core\model\Packages\Reference Model\Service Layer\CaseAudit\Entity\Entity_cat.efx
Attributes (3)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
externalCaseAuditDataItemIDkeynoUnique reference number assigned by the system to an external case audit data item record.EXTERNAL_CASE_AUDIT_DATA_ITEM_ID SVR_INT64
externalCaseAuditDataIDdetails The identifier of the external case audit data record.EXTERNAL_CASE_AUDIT_DATA_ID SVR_INT64
caseIDdetails The case identifier received from an external source.CASE_ID SVR_INT64
Indices (1)
Index NameAttributes
IND__47539197externalCaseAuditDataID
Operations (4)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: externalCaseAuditDataItemID
Standard Operation 
readread Standard Operation 
searchByExternalCaseAuditDatareadmulti Method to search all external case audit data item records by the specified external case audit data. 
countByNameAndCaseIDns Method to count the number of instances of a case identifier for a particular external case audit data set.SQL
Related Pages (1)