Table Description
Assessment Case Link : Links a related id to a assessment case.
Model Details
Location in Model: Logical View::MetaModel::Curam::AssessmentPlanning::Delivery::Entity::AssessmentCaseLink::AssessmentCaseLink
Controlling File: AssessmentPlanning\model\Packages\Delivery\Entity_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (5)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
recordStatusdetailsnoThe status of the Assessment.RECORD_STATUS_CODERecordStatusSVR_STRING<10>
assessmentCaseLinkIDkeynoThe unique identifier of the assessment case link record.INTERNAL_ID SVR_INT64
relatedTypedetailsnoThe relatedType denotes what type of record the relatedID represents.ASSESSMENT_RELATED_TYPEAssessmentRelatedTypeSVR_STRING<10>
relatedIDdetailsnoUnique identifier of the related record, for example a Plan ReviewINTERNAL_ID SVR_INT64
assessmentCaseIDdetailsnoUnique identifier of the Assessment Case record.INTERNAL_ID SVR_INT64
Indices (3)
Index NameAttributes
AssCaseLnkRelIdxrecordStatus, relatedType, relatedID
AssessmentCaseLinkRelatedIdxrelatedID
IND__1654388416assessmentCaseID
Operations (5)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: assessmentCaseLinkID
Standard Operation 
modifymodifyOPTIMISTIC_LOCKING: yes
Standard Operation 
readread Standard Operation 
searchByRelatedIDTypeAndStatusreadmulti Returns a list of Assessment Case Links for the given related id type and status. 
readByAssessmentCaseIDnsread Reads the Assessment Case Link details based on assessment case identifier. 
Related Pages (1)