Job Queue Entry Buffer

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

Table Type: Company

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

Table Number: 479

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

Show/hide an example select of all columns

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

Show/hide an example select of all columns by name

SELECT
   [Object Type to Run]
   ,[Object ID to Run]
   ,[Description]
   ,[Job Queue Category Code]
   ,[Error Message]
   ,[Job Queue Entry ID]
   ,[Start Date_Time]
   ,[$systemId]
   ,[$systemCreatedAt]
   ,[$systemCreatedBy]
   ,[$systemModifiedAt]
   ,[$systemModifiedBy]
FROM
   [CRONUS UK Ltd_$Job Queue Entry 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 Queue Entry Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job Queue Entry Buffer]
LEFT JOIN
   [CRONUS UK Ltd_$Job Queue Category$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job Queue Category]
      ON
         [Job Queue Entry Buffer].[Job Queue Category Code] = [Job Queue Category].[Code]
LEFT JOIN
   [User] AS [User]
      ON
         [Job Queue Entry Buffer].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [Job Queue Entry Buffer].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in Job Queue Entry Buffer table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
7Object Type to Run SearchObject Type to RunNormalOption4Object Type to Runint
Available options are:
  • “”
  • “ReportCodeunit”
8Object ID to Run SearchObject ID to RunNormalInteger4Object ID to Runint
30Description SearchDescriptionNormalText250Descriptionnvarchar(500)
33Job Queue Category Code SearchJob Queue Category CodeNormalCode10Job Queue Category Codenvarchar(20)
Key to join to the Job Queue Category table.

Show/hide example query

SELECT
       [Job Queue Entry Buffer].[Job Queue Category Code]
       ,[Job Queue Category].[Code]
FROM
       [CRONUS UK Ltd_$Job Queue Entry Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job Queue Entry Buffer]
LEFT JOIN
       [CRONUS UK Ltd_$Job Queue Category$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job Queue Category]
              ON
                     [Job Queue Entry Buffer].[Job Queue Category Code] = [Job Queue Category].[Code]
34Error Message SearchError MessageNormalText2048Error Messagenvarchar(4096)
8001Job Queue Entry ID Primary Key SearchJob Queue Entry IDNormalGUID16Job Queue Entry IDuniqueidentifier
8010Start Date/Time SearchStart Date/TimeNormalDateTime8Start Date_Timedatetime
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 Queue Entry Buffer].[$systemCreatedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Job Queue Entry Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job Queue Entry Buffer]
LEFT JOIN
       [User] AS [User]
              ON
                     [Job Queue Entry 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 Queue Entry Buffer].[$systemModifiedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Job Queue Entry Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Job Queue Entry Buffer]
LEFT JOIN
       [User] AS [User]
              ON
                     [Job Queue Entry Buffer].[$systemModifiedBy] = [User].[User Security ID]

Leave a Reply

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