Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/5337
Table Type: Company
Table Name: Temp Integration Field Mapping
Database Table Name: CRONUS UK Ltd_$Temp Integration 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 Temp Integration Field Mapping can be queried.
Show/hide an example select of all columns
SELECT
*
FROM
[CRONUS UK Ltd_$Temp Integration Field Mapping$437dbf0e-84ff-417a-965d-ed2bb9650972]
Show/hide an example select of all columns by name
SELECT
[No_]
,[Integration Table Mapping Name]
,[Source Field No_]
,[Destination Field No_]
,[Validate Destination Field]
,[Bidirectional]
,[Constant Value]
,[Not Null]
,[$systemId]
,[$systemCreatedAt]
,[$systemCreatedBy]
,[$systemModifiedAt]
,[$systemModifiedBy]
FROM
[CRONUS UK Ltd_$Temp Integration 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_$Temp Integration Field Mapping$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Temp Integration Field Mapping]
LEFT JOIN
[CRONUS UK Ltd_$Integration Table Mapping$437dbf0e-84ff-417a-965d-ed2bb9650972$ext] AS [Integration Table Mapping]
ON
[Temp Integration Field Mapping].[Integration Table Mapping Name] = [Integration Table Mapping].[Name]
LEFT JOIN
[User] AS [User]
ON
[Temp Integration Field Mapping].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
[User] AS [User]
ON
[Temp Integration Field Mapping].[SystemModifiedBy] = [User].[User Security ID]
Show/hide columns in Temp 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 [Temp Integration Field Mapping].[Integration Table Mapping Name] ,[Integration Table Mapping].[Name] FROM [CRONUS UK Ltd_$Temp Integration Field Mapping$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Temp Integration Field Mapping] LEFT JOIN [CRONUS UK Ltd_$Integration Table Mapping$437dbf0e-84ff-417a-965d-ed2bb9650972$ext] AS [Integration Table Mapping] ON [Temp Integration Field Mapping].[Integration Table Mapping Name] = [Integration Table Mapping].[Name] | |||||||
3 | Source Field No. | Source Field No. | Normal | Integer | 4 | Source Field No_ | int |
4 | Destination Field No. | Destination Field No. | Normal | Integer | 4 | Destination Field No_ | int |
5 | Validate Destination Field | Validate Destination Field | Normal | Boolean | 4 | Validate Destination Field | tinyint |
6 | Bidirectional | Bidirectional | Normal | Boolean | 4 | Bidirectional | tinyint |
7 | Constant Value | Constant Value | Normal | Text | 100 | Constant Value | nvarchar(200) |
8 | Not Null | Not Null | Normal | Boolean | 4 | Not Null | tinyint |
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 [Temp Integration Field Mapping].[$systemCreatedBy] ,[User].[User Security ID] FROM [CRONUS UK Ltd_$Temp Integration Field Mapping$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Temp Integration Field Mapping] LEFT JOIN [User] AS [User] ON [Temp 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 |