Coupling Record Buffer

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

Table Type: Company

Table Name: Coupling Record Buffer
Database Table Name: CRONUS UK Ltd_$Coupling Record Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972

Table Number: 5332

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 Coupling Record Buffer can be queried.

Show/hide an example select of all columns

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

Show/hide an example select of all columns by name

SELECT
   [NAV Name]
   ,[CRM Name]
   ,[NAV Table ID]
   ,[CRM Table ID]
   ,[Sync Action]
   ,[NAV Record ID]
   ,[CRM ID]
   ,[Create New]
   ,[Saved Sync Action]
   ,[Saved CRM ID]
   ,[CRM Table Name]
   ,[CRM Option Id]
   ,[Saved CRM Option Id]
   ,[Is Option]
   ,[$systemId]
   ,[$systemCreatedAt]
   ,[$systemCreatedBy]
   ,[$systemModifiedAt]
   ,[$systemModifiedBy]
FROM
   [CRONUS UK Ltd_$Coupling Record 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_$Coupling Record Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Coupling Record Buffer]
LEFT JOIN
   [User] AS [User]
      ON
         [Coupling Record Buffer].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [Coupling Record Buffer].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in Coupling Record Buffer table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1NAV Name Primary Key SearchNAV NameNormalText250NAV Namenvarchar(500)
2CRM Name SearchCRM NameNormalText250CRM Namenvarchar(500)
3NAV Table ID SearchNAV Table IDNormalInteger4NAV Table IDint
4CRM Table ID SearchCRM Table IDNormalInteger4CRM Table IDint
5Sync Action SearchSync ActionNormalOption4Sync Actionint
Available options are:
  • “Do Not Synchronize”
  • “To Integration Table”
  • “From Integration Table”
8NAV Record ID SearchNAV Record IDNormalRecordID448NAV Record IDvarbinary(448)
9CRM ID SearchCRM IDNormalGUID16CRM IDuniqueidentifier
10Create New SearchCreate NewNormalBoolean4Create Newtinyint
11Saved Sync Action SearchSaved Sync ActionNormalOption4Saved Sync Actionint
Available options are:
  • “Do Not Synchronize”
  • “To Integration Table”
  • “From Integration Table”
12Saved CRM ID SearchSaved CRM IDNormalGUID16Saved CRM IDuniqueidentifier
13CRM Table Name SearchCRM Table NameNormalCode20CRM Table Namenvarchar(40)
14CRM Option Id SearchCRM Option IdNormalInteger4CRM Option Idint
15Saved CRM Option Id SearchSaved CRM Option IdNormalInteger4Saved CRM Option Idint
16Is Option SearchIs OptionNormalBoolean4Is Optiontinyint
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
       [Coupling Record Buffer].[$systemCreatedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Coupling Record Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Coupling Record Buffer]
LEFT JOIN
       [User] AS [User]
              ON
                     [Coupling Record 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
       [Coupling Record Buffer].[$systemModifiedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Coupling Record Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Coupling Record Buffer]
LEFT JOIN
       [User] AS [User]
              ON
                     [Coupling Record Buffer].[$systemModifiedBy] = [User].[User Security ID]

Leave a Reply

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