Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/5331
Table Type: Company
Table Name: CRM Integration Record
Database Table Name: CRONUS UK Ltd_$CRM Integration Record$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 CRM Integration Record can be queried.
Show/hide an example select of all columns
SELECT
*
FROM
[CRONUS UK Ltd_$CRM Integration Record$437dbf0e-84ff-417a-965d-ed2bb9650972]
Show/hide an example select of all columns by name
SELECT
[CRM ID]
,[Integration ID]
,[Last Synch_ Modified On]
,[Last Synch_ CRM Modified On]
,[Table ID]
,[Last Synch_ Result]
,[Last Synch_ CRM Result]
,[Last Synch_ Job ID]
,[Last Synch_ CRM Job ID]
,[Skipped]
,[Option Mapping Failure]
,[Statistics Uploaded]
,[Archived Sales Order]
,[Archived Sales Order Updated]
,[$systemId]
,[$systemCreatedAt]
,[$systemCreatedBy]
,[$systemModifiedAt]
,[$systemModifiedBy]
FROM
[CRONUS UK Ltd_$CRM Integration Record$437dbf0e-84ff-417a-965d-ed2bb9650972]
Show/hide an example select of all columns including those from all joined tables
SELECT
*
FROM
[CRONUS UK Ltd_$CRM Integration Record$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [CRM Integration Record]
LEFT JOIN
[CRONUS UK Ltd_$Integration Record$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Integration Record]
ON
[CRM Integration Record].[Integration ID] = [Integration Record].[Integration ID]
LEFT JOIN
[CRONUS UK Ltd_$Data Exch_ Mapping$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Data Exch. Mapping]
ON
[CRM Integration Record].[Table ID] = [Data Exch. Mapping].[Table ID]
LEFT JOIN
[User] AS [User]
ON
[CRM Integration Record].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
[User] AS [User]
ON
[CRM Integration Record].[SystemModifiedBy] = [User].[User Security ID]
Show/hide columns in CRM Integration Record table
Field No. | Field Name | Field Caption | Class | Type | Length | SQL Column Name | SQL DataType |
---|---|---|---|---|---|---|---|
2 | CRM ID | CRM ID | Normal | GUID | 16 | CRM ID | uniqueidentifier |
3 | Integration ID | Integration ID | Normal | GUID | 16 | Integration ID | uniqueidentifier |
Key to join to the Integration Record table.Show/hide example querySELECT [CRM Integration Record].[Integration ID] ,[Integration Record].[Integration ID] FROM [CRONUS UK Ltd_$CRM Integration Record$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [CRM Integration Record] LEFT JOIN [CRONUS UK Ltd_$Integration Record$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Integration Record] ON [CRM Integration Record].[Integration ID] = [Integration Record].[Integration ID] | |||||||
4 | Last Synch. Modified On | Last Synch. Modified On | Normal | DateTime | 8 | Last Synch_ Modified On | datetime |
5 | Last Synch. CRM Modified On | Last Synch. CRM Modified On | Normal | DateTime | 8 | Last Synch_ CRM Modified On | datetime |
6 | Table ID | Table ID | Normal | Integer | 4 | Table ID | int |
Key to join to the Data Exch. Mapping table.Show/hide example querySELECT [CRM Integration Record].[Table ID] ,[Data Exch. Mapping].[Table ID] FROM [CRONUS UK Ltd_$CRM Integration Record$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [CRM Integration Record] LEFT JOIN [CRONUS UK Ltd_$Data Exch_ Mapping$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Data Exch. Mapping] ON [CRM Integration Record].[Table ID] = [Data Exch. Mapping].[Table ID] | |||||||
7 | Last Synch. Result | Last Synch. Result | Normal | Option | 4 | Last Synch_ Result | int |
Available options are:
| |||||||
8 | Last Synch. CRM Result | Last Synch. CRM Result | Normal | Option | 4 | Last Synch_ CRM Result | int |
Available options are:
| |||||||
9 | Last Synch. Job ID | Last Synch. Job ID | Normal | GUID | 16 | Last Synch_ Job ID | uniqueidentifier |
10 | Last Synch. CRM Job ID | Last Synch. CRM Job ID | Normal | GUID | 16 | Last Synch_ CRM Job ID | uniqueidentifier |
11 | Skipped | Skipped | Normal | Boolean | 4 | Skipped | tinyint |
12 | Option Mapping Failure | Option Mapping Failure | Normal | Boolean | 4 | Option Mapping Failure | tinyint |
13 | Statistics Uploaded | Statistics Uploaded | Normal | Boolean | 4 | Statistics Uploaded | tinyint |
14 | Archived Sales Order | Archived Sales Order | Normal | Boolean | 4 | Archived Sales Order | tinyint |
15 | Archived Sales Order Updated | Archived Sales Order Updated | Normal | Boolean | 4 | Archived Sales Order Updated | 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 [CRM Integration Record].[$systemCreatedBy] ,[User].[User Security ID] FROM [CRONUS UK Ltd_$CRM Integration Record$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [CRM Integration Record] LEFT JOIN [User] AS [User] ON [CRM Integration Record].[$systemCreatedBy] = [User].[User Security ID] | |||||||
2000000003 | SystemModifiedAt | Modified At | Normal | DateTime | 8 | $systemModifiedAt | datetime |
2000000004 | SystemModifiedBy | Modified By | Normal | GUID | 16 | $systemModifiedBy | uniqueidentifier |