CRM Synch. Conflict Buffer

Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/5374

Table Type: Company

Table Name: CRM Synch. Conflict Buffer
Database Table Name: CRONUS UK Ltd_$CRM Synch_ Conflict Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972

Table Number: 5374

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 Synch. Conflict Buffer can be queried.

Show/hide an example select of all columns

SELECT
   *
FROM
   [CRONUS UK Ltd_$CRM Synch_ Conflict Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972]

Show/hide an example select of all columns by name

SELECT
   [Entry No_]
   ,[Integration ID]
   ,[CRM ID]
   ,[Table ID]
   ,[Table Name]
   ,[Record ID]
   ,[Description]
   ,[Modified On]
   ,[Int_ Table ID]
   ,[Int_ Record ID]
   ,[Int_ Description]
   ,[Int_ Modified On]
   ,[Error Message]
   ,[Failed On]
   ,[Deleted On]
   ,[Record Exists]
   ,[Int_ Record Exists]
   ,[CRM Option Id]
   ,[$systemId]
   ,[$systemCreatedAt]
   ,[$systemCreatedBy]
   ,[$systemModifiedAt]
   ,[$systemModifiedBy]
FROM
   [CRONUS UK Ltd_$CRM Synch_ Conflict Buffer$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 Synch_ Conflict Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [CRM Synch. Conflict Buffer]
LEFT JOIN
   [CRONUS UK Ltd_$Integration Record$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Integration Record]
      ON
         [CRM Synch. Conflict Buffer].[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 Synch. Conflict Buffer].[Table ID] = [Data Exch. Mapping].[Table ID]
LEFT JOIN
   [User] AS [User]
      ON
         [CRM Synch. Conflict Buffer].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [CRM Synch. Conflict Buffer].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in CRM Synch. Conflict Buffer table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1Entry No. Primary Key SearchEntry No.NormalInteger4Entry No_int
2Integration ID SearchIntegration IDNormalGUID16Integration IDuniqueidentifier
Key to join to the Integration Record table.

Show/hide example query

SELECT
       [CRM Synch. Conflict Buffer].[Integration ID]
       ,[Integration Record].[Integration ID]
FROM
       [CRONUS UK Ltd_$CRM Synch_ Conflict Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [CRM Synch. Conflict Buffer]
LEFT JOIN
       [CRONUS UK Ltd_$Integration Record$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Integration Record]
              ON
                     [CRM Synch. Conflict Buffer].[Integration ID] = [Integration Record].[Integration ID]
3CRM ID SearchCRM IDNormalGUID16CRM IDuniqueidentifier
4Table ID SearchTable IDNormalInteger4Table IDint
Key to join to the Data Exch. Mapping table.

Show/hide example query

SELECT
       [CRM Synch. Conflict Buffer].[Table ID]
       ,[Data Exch. Mapping].[Table ID]
FROM
       [CRONUS UK Ltd_$CRM Synch_ Conflict Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [CRM Synch. Conflict Buffer]
LEFT JOIN
       [CRONUS UK Ltd_$Data Exch_ Mapping$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Data Exch. Mapping]
              ON
                     [CRM Synch. Conflict Buffer].[Table ID] = [Data Exch. Mapping].[Table ID]
5Table Name SearchTable NameNormalText250Table Namenvarchar(500)
6Record ID SearchRecord IDNormalRecordID448Record IDvarbinary(448)
7Description SearchDescriptionNormalText250Descriptionnvarchar(500)
8Modified On SearchModified OnNormalDateTime8Modified Ondatetime
9Int. Table ID SearchInt. Table IDNormalInteger4Int_ Table IDint
10Int. Record ID SearchInt. Record IDNormalRecordID448Int_ Record IDvarbinary(448)
11Int. Description SearchInt. DescriptionNormalText250Int_ Descriptionnvarchar(500)
12Int. Modified On SearchInt. Modified OnNormalDateTime8Int_ Modified Ondatetime
13Error Message SearchError MessageNormalText250Error Messagenvarchar(500)
14Failed On SearchFailed OnNormalDateTime8Failed Ondatetime
15Deleted On SearchDeleted OnNormalDateTime8Deleted Ondatetime
16Record Exists SearchRecord ExistsNormalBoolean4Record Existstinyint
17Int. Record Exists SearchInt. Record ExistsNormalBoolean4Int_ Record Existstinyint
18CRM Option Id SearchCRM Option IdNormalInteger4CRM Option Idint
2000000000$systemId SearchSystem IDNormalGUID16$systemIduniqueidentifier
2000000001SystemCreatedAt SearchCreated AtNormalDateTime8$systemCreatedAtdatetime
2000000002SystemCreatedBy SearchCreated ByNormalGUID16$systemCreatedByuniqueidentifier
Key to join to the User table.

Show/hide example query

SELECT
       [CRM Synch. Conflict Buffer].[$systemCreatedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$CRM Synch_ Conflict Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [CRM Synch. Conflict Buffer]
LEFT JOIN
       [User] AS [User]
              ON
                     [CRM Synch. Conflict Buffer].[$systemCreatedBy] = [User].[User Security ID]
2000000003SystemModifiedAt SearchModified AtNormalDateTime8$systemModifiedAtdatetime
2000000004SystemModifiedBy SearchModified ByNormalGUID16$systemModifiedByuniqueidentifier
Key to join to the User table.

Show/hide example query

SELECT
       [CRM Synch. Conflict Buffer].[$systemModifiedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$CRM Synch_ Conflict Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [CRM Synch. Conflict Buffer]
LEFT JOIN
       [User] AS [User]
              ON
                     [CRM Synch. Conflict Buffer].[$systemModifiedBy] = [User].[User Security ID]

Leave a Reply

Your email address will not be published. Required fields are marked *