The post StringMap table in MS CRM appeared first on Microsoft Dynamics 365 Blog.
]]>Field | Data Type | Description |
ObjectTypeCode | INT | Object Type Code of the entity for which the attribute belongs. |
AttributeName | NVARCHAR(100) | Schema name of the OptionSet attribute. |
AttributeValue | INT | Integer value of the OptionSet option. This is the value that gets stored in the base tables. |
LangId | INT | Language Code for the CRM deployment. Usually 1033 for English (United States) |
OrganizationId | UNIQUEIDENTIFIER | GUID of the owning Organization. |
Value | NVARCHAR(255) | The actual value that is displayed in the OptionSet on a form. |
DisplayOrder | INT | Specifies the order in which the value is in the OptionSet |
VersionNumber | TIMESTAMP | Timestamp for determining the version of the record (when it was last updated). This is used by the synchronization process. |
StringMapId | UNIQUEIDENTIFIER | Primary Key (GUID) for the record. |
SOURCE : mscrm.com
The post StringMap table in MS CRM appeared first on Microsoft Dynamics 365 Blog.
]]>