Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/5336
Table Type: Company
Table Name: Integration Field Mapping
Database Table Name: CRONUS UK Ltd_$Integration Field Mapping$437dbf0e-84ff-417a-965d-ed2bb9650972$ext
Due to how Dynamics BC tables and columns are named, square brackets need to be wrapped around the table name and column names. Below are example queries showing how Integration Field Mapping can be queried.
Show/hide an example select of all columns
SELECT
*
FROM
[CRONUS UK Ltd_$Integration Field Mapping$437dbf0e-84ff-417a-965d-ed2bb9650972$ext]
Show/hide an example select of all columns by name
SELECT
[No_]
,[Integration Table Mapping Name]
,[Field No_]
,[Integration Table Field No_]
,[Direction]
,[Constant Value]
,[Validate Field]
,[Validate Integration Table Fld]
,[Clear Value on Failed Sync]
,[Status]
,[Not Null]
,[Transformation Rule]
,[Transformation Direction]
,[Use For Match-Based Coupling]
,[Case-Sensitive Matching]
,[Match Priority]
,[Field Caption]
,[Integration Field Caption]
,[$systemId]
,[$systemCreatedAt]
,[$systemCreatedBy]
,[$systemModifiedAt]
,[$systemModifiedBy]
FROM
[CRONUS UK Ltd_$Integration Field Mapping$437dbf0e-84ff-417a-965d-ed2bb9650972$ext]
Show/hide an example select of all columns including those from all joined tables
SELECT
*
FROM
[CRONUS UK Ltd_$Integration Field Mapping$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Integration Field Mapping]
LEFT JOIN
[CRONUS UK Ltd_$Integration Table Mapping$437dbf0e-84ff-417a-965d-ed2bb9650972$ext] AS [Integration Table Mapping]
ON
[Integration Field Mapping].[Integration Table Mapping Name] = [Integration Table Mapping].[Name]
LEFT JOIN
[CRONUS UK Ltd_$Transformation Rule$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Transformation Rule]
ON
[Integration Field Mapping].[Transformation Rule] = [Transformation Rule].[Code]
LEFT JOIN
[User] AS [User]
ON
[Integration Field Mapping].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
[User] AS [User]
ON
[Integration Field Mapping].[SystemModifiedBy] = [User].[User Security ID]
Show/hide columns in Integration Field Mapping table
Field No. | Field Name | Field Caption | Class | Type | Length | SQL Column Name | SQL DataType |
---|---|---|---|---|---|---|---|
1 | No. | No. | Normal | Integer | 4 | No_ | int |
2 | Integration Table Mapping Name | Integration Table Mapping Name | Normal | Code | 20 | Integration Table Mapping Name | nvarchar(40) |
Key to join to the Integration Table Mapping table.Show/hide example querySELECT [Integration Field Mapping].[Integration Table Mapping Name] ,[Integration Table Mapping].[Name] FROM [CRONUS UK Ltd_$Integration Field Mapping$437dbf0e-84ff-417a-965d-ed2bb9650972$ext] AS [Integration Field Mapping] LEFT JOIN [CRONUS UK Ltd_$Integration Table Mapping$437dbf0e-84ff-417a-965d-ed2bb9650972$ext] AS [Integration Table Mapping] ON [Integration Field Mapping].[Integration Table Mapping Name] = [Integration Table Mapping].[Name] | |||||||
3 | Field No. | Field No. | Normal | Integer | 4 | Field No_ | int |
4 | Integration Table Field No. | Integration Table Field No. | Normal | Integer | 4 | Integration Table Field No_ | int |
6 | Direction | Direction | Normal | Option | 4 | Direction | int |
Available options are:
| |||||||
7 | Constant Value | Constant Value | Normal | Text | 100 | Constant Value | nvarchar(200) |
8 | Validate Field | Validate Field | Normal | Boolean | 4 | Validate Field | tinyint |
9 | Validate Integration Table Fld | Validate Integration Table Fld | Normal | Boolean | 4 | Validate Integration Table Fld | tinyint |
10 | Clear Value on Failed Sync | Clear Value on Failed Sync | Normal | Boolean | 4 | Clear Value on Failed Sync | tinyint |
11 | Status | Status | Normal | Option | 4 | Status | int |
Available options are:
| |||||||
12 | Not Null | Not Null | Normal | Boolean | 4 | Not Null | tinyint |
13 | Transformation Rule | Transformation Rule | Normal | Code | 20 | Transformation Rule | nvarchar(40) |
Key to join to the Transformation Rule table.Show/hide example querySELECT [Integration Field Mapping].[Transformation Rule] ,[Transformation Rule].[Code] FROM [CRONUS UK Ltd_$Integration Field Mapping$437dbf0e-84ff-417a-965d-ed2bb9650972$ext] AS [Integration Field Mapping] LEFT JOIN [CRONUS UK Ltd_$Transformation Rule$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Transformation Rule] ON [Integration Field Mapping].[Transformation Rule] = [Transformation Rule].[Code] | |||||||
14 | Transformation Direction | Transformation Direction | Normal | Option | 4 | Transformation Direction | int |
Available options are:
| |||||||
15 | Use For Match-Based Coupling | Use For Match-Based Coupling | Normal | Boolean | 4 | Use For Match-Based Coupling | tinyint |
16 | Case-Sensitive Matching | Case-Sensitive Matching | Normal | Boolean | 4 | Case-Sensitive Matching | tinyint |
17 | Match Priority | Match Priority | Normal | Integer | 4 | Match Priority | int |
18 | Field Caption | Field Caption | Normal | Text | 250 | Field Caption | nvarchar(500) |
19 | Integration Field Caption | Integration Field Caption | Normal | Text | 250 | Integration Field Caption | nvarchar(500) |
7234 | Overwrite Local Change | Overwrite Local Change | Normal | Boolean | 4 | ||
2000000000 | $systemId | System ID | Normal | GUID | 16 | $systemId | uniqueidentifier |
2000000001 | SystemCreatedAt | Created At | Normal | DateTime | 8 | $systemCreatedAt | datetime |
2000000002 | SystemCreatedBy | Created By | Normal | GUID | 16 | $systemCreatedBy | uniqueidentifier |
Key to join to the User table.Show/hide example querySELECT [Integration Field Mapping].[$systemCreatedBy] ,[User].[User Security ID] FROM [CRONUS UK Ltd_$Integration Field Mapping$437dbf0e-84ff-417a-965d-ed2bb9650972$ext] AS [Integration Field Mapping] LEFT JOIN [User] AS [User] ON [Integration Field Mapping].[$systemCreatedBy] = [User].[User Security ID] | |||||||
2000000003 | SystemModifiedAt | Modified At | Normal | DateTime | 8 | $systemModifiedAt | datetime |
2000000004 | SystemModifiedBy | Modified By | Normal | GUID | 16 | $systemModifiedBy | uniqueidentifier |