Table Description
Product Evidence Type Definition Link: This entity defines a link between Product types and Dynamic Evidence types.
Relationship Diagram
Click the diagram to manipulate and zoom. Traverse the diagram using Click-and-Drag motions.
Model Details
Location in Model: Logical View::MetaModel::Curam::Dynamic Evidence::Service Layer::Entity::Evidence Metadata::struct::Link Tables::ProductEvidenceTypeDefLink
Controlling File: DynamicEvidence\model\ServiceLayer\Evidence Metadata\EvidenceMetadata_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
AUDIT_FIELDSyes
Attributes (7)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
productEvidenceTypeDefLinkIDkeyno DYNAMIC_EVIDENCE_ID SVR_INT64
shareableInddetailsyesIndicates if the evidence type can be shared by the product. If it is set to true, then this evidence type can be in Evidence Broker to configure sharing between case types.DYNAMIC_EVIDENCE_INDICATOR SVR_BOOLEAN
evidenceTypeDefIDdetailsno DYNAMIC_EVIDENCE_ID SVR_INT64
productIDdetailsno INTERNAL_ID SVR_INT64
quickLinkInddetailsyes CURAM_INDICATOR SVR_BOOLEAN
sortOrderdetailsyes EVIDENCE_SORT_ORDER SVR_INT64
categorydetails  EVIDENCE_CATEGORYEvidenceCategorySVR_STRING<10>
Foreign Keys (2)
ChildParent
ProductEvidenceTypeDefLink.evidenceTypeDefIDEvidenceTypeDef.evidenceTypeDefID
ProductEvidenceTypeDefLink.productIDProduct.productID
Indices (2)
Index NameAttributes
IND__426082097evidenceTypeDefID
IND_809774826productID
Operations (8)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: productEvidenceTypeDefLinkID
Standard Operation 
readread Standard Operation 
searchByEvidenceTypeDefreadmulti   
searchByProductEndEvidenceTypeStatusnsmulti  SQL
modifymodifyOPTIMISTIC_LOCKING: yes
Standard Operation 
removeremove Standard Operation 
searchByShareableIndAndEvidenceTypeStatusnsmulti  SQL
countProductEvidenceTypeLinksnsPOST_DATA_ACCESS: no
PRE_DATA_ACCESS: no
 
Counts the number of live evidence records for an evidence type version. Live records are considered the evidence records with status ACTIVE, INEDIT, IDENTICALINEDIT or NONIDENTICALINEDITSQL
Related Pages (0)