Record Buffer

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

Table Type: Company

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

Table Number: 6529

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

Show/hide an example select of all columns

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

Show/hide an example select of all columns by name

SELECT
   [Entry No_]
   ,[Table No_]
   ,[Table Name]
   ,[Record Identifier]
   ,[Search Record ID]
   ,[Primary Key]
   ,[Primary Key Field 1 No_]
   ,[Primary Key Field 1 Value]
   ,[Primary Key Field 2 No_]
   ,[Primary Key Field 2 Value]
   ,[Primary Key Field 3 No_]
   ,[Primary Key Field 3 Value]
   ,[Level]
   ,[Serial No_]
   ,[Lot No_]
   ,[Item No_]
   ,[Variant Code]
   ,[Package No_]
   ,[$systemId]
   ,[$systemCreatedAt]
   ,[$systemCreatedBy]
   ,[$systemModifiedAt]
   ,[$systemModifiedBy]
FROM
   [CRONUS UK Ltd_$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_$Record Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Record Buffer]
LEFT JOIN
   [CRONUS UK Ltd_$Item Variant$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Variant]
      ON
         [Record Buffer].[Variant Code] = [Item Variant].[Code]
LEFT JOIN
   [User] AS [User]
      ON
         [Record Buffer].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [Record Buffer].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in Record Buffer table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1Entry No. Primary Key SearchEntry No.NormalInteger4Entry No_int
3Table No. SearchTable No.NormalInteger4Table No_int
4Table Name SearchTable NameNormalText250Table Namenvarchar(500)
5Record Identifier SearchRecord IdentifierNormalRecordID448Record Identifiervarbinary(448)
6Search Record ID SearchSearch Record IDNormalCode100Search Record IDnvarchar(200)
7Primary Key SearchPrimary KeyNormalText250Primary Keynvarchar(500)
8Primary Key Field 1 No. SearchPrimary Key Field 1 No.NormalInteger4Primary Key Field 1 No_int
9Primary Key Field 1 Name SearchPrimary Key Field 1 NameFlowFieldText80
10Primary Key Field 1 Value SearchPrimary Key Field 1 ValueNormalText50Primary Key Field 1 Valuenvarchar(100)
11Primary Key Field 2 No. SearchPrimary Key Field 2 No.NormalInteger4Primary Key Field 2 No_int
12Primary Key Field 2 Name SearchPrimary Key Field 2 NameFlowFieldText80
13Primary Key Field 2 Value SearchPrimary Key Field 2 ValueNormalText50Primary Key Field 2 Valuenvarchar(100)
14Primary Key Field 3 No. SearchPrimary Key Field 3 No.NormalInteger4Primary Key Field 3 No_int
15Primary Key Field 3 Name SearchPrimary Key Field 3 NameFlowFieldText80
16Primary Key Field 3 Value SearchPrimary Key Field 3 ValueNormalText50Primary Key Field 3 Valuenvarchar(100)
17Level SearchLevelNormalInteger4Levelint
20Serial No. SearchSerial No.NormalCode50Serial No_nvarchar(100)
21Lot No. SearchLot No.NormalCode50Lot No_nvarchar(100)
22Item No. SearchItem No.NormalCode20Item No_nvarchar(40)
Key to join to the Item table.

Show/hide example query

SELECT
       [Record Buffer].[Item No_]
       ,[Item].[No_]
FROM
       [CRONUS UK Ltd_$Record Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Record Buffer]
LEFT JOIN
       [CRONUS UK Ltd_$Item$437dbf0e-84ff-417a-965d-ed2bb9650972$ext] AS [Item]
              ON
                     [Record Buffer].[Item No_] = [Item].[No_]
23Variant Code SearchVariant CodeNormalCode10Variant Codenvarchar(20)
Key to join to the Item Variant table.

Show/hide example query

SELECT
       [Record Buffer].[Variant Code]
       ,[Item Variant].[Code]
FROM
       [CRONUS UK Ltd_$Record Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Record Buffer]
LEFT JOIN
       [CRONUS UK Ltd_$Item Variant$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Item Variant]
              ON
                     [Record Buffer].[Variant Code] = [Item Variant].[Code]
6515Package No. SearchPackage No.NormalCode50Package No_nvarchar(100)
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
       [Record Buffer].[$systemCreatedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Record Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Record Buffer]
LEFT JOIN
       [User] AS [User]
              ON
                     [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
       [Record Buffer].[$systemModifiedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Record Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Record Buffer]
LEFT JOIN
       [User] AS [User]
              ON
                     [Record Buffer].[$systemModifiedBy] = [User].[User Security ID]

Leave a Reply

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