Table Description
Data Store Map Config: Stores the configuration required to use the Curam Data Mapping Engine to map from one Data Store to Another. A feature of the Curam Data Mapping Engine is that it allows mapping from one Data Store to another Data Store. To use this functionality it is necessary to configure the Mapping Engine so that it knows about the structure (i.e. schema) of the source and target Data Stores.

Example

James Smith has completed an online screening using Citizen Self Service. He now wishes to complete an online application. The screening that James completed and the application that he plans to complete do not use the same Data Store schema. Using a common Data Store schema (the recommended approach) between Screening and Intake would mean that this mapping is not required. To avoid James being forced to answer the same questions in the application the system maps any common data from the screening Data Store to the application Data Store using the Curam Data Mapping Engine. This entity is used to configure this mapping process.
Model Details
Location in Model: Logical View::MetaModel::Curam::WorkspaceServices::Entity::Intake::MappingConfiguration::DataStoreMapConfig
Controlling File: WorkspaceServices\model\Packages\Entity\MappingConfiguration\MappingConfiguration_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (6)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
mappingConfigurationIDkeynoUnique identifier for this record.INTERNAL_ID SVR_INT64
namedetails Unique name for each Data Store Mapping Configuration.MAPPING_CONFIGURATION_NAME SVR_STRING<75>
mappingConfigurationXMLdetails Stores the resource store name for the Mapping Configuration XML. The actual Mapping Configuration XML is stored in the resource store using this key.MAPPING_CONFIGURATION_XML SVR_STRING<254>
mappingXMLdetails Stores the resource store name for the Mapping XML. The actual Mapping XML is stored in the resource store using this key.MAPPING_XML SVR_STRING<254>
descriptionTextIDdetailsnoDescription for each Data Store Mapping Configuration.LOCALIZABLE_TEXT_ID SVR_INT64
recordStatusdetails The status of the record, Active or Cancelled.RECORD_STATUSRecordStatusSVR_STRING<10>
Indices (1)
Index NameAttributes
IND__645624445name
Operations (5)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: mappingConfigurationID
Standard Operation 
readread Standard Operation 
modifymodifyOPTIMISTIC_LOCKING: yes
Standard Operation 
searchByStatusreadmulti Reads all DataStoreMapConfig records with matching status. 
readByNamensread Returns a record based on the name specified. 
Related Pages (0)