Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/1225
Table Type: Company
Table Name: Data Exch. Field Mapping
Database Table Name: CRONUS UK Ltd_$Data Exch_ Field Mapping$437dbf0e-84ff-417a-965d-ed2bb9650972
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 Data Exch. Field Mapping can be queried.
Show/hide an example select of all columns
SELECT
*
FROM
[CRONUS UK Ltd_$Data Exch_ Field Mapping$437dbf0e-84ff-417a-965d-ed2bb9650972]
Show/hide an example select of all columns by name
SELECT
[Data Exch_ Def Code]
,[Table ID]
,[Column No_]
,[Field ID]
,[Optional]
,[Use Default Value]
,[Default Value]
,[Data Exch_ Line Def Code]
,[Multiplier]
,[Target Table ID]
,[Target Field ID]
,[Transformation Rule]
,[Overwrite Value]
,[Priority]
,[$systemId]
,[$systemCreatedAt]
,[$systemCreatedBy]
,[$systemModifiedAt]
,[$systemModifiedBy]
FROM
[CRONUS UK Ltd_$Data Exch_ Field Mapping$437dbf0e-84ff-417a-965d-ed2bb9650972]
Show/hide an example select of all columns including those from all joined tables
SELECT
*
FROM
[CRONUS UK Ltd_$Data Exch_ Field Mapping$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Data Exch. Field Mapping]
LEFT JOIN
[CRONUS UK Ltd_$Data Exch_ Mapping$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Data Exch. Mapping]
ON
[Data Exch. Field Mapping].[Table ID] = [Data Exch. Mapping].[Table ID]
LEFT JOIN
[CRONUS UK Ltd_$Transformation Rule$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Transformation Rule]
ON
[Data Exch. Field Mapping].[Transformation Rule] = [Transformation Rule].[Code]
LEFT JOIN
[User] AS [User]
ON
[Data Exch. Field Mapping].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
[User] AS [User]
ON
[Data Exch. Field Mapping].[SystemModifiedBy] = [User].[User Security ID]
Show/hide columns in Data Exch. Field Mapping table
Field No. | Field Name | Field Caption | Class | Type | Length | SQL Column Name | SQL DataType |
---|---|---|---|---|---|---|---|
1 | Data Exch. Def Code | Data Exch. Def Code | Normal | Code | 20 | Data Exch_ Def Code | nvarchar(40) |
Key to join to the Data Exch. Def table.Show/hide example querySELECT [Data Exch. Field Mapping].[Data Exch_ Def Code] ,[Data Exch. Def].[Code] FROM [CRONUS UK Ltd_$Data Exch_ Field Mapping$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Data Exch. Field Mapping] LEFT JOIN [CRONUS UK Ltd_$Data Exch_ Def$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Data Exch. Def] ON [Data Exch. Field Mapping].[Data Exch_ Def Code] = [Data Exch. Def].[Code] | |||||||
2 | Table ID | Table ID | Normal | Integer | 4 | Table ID | int |
Key to join to the Data Exch. Mapping table.Show/hide example querySELECT [Data Exch. Field Mapping].[Table ID] ,[Data Exch. Mapping].[Table ID] FROM [CRONUS UK Ltd_$Data Exch_ Field Mapping$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Data Exch. Field Mapping] LEFT JOIN [CRONUS UK Ltd_$Data Exch_ Mapping$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Data Exch. Mapping] ON [Data Exch. Field Mapping].[Table ID] = [Data Exch. Mapping].[Table ID] | |||||||
3 | Column No. | Column No. | Normal | Integer | 4 | Column No_ | int |
4 | Field ID | Field ID | Normal | Integer | 4 | Field ID | int |
5 | Optional | Optional | Normal | Boolean | 4 | Optional | tinyint |
6 | Use Default Value | Use Default Value | Normal | Boolean | 4 | Use Default Value | tinyint |
7 | Default Value | Default Value | Normal | Text | 250 | Default Value | nvarchar(500) |
8 | Data Exch. Line Def Code | Data Exch. Line Def Code | Normal | Code | 20 | Data Exch_ Line Def Code | nvarchar(40) |
Key to join to the Data Exch. Line Def table.Show/hide example querySELECT [Data Exch. Field Mapping].[Data Exch_ Line Def Code] ,[Data Exch. Line Def].[Code] FROM [CRONUS UK Ltd_$Data Exch_ Field Mapping$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Data Exch. Field Mapping] LEFT JOIN [CRONUS UK Ltd_$Data Exch_ Line Def$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Data Exch. Line Def] ON [Data Exch. Field Mapping].[Data Exch_ Line Def Code] = [Data Exch. Line Def].[Code] | |||||||
9 | Multiplier | Multiplier | Normal | Decimal | 12 | Multiplier | decimal(38,38) |
10 | Target Table ID | Target Table ID | Normal | Integer | 4 | Target Table ID | int |
11 | Target Field ID | Target Field ID | Normal | Integer | 4 | Target Field ID | int |
12 | Target Table Caption | Target Table Caption | FlowField | Text | 250 | ||
13 | Target Field Caption | Target Field Caption | FlowField | Text | 80 | ||
14 | Target Table Field Caption | Target Field Caption | FlowField | Text | 80 | ||
20 | Transformation Rule | Transformation Rule | Normal | Code | 20 | Transformation Rule | nvarchar(40) |
Key to join to the Transformation Rule table.Show/hide example querySELECT [Data Exch. Field Mapping].[Transformation Rule] ,[Transformation Rule].[Code] FROM [CRONUS UK Ltd_$Data Exch_ Field Mapping$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Data Exch. Field Mapping] LEFT JOIN [CRONUS UK Ltd_$Transformation Rule$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Transformation Rule] ON [Data Exch. Field Mapping].[Transformation Rule] = [Transformation Rule].[Code] | |||||||
21 | Overwrite Value | Overwrite Value | Normal | Boolean | 4 | Overwrite Value | tinyint |
30 | Priority | Priority | Normal | Integer | 4 | Priority | int |
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 [Data Exch. Field Mapping].[$systemCreatedBy] ,[User].[User Security ID] FROM [CRONUS UK Ltd_$Data Exch_ Field Mapping$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Data Exch. Field Mapping] LEFT JOIN [User] AS [User] ON [Data Exch. 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 |