Table Description
CaseConfigEvidenceLink: Evidence can be linked to a case. This entity is used to store evidence types which are configured and therefore available on a case. When adding evidence to a case, only evidence which has been configured against that case type will be available; this entity provides the ability to configure evidence types against case types.

Example

An organization delivers Rent Allowance and Food Allowance programs to citizens. Both program applications are processed using a Social Benefits application case. As part of the application process, evidence types for Citizen, Income, Expenses and Benefits are captured and mapped to the Social Benefits application case. These evidence types are associated to the ApplicationCaseAdmin record for the Social Benefits application case using a CaseConfigEvidenceLink record.

Technical Notes

The configuration of evidence for Product Deliveries and Integrated Cases is not supported by this entity. These case types have separate entities for associating evidence.
Model Details
Location in Model: Logical View::MetaModel::Curam::Core::Reference Model::Service Layer::Infrastructure::Temporal Evidence::Entity::CaseConfigurationEvidenceLink::CaseConfigEvidenceLink
Controlling File: core\model\Packages\Reference Model\Service Layer\Temporal Evidence\Entity\CaseConfigurationEvidenceLink\CaseConfigEvidenceLink.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (11)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
caseConfigEvidenceLinkIDkeynoUnique identifier for the case configuration record.INTERNAL_ID SVR_INT64
caseConfigurationIDdetailsnoThe unique identifier for the case configuration record.INTERNAL_ID SVR_INT64
evidenceTypeIDdetailsnoUnique reference to the underlying evidence configuration.INTERNAL_ID SVR_INT64
categorydetailsnoThe evidence category for the related evidence type in the context of the case type.EVIDENCE_CATEGORYEvidenceCategorySVR_STRING<10>
caseTypedetailsnoThe type of case for which the evidence link was created.CASE_TYPE_CODECaseTypeCodeSVR_STRING<10>
recordStatusdetailsnoThe status of the case evidence configuration record, for example, active or cancelled.RECORD_STATUS_CODERecordStatusSVR_STRING<10>
sortOrderdetailsyesThe sort order is a numeric value used when ordering evidence types. If multiple types have the same sort order the alphabetic ordering of the type code will be used.EVIDENCE_SORT_ORDER SVR_INT64
shareableInddetailsnoIndicates if the linked evidence type can be shared by the case. If it is set to true, then this evidence type can be in Evidence Broker to configure sharing between case types.CURAM_INDICATOR SVR_BOOLEAN
quickLinkInddetailsnoIndicates if this linked evidence type will appear in the quick link list for adding evidence.CURAM_INDICATOR SVR_BOOLEAN
evidenceNaturedetailsnoThe nature of the evidence being linked, for example static or dynmanic.EVIDENCE_NATURE_CODEEvidenceNatureSVR_STRING<10>
visibleToCitizenInddetailsyesDictiates if this evidence type is displayed to a citizen in the Citizen Account.CURAM_INDICATOR SVR_BOOLEAN
Indices (3)
Index NameAttributes
CaseConfigurationIdxcaseConfigurationID
EvidenceNatureIdxevidenceNature
IND__323496952evidenceTypeID
Operations (9)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: caseConfigEvidenceLinkID
Standard Operation 
modifymodifyOPTIMISTIC_LOCKING: yes
Standard Operation 
readread Standard Operation 
searchByCaseConfigCaseTypeAndStatusreadmulti Returns a list of Case Config Evidence Link records based on the caseConfigID, caseType and recordStatus. 
searchByCaseConfigCaseTypeStatusAndEvidenceNaturereadmulti Returns a list of Case Config Evidence Link records based on the caseConfigID, caseType, recordStatus, and evidenceNature. 
searchByCaseConfigCaseTypeStatusNatureAndShareablereadmulti Returns a list of Case Config Evidence Link records based on the caseConfigID, caseType, recordStatus, evidenceNature, and shareableInd. 
searchByStatusNatureAndShareablereadmulti Returns a list of Case Config Evidence Link records based on the status, evidence nature, and shareable indicator. 
searchByCaseTypeStatusNatureAndShareablereadmulti Returns a list of Case Config Evidence Link records based on the case type, status, evidence nature, and shareable indicator. 
searchByEvidenceTypeNatureAndStatusreadmulti Returns a list of Case Config Evidence Link records based on the evidenceTypeID, evidenceNature and recordStatus. 
Related Pages (21)