Table Description
MappingConfiguration: This entity describes how to map data gathered during the intake process to evidence entities or a filled PDF form for the information pertaining to a particular program.
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::MappingConfiguration::MappingConfiguration
Controlling File: WorkspaceServices\model\Packages\Entity\MappingConfiguration\MappingConfiguration_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
LAST_UPDATED_FIELDyes
Attributes (8)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
mappingConfigurationIDkeynoUnique identifier for this record.INTERNAL_ID SVR_INT64
namedetails Unique name for each Mapping Configuration.MAPPING_CONFIGURATION_NAME SVR_STRING<75>
programTypeIDdetailsnoReference to the program that the mappings pertain to.PROGRAM_TYPE_ID SVR_INT64
mappingConfigurationTypedetails This indicates whether the configuration is for the PDF Application Builder or the Evidence Application Builder.MAPPING_CONFIGURATION_TYPEMappingConfigurationTypeSVR_STRING<10>
mappingConfigurationXMLdetails Name of the Mapping Configuration XML file for the application builder. The file itself is stored within the Application Resource Store.MAPPING_CONFIGURATION_XML SVR_STRING<254>
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 SVR_STRING<254>
recordStatusdetails The status of the record, Active or Cancelled.RECORD_STATUSRecordStatusSVR_STRING<10>
descriptionTextIDdetailsnoDescription for each Mapping Configuration.LOCALIZABLE_TEXT_ID SVR_INT64
Foreign Keys (2)
ChildParent
MappingConfiguration.descriptionTextIDLocalizableText.localizableTextID
MappingConfiguration.programTypeIDProgramType.programTypeID
Indices (2)
Index NameAttributes
MapConIdx1programTypeID
IND_1880832141descriptionTextID
Operations (5)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: mappingConfigurationID
AUTO_ID_KEY: INTAKERAKS
Standard Operation 
readread Standard Operation 
modifymodifyOPTIMISTIC_LOCKING: yes
Standard Operation 
searchByProgramTypeIDreadmulti   
insertMappingConfigurationnsinsert   
Related Pages (7)