Table Description
A mapping configuration used to map data from a datastore to evidence entities. This entity is used to store the mapping cofiguration for a program which is used to map data from a datastore to eveidence entities.
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::WorkspaceServices::Entity::Intake::EvidenceMappingConfiguration::EvidenceMappingConfiguration
Controlling File: WorkspaceServices\model\Packages\Entity\Entity_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (8)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
configurationIDkeynoUnique identifier for this record.INTERNAL_ID SVR_INT64
effectiveDatedetailsyesWhen processing Intake Applications, this is the date against which the application submission date is checked to identify the exact record to be used. CURAM_DATE SVR_DATE
createdBydetails The user name of the person who entered this application.USER_NAME SVR_STRING<64>
statusdetails Status of the evidence mapping configuration.MAPPING_CONFIGURATION_STATUSEvMappingConfigStatusSVR_STRING<10>
releaseDatedetailsyesThe release date is the date the mapping configuration was published. CURAM_DATE SVR_DATE
mappingConfigurationXMLdetails Name of the Mapping Configuration XML file for the application builder. The file itself is stored within the Application Resource Store.MAPPING_XML_DEF SVR_STRING<1000000>
mappingXMLdetails Name of the Mapping XML file for the mapping engine configuration. This mapping applies to the program with which this Mapping Configuration is associated. The file itself is stored within the Application Resource Store.MAPPING_XML_DEF SVR_STRING<1000000>
editorDatadetails Stores the data that represents the current visual state of the editor.CDME_EDITOR_DATA SVR_STRING<10000>
Foreign Keys (2)
ChildParent
AppTypeProgramEvMappingLink.mappingConfigurationIDEvidenceMappingConfiguration.configurationID
LifeEventCtxEvdMappingCfgLnk.evidenceMappingConfigurationIDEvidenceMappingConfiguration.configurationID
Operations (3)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: configurationID
Standard Operation 
readread Standard Operation 
modifymodifyOPTIMISTIC_LOCKING: yes
Standard Operation 
Related Pages (10)