Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/5335
Table Type: Company
Table Name: Integration Table Mapping
Database Table Name: CRONUS UK Ltd_$Integration Table 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 Table Mapping can be queried.
Show/hide an example select of all columns
SELECT
*
FROM
[CRONUS UK Ltd_$Integration Table Mapping$437dbf0e-84ff-417a-965d-ed2bb9650972$ext]
Show/hide an example select of all columns by name
SELECT
[Name]
,[Table ID]
,[Integration Table ID]
,[Synch_ Codeunit ID]
,[Integration Table UID Fld_ No_]
,[Int_ Tbl_ Modified On Fld_ No_]
,[Int_ Table UID Field Type]
,[Table Config Template Code]
,[Int_ Tbl_ Config Template Code]
,[Direction]
,[Int_ Tbl_ Caption Prefix]
,[Synch_ Int_ Tbl_ Mod_ On Fltr_]
,[Synch_ Modified On Filter]
,[Table Filter]
,[Integration Table Filter]
,[Synch_ Only Coupled Records]
,[Parent Name]
,[Graph Delta Token]
,[Int_ Tbl_ Delta Token Fld_ No_]
,[Int_ Tbl_ ChangeKey Fld_ No_]
,[Int_ Tbl_ State Fld_ No_]
,[Delete After Synchronization]
,[BC Rec Page Id]
,[CDS Rec Page Id]
,[Deletion-Conflict Resolution]
,[Update-Conflict Resolution]
,[Uncouple Codeunit ID]
,[Coupling Codeunit ID]
,[Synch_ After Bulk Coupling]
,[Dependency Filter]
,[Create New in Case of No Match]
,[Type]
,[Disable Event Job Resch_]
,[Multi Company Synch_ Enabled]
,[Full Sync is Running]
,[Full Sync Session ID]
,[Last Full Sync Start DateTime]
,[$systemId]
,[$systemCreatedAt]
,[$systemCreatedBy]
,[$systemModifiedAt]
,[$systemModifiedBy]
FROM
[CRONUS UK Ltd_$Integration Table 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 Table Mapping$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Integration Table Mapping]
LEFT JOIN
[CRONUS UK Ltd_$Data Exch_ Mapping$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Data Exch. Mapping]
ON
[Integration Table Mapping].[Table ID] = [Data Exch. Mapping].[Table ID]
LEFT JOIN
[User] AS [User]
ON
[Integration Table Mapping].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
[User] AS [User]
ON
[Integration Table Mapping].[SystemModifiedBy] = [User].[User Security ID]
Show/hide columns in Integration Table Mapping table
Field No. | Field Name | Field Caption | Class | Type | Length | SQL Column Name | SQL DataType |
---|---|---|---|---|---|---|---|
1 | Name | Name | Normal | Code | 20 | Name | nvarchar(40) |
2 | Table ID | Table ID | Normal | Integer | 4 | Table ID | int |
Key to join to the Data Exch. Mapping table.Show/hide example querySELECT [Integration Table Mapping].[Table ID] ,[Data Exch. Mapping].[Table ID] FROM [CRONUS UK Ltd_$Integration Table Mapping$437dbf0e-84ff-417a-965d-ed2bb9650972$ext] AS [Integration Table Mapping] LEFT JOIN [CRONUS UK Ltd_$Data Exch_ Mapping$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Data Exch. Mapping] ON [Integration Table Mapping].[Table ID] = [Data Exch. Mapping].[Table ID] | |||||||
3 | Integration Table ID | Integration Table ID | Normal | Integer | 4 | Integration Table ID | int |
4 | Synch. Codeunit ID | Synch. Codeunit ID | Normal | Integer | 4 | Synch_ Codeunit ID | int |
5 | Integration Table UID Fld. No. | Integration Table UID Fld. No. | Normal | Integer | 4 | Integration Table UID Fld_ No_ | int |
6 | Int. Tbl. Modified On Fld. No. | Int. Tbl. Modified On Fld. No. | Normal | Integer | 4 | Int_ Tbl_ Modified On Fld_ No_ | int |
7 | Int. Table UID Field Type | Int. Table UID Field Type | Normal | Integer | 4 | Int_ Table UID Field Type | int |
8 | Table Config Template Code | Table Config Template Code | Normal | Code | 10 | Table Config Template Code | nvarchar(20) |
9 | Int. Tbl. Config Template Code | Int. Tbl. Config Template Code | Normal | Code | 10 | Int_ Tbl_ Config Template Code | nvarchar(20) |
10 | Direction | Direction | Normal | Option | 4 | Direction | int |
Available options are:
| |||||||
11 | Int. Tbl. Caption Prefix | Int. Tbl. Caption Prefix | Normal | Text | 30 | Int_ Tbl_ Caption Prefix | nvarchar(60) |
12 | Synch. Int. Tbl. Mod. On Fltr. | Synch. Int. Tbl. Mod. On Fltr. | Normal | DateTime | 8 | Synch_ Int_ Tbl_ Mod_ On Fltr_ | datetime |
13 | Synch. Modified On Filter | Synch. Modified On Filter | Normal | DateTime | 8 | Synch_ Modified On Filter | datetime |
14 | Table Filter | Table Filter | Normal | BLOB | 8 | Table Filter | image |
15 | Integration Table Filter | Integration Table Filter | Normal | BLOB | 8 | Integration Table Filter | image |
16 | Synch. Only Coupled Records | Synch. Only Coupled Records | Normal | Boolean | 4 | Synch_ Only Coupled Records | tinyint |
17 | Parent Name | Parent Name | Normal | Code | 20 | Parent Name | nvarchar(40) |
18 | Graph Delta Token | Graph Delta Token | Normal | Text | 250 | Graph Delta Token | nvarchar(500) |
19 | Int. Tbl. Delta Token Fld. No. | Int. Tbl. Delta Token Fld. No. | Normal | Integer | 4 | Int_ Tbl_ Delta Token Fld_ No_ | int |
20 | Int. Tbl. ChangeKey Fld. No. | Int. Tbl. ChangeKey Fld. No. | Normal | Integer | 4 | Int_ Tbl_ ChangeKey Fld_ No_ | int |
21 | Int. Tbl. State Fld. No. | Int. Tbl. State Fld. No. | Normal | Integer | 4 | Int_ Tbl_ State Fld_ No_ | int |
22 | Delete After Synchronization | Delete After Synchronization | Normal | Boolean | 4 | Delete After Synchronization | tinyint |
23 | BC Rec Page Id | The Id of the BC Record Page | Normal | Integer | 4 | BC Rec Page Id | int |
24 | CDS Rec Page Id | The Id of the Dataverse Record Page | Normal | Integer | 4 | CDS Rec Page Id | int |
25 | Deletion-Conflict Resolution | Resolve Deletion Conflicts | Normal | Option | 4 | Deletion-Conflict Resolution | int |
Available options are:
| |||||||
26 | Update-Conflict Resolution | Resolve Update Conflicts | Normal | Option | 4 | Update-Conflict Resolution | int |
Available options are:
| |||||||
27 | Uncouple Codeunit ID | Uncouple Codeunit ID | Normal | Integer | 4 | Uncouple Codeunit ID | int |
28 | Coupling Codeunit ID | Coupling Codeunit ID | Normal | Integer | 4 | Coupling Codeunit ID | int |
29 | Synch. After Bulk Coupling | Synch. After Match-Based Coupling | Normal | Boolean | 4 | Synch_ After Bulk Coupling | tinyint |
30 | Dependency Filter | Dependency Filter | Normal | Text | 250 | Dependency Filter | nvarchar(500) |
31 | Create New in Case of No Match | Create New in Case of No Match | Normal | Boolean | 4 | Create New in Case of No Match | tinyint |
32 | Type | Type | Normal | Option | 4 | Type | int |
Available options are:
| |||||||
33 | Disable Event Job Resch. | Disable Event-driven Synch. Job Rescheduling | Normal | Boolean | 4 | Disable Event Job Resch_ | tinyint |
34 | Multi Company Synch. Enabled | Multi-Company Synchronization Enabled | Normal | Boolean | 4 | Multi Company Synch_ Enabled | tinyint |
100 | Full Sync is Running | Full Sync is Running | Normal | Boolean | 4 | Full Sync is Running | tinyint |
101 | Full Sync Session ID | Full Sync Session ID | Normal | Integer | 4 | Full Sync Session ID | int |
102 | Last Full Sync Start DateTime | Last Full Sync Start DateTime | Normal | DateTime | 8 | Last Full Sync Start DateTime | datetime |
7234 | Overwrite Local Change | Overwrite Local Change | Normal | Boolean | 4 | ||
7235 | Status | Status | Normal | Option | 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 Table Mapping].[$systemCreatedBy] ,[User].[User Security ID] FROM [CRONUS UK Ltd_$Integration Table Mapping$437dbf0e-84ff-417a-965d-ed2bb9650972$ext] AS [Integration Table Mapping] LEFT JOIN [User] AS [User] ON [Integration Table Mapping].[$systemCreatedBy] = [User].[User Security ID] | |||||||
2000000003 | SystemModifiedAt | Modified At | Normal | DateTime | 8 | $systemModifiedAt | datetime |
2000000004 | SystemModifiedBy | Modified By | Normal | GUID | 16 | $systemModifiedBy | uniqueidentifier |