Table Description
Filter Evidence Link.: Links a life event filter to an evidence type. Life Event Infrastructure table used to link a life event filter to an evidence type.

Example

A filter has been created to return a subset of available evidence types for a given life event. The link between the filter and evidence type will be recorded in this table.
Model Details
Location in Model: Logical View::MetaModel::Curam::WorkspaceServices::LifeEvents::Entity::FilterEvidenceLink
Controlling File: WorkspaceServices\model\Packages\LifeEvents\Entity\LifeEvent_Entity.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGno
Attributes (3)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
filterEvLinkIDkeynoUnique identifier of the filter evidence link record.INTERNAL_ID SVR_INT64
filterNamedetails The name of the filter.FILTER_NAME SVR_STRING<256>
evidenceTypeCodedetails The code table code for the evidence type.EVIDENCE_TYPE_CODEEvidenceTypeSVR_STRING<10>
Operations (4)
OperationStereotypeOptionsDescriptionSQL
searchByFilterNamereadmulti Returns the set of records associated with the filter specified. 
insertinsertAUTO_ID: filterEvLinkID
Standard Operation 
removeremove Standard Operation 
readread Standard Operation 
Related Pages (0)