Job Buffer

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

Table Type: Company

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

Table Number: 1017

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

Show/hide an example select of all columns

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

Show/hide an example select of all columns by name

SELECT
   [Account No_ 1]
   ,[Account No_ 2]
   ,[Amount 1]
   ,[Amount 2]
   ,[Amount 3]
   ,[Amount 4]
   ,[Amount 5]
   ,[Description]
   ,[New Total]
   ,[$systemId]
   ,[$systemCreatedAt]
   ,[$systemCreatedBy]
   ,[$systemModifiedAt]
   ,[$systemModifiedBy]
FROM
   [CRONUS UK Ltd_$Job 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_$Job Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job Buffer]
LEFT JOIN
   [User] AS [User]
      ON
         [Job Buffer].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [Job Buffer].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in Job Buffer table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1Account No. 1 Primary Key SearchAccount No. 1NormalCode20Account No_ 1nvarchar(40)
2Account No. 2 Primary Key SearchAccount No. 2NormalCode20Account No_ 2nvarchar(40)
3Amount 1 SearchAmount 1NormalDecimal12Amount 1decimal(38,38)
4Amount 2 SearchAmount 2NormalDecimal12Amount 2decimal(38,38)
5Amount 3 SearchAmount 3NormalDecimal12Amount 3decimal(38,38)
6Amount 4 SearchAmount 4NormalDecimal12Amount 4decimal(38,38)
7Amount 5 SearchAmount 5NormalDecimal12Amount 5decimal(38,38)
10Description SearchDescriptionNormalText100Descriptionnvarchar(200)
11New Total SearchNew TotalNormalBoolean4New Totaltinyint
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
       [Job Buffer].[$systemCreatedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Job Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job Buffer]
LEFT JOIN
       [User] AS [User]
              ON
                     [Job 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
       [Job Buffer].[$systemModifiedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Job Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job Buffer]
LEFT JOIN
       [User] AS [User]
              ON
                     [Job Buffer].[$systemModifiedBy] = [User].[User Security ID]

Leave a Reply

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