Table Description
Advice Context Configuration: Stores the context to be used for Advice. Stores the context to be used for Advice.

Example

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::Advisor::Entity::AdviceContextConfiguration::AdviceContextConfiguration
Controlling File: Advisor\model\Packages\Entity\AdviceContextConfig\AdviceContextConfig.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (6)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
adviceContextConfigurationIDkeyno INTERNAL_ID SVR_INT64
namedetails  CONFIG_NAME SVR_STRING<250>
startDatedetails The creation date of the AdviceContextConfig.CURAM_DATE SVR_DATE
endDatedetails The cancellation date of the AdviceContextConfig.CURAM_DATE SVR_DATE
recordStatusdetails  CONFIG_STATUSRecordStatusSVR_STRING<10>
createdBydetailsyes USER_NAME SVR_STRING<64>
Foreign Keys (4)
ChildParent
AdviceContextConfiguration.createdByUsers.userName
AdviceContextKey.adviceContextConfigurationIDAdviceContextConfiguration.adviceContextConfigurationID
AdviceContext.adviceContextConfigurationIDAdviceContextConfiguration.adviceContextConfigurationID
AdviceContextRules.adviceContextConfigurationIDAdviceContextConfiguration.adviceContextConfigurationID
Indices (2)
Index NameAttributes
searchByStatusIdxrecordStatus
IND_1505708511createdBy
Operations (5)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: adviceContextConfigurationID
AUTO_ID_KEY: ADVCTXCFG
Standard Operation 
modifymodifyOPTIMISTIC_LOCKING: yes
Standard Operation 
readread Standard Operation 
searchByRecordStatusreadmulti   
insertAdviceContextConfigurationnsinsert Inserts record to AdviceContextConfiguration entity. This method expects AdviceContextConfigurationID to be set by the caller. If not set it delegates the call to insert() which is modeled to auto generate primary key field AdviceContextConfigurationID). It is preferred to call insertAdviceContextConfiguration() only in a scenario where caller wants to set the value of primary key by itself.  
Related Pages (3)