IntegrationEntityMapConfig
The IntegrationEntityMapConfig table stores the configuration data necessary to describe an entity mapping from the IntegrationEntityMap table. The Microsoft CRM Integration Settings and Administration Tool is used to set these values.
For example, this table contains configuration information describing whether the entity was mapped from an account or a contact.
Column | Description |
NodeID | A unique identifier for the record. |
EntityMapID | The unique identifier from IntegrationEntityMap.mapid. |
NodeName | A name for the data. This value will be the XML node name when XML data is generated to represent this configuration. |
NodeDescription | A description of the data. |
NodeType | This field specifies whether the node is to be included when XML data is generated.
Values: 0 – no 1 – yes |
NodeDataType | The type of data stored in NodeValue. This field is not validated. |
NodeValue | The configuration value. |