Workflows Entries Buffer

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

Table Type: Company

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

Table Number: 832

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

Show/hide an example select of all columns

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

Show/hide an example select of all columns by name

SELECT
   [Created by Application]
   ,[Entry No_]
   ,[Workflow Step Instance ID]
   ,[Record ID]
   ,[Initiated By User ID]
   ,[To Be Approved By User ID]
   ,[Date-Time Initiated]
   ,[Last Date-Time Modified]
   ,[Last Modified By User ID]
   ,[Status]
   ,[Response]
   ,[Amount]
   ,[Due Date]
   ,[$systemId]
   ,[$systemCreatedAt]
   ,[$systemCreatedBy]
   ,[$systemModifiedAt]
   ,[$systemModifiedBy]
FROM
   [CRONUS UK Ltd_$Workflows Entries 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_$Workflows Entries Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Workflows Entries Buffer]
LEFT JOIN
   [User] AS [User]
      ON
         [Workflows Entries Buffer].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [Workflows Entries Buffer].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in Workflows Entries Buffer table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1Created by Application SearchCreated by ApplicationNormalOption4Created by Applicationint
Available options are:
  • “Microsoft Flow”
  • “Dynamics 365”
  • “Dynamics NAV”
2Entry No. SearchEntry No.NormalInteger4Entry No_int
3Workflow Step Instance ID Primary Key SearchWorkflow Step Instance IDNormalGUID16Workflow Step Instance IDuniqueidentifier
4Record ID SearchRecord IDNormalRecordID448Record IDvarbinary(448)
5Initiated By User ID SearchInitiated By User IDNormalCode50Initiated By User IDnvarchar(100)
6To Be Approved By User ID SearchTo Be Approved By User IDNormalCode50To Be Approved By User IDnvarchar(100)
7Date-Time Initiated SearchDate-Time InitiatedNormalDateTime8Date-Time Initiateddatetime
8Last Date-Time Modified SearchLast Date-Time ModifiedNormalDateTime8Last Date-Time Modifieddatetime
9Last Modified By User ID SearchLast Modified By User IDNormalCode50Last Modified By User IDnvarchar(100)
10Status SearchStatusNormalOption4Statusint
Available options are:
  • “Created”
  • “Open”
  • “Canceled”
  • “Rejected”
  • “Approved”
  • ” “
11Response SearchResponseNormalOption4Responseint
Available options are:
  • “NotExpected”
  • “Pending”
  • “Cancel”
  • “Continue”
  • “Reject”
  • ” “
12Amount SearchAmountNormalInteger4Amountint
13Due Date SearchDue DateNormalDate4Due Datedatetime
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
       [Workflows Entries Buffer].[$systemCreatedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Workflows Entries Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Workflows Entries Buffer]
LEFT JOIN
       [User] AS [User]
              ON
                     [Workflows Entries 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
       [Workflows Entries Buffer].[$systemModifiedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Workflows Entries Buffer$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Workflows Entries Buffer]
LEFT JOIN
       [User] AS [User]
              ON
                     [Workflows Entries Buffer].[$systemModifiedBy] = [User].[User Security ID]

Leave a Reply

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