Table Description
WMCaseAuditInstanceData: The additional data required for case audit deferred processing.

This entity captures details relating to case audit deferred processing, which is invoked upon generating a case sample.

Example

An audit coordinator randomly generates a case sample. On completion of the wizard the audit plan enters a state of Delayed Processing Pending and control is returned to the user. In the background the system generates the case audit list and when finished returns the audit plan to a status of Pending.

Model Details
Location in Model: Logical View::MetaModel::Curam::Core::Reference Model::Service Layer::CaseAudit::Entity::WMCaseAuditInstanceData
Controlling File: core\model\Packages\Reference Model\Service Layer\CaseAudit\Entity\Entity_cat.efx
Attributes (5)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
wmInstDataIDkeynoUnique reference number assigned by the system to a WMCaseAuditInstanceData record.WM_INST_DATA_ID SVR_INT64
genCaseAuditXMLdetails The XML representation of the search criteria.GEN_CASE_AUDIT_XML SVR_BLOB
caseTypedetails The type of case being audited.CASE_TYPE_CODECaseTypeCodeSVR_STRING<10>
fixedQueryInddetails Indicates if the case sample is being generated using a fixed query.CURAM_INDICATOR SVR_BOOLEAN
externalServiceInddetails Indicates if the case sample is being generated using data from an external source.CURAM_INDICATOR SVR_BOOLEAN
Operations (2)
OperationStereotypeOptionsDescriptionSQL
insertinsert Standard Operation 
readread Standard Operation 
Related Pages (6)