Table Description
DADDetermination Assessment Configuration Link: The determination assessment configuration link entity holds details of the relationship between a Determination Configuration and a Assessment Configuration

The determination assessment configuration link entity holds details of the relationship between an assessment configuration and a determination configuration.

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::Decision Assist::Service Layer::DeterminationConfig::Entity::DetAssessmentConfigLink
Controlling File: DecisionAssist\model\Packages\Service Layer\DeterminationConfig\Entity\DeterminationConfig_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (3)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
detAssessmentConfigLinkIDkeynoSystem generated unique identifier for determination assessment configuration link.DA_DC_ASSESSMENT_LINK_ID SVR_INT64
determinationConfigIDdetailsnoThe unique identifier for the related determination configuration.DA_DETERMINATIONCONFIG_ID SVR_INT64
assessmentConfigurationIDdetailsnoThe unique identifier for the related assessment configuration.ASSESSMENT_CONFIGURATION_ID SVR_INT64
Foreign Keys (2)
ChildParent
DetAssessmentConfigLink.assessmentConfigurationIDAssessmentConfiguration.assessmentConfigurationID
DetAssessmentConfigLink.determinationConfigIDDeterminationConfig.determinationConfigID
Indices (2)
Index NameAttributes
IND__1428461055assessmentConfigurationID
IND__476403086determinationConfigID
Operations (10)
OperationStereotypeOptionsDescriptionSQL
insertinsertPRE_DATA_ACCESS: yes
Standard Operation 
readread Standard Operation 
modifymodify Standard Operation 
removeremove Standard Operation 
searchAllreadmulti   
searchByAssessmentConfigurationIDreadmulti This method is used to read all Assessment Determination Config Link details for the given AssessmentConfigurationID 
addDetAssessmentConfigLinkbatchinsert This method is used to create new DetAssessmentConfigLink entries as bulk 
countByDeteminationConfigIDns This method is used to count the number of entires present in the DetAssessmentConfigLink table for the given DeterminationConfigIDSQL
countByAssessmentConfigurationIDns This method is used to count the number of entires present in the DetAssessmentConfigLink table for the given AssessmentConfigurationIDSQL
insertDetAssessmentConfigLinkinsert Standard Operation 
Related Pages (3)