Table Description
Evidence Dashboard Filter: Maintains configuration details for the Evidence Dashboard Filter associated with any types of Case.

Maintains configuration details for the Evidence Dashboard Filter associated with any types of Case. The configuration contains the case type ID, case type, filter ID and filter name.

Example

The evidence dashbaord filter can be added to the Admin Integrated Case.

Model Details
Location in Model: Logical View::MetaModel::Curam::Core::Reference Model::Service Layer::Infrastructure::Temporal Evidence::Entity::Evidence Dashboard Filter::EvidenceDashboardFilter
Controlling File: core\model\Packages\Reference Model\Service Layer\Temporal Evidence\Entity\EvidenceDashboardFilter\EvidenceDashboardFilter.efx
Attributes (5)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
evidenceDashboardFilterIDkeynoUnique identifier of the Evidence Dashboard Filter record.INTERNAL_ID SVR_INT64
namedetailsnoThe name of the Evidence Dashboard Filter.EVIDENCE_FILTER_NAME SVR_STRING<65>
relatedIDdetailsnoThe ID of the case type.INTERNAL_ID SVR_INT64
relatedTypedetailsnoThe type of the case.CASE_TYPE_CODECaseTypeCodeSVR_STRING<10>
upperNamedetailsno EVIDENCE_FILTER_NAME SVR_STRING<65>
Indices (3)
Index NameAttributes
DashboardFilterRelatedIDIndexrelatedID
DashboardNameIdxupperName
FilterRelatedTypeIndexrelatedType
Operations (10)
OperationStereotypeOptionsDescriptionSQL
removeremove Standard Operation 
searchDashboardFiltersByRelatedIDnsreadmulti Returns a list of evidence dashboard filters of the current case. 
modifyNameByIDnsmodify Modify the name of the evidence dashboard filter by the filter ID.  
insertinsertAUTO_ID: evidenceDashboardFilterID
Standard Operation 
searchDashboardFiltersByUpperNamensreadmulti   
readread Standard Operation 
modifymodify Standard Operation 
searchDashboardFiltersByRelatedTypensreadmulti Returns a list of evidence dashboard filters of the current case. 
readAllnkreadmulti   
insertEvidenceDashboardFilterBOMInstanceinsert Standard Operation 
Related Pages (21)