Workflow Webhook Entry

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

Table Type: Company

Table Name: Workflow Webhook Entry
Database Table Name: CRONUS UK Ltd_$Workflow Webhook Entry$437dbf0e-84ff-417a-965d-ed2bb9650972

Table Number: 467

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 Workflow Webhook Entry can be queried.

Show/hide an example select of all columns

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

Show/hide an example select of all columns by name

SELECT
   [Entry No_]
   ,[Workflow Step Instance ID]
   ,[Initiated By User ID]
   ,[Response]
   ,[Response Argument]
   ,[Date-Time Initiated]
   ,[Last Date-Time Modified]
   ,[Last Modified By User ID]
   ,[Data ID]
   ,[Record ID]
   ,[$systemId]
   ,[$systemCreatedAt]
   ,[$systemCreatedBy]
   ,[$systemModifiedAt]
   ,[$systemModifiedBy]
FROM
   [CRONUS UK Ltd_$Workflow Webhook Entry$437dbf0e-84ff-417a-965d-ed2bb9650972]

Show/hide an example select of all columns including those from all joined tables

SELECT
   *
FROM
   [CRONUS UK Ltd_$Workflow Webhook Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Workflow Webhook Entry]
LEFT JOIN
   [User] AS [User]
      ON
         [Workflow Webhook Entry].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [Workflow Webhook Entry].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in Workflow Webhook Entry table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1Entry No. Primary Key SearchEntry No.NormalInteger4Entry No_int
3Workflow Step Instance ID SearchWorkflow Step Instance IDNormalGUID16Workflow Step Instance IDuniqueidentifier
5Initiated By User ID SearchInitiated By User IDNormalCode50Initiated By User IDnvarchar(100)
7Response SearchResponseNormalOption4Responseint
Available options are:
  • “NotExpected”
  • “Pending”
  • “Cancel”
  • “Continue”
  • “Reject”
8Response Argument SearchResponse ArgumentNormalGUID16Response Argumentuniqueidentifier
9Date-Time Initiated SearchDate-Time InitiatedNormalDateTime8Date-Time Initiateddatetime
11Last Date-Time Modified SearchLast Date-Time ModifiedNormalDateTime8Last Date-Time Modifieddatetime
13Last Modified By User ID SearchLast Modified By User IDNormalCode50Last Modified By User IDnvarchar(100)
15Data ID SearchData IDNormalGUID16Data IDuniqueidentifier
17Record ID SearchRecord IDNormalRecordID448Record IDvarbinary(448)
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
       [Workflow Webhook Entry].[$systemCreatedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Workflow Webhook Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Workflow Webhook Entry]
LEFT JOIN
       [User] AS [User]
              ON
                     [Workflow Webhook Entry].[$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
       [Workflow Webhook Entry].[$systemModifiedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Workflow Webhook Entry$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Workflow Webhook Entry]
LEFT JOIN
       [User] AS [User]
              ON
                     [Workflow Webhook Entry].[$systemModifiedBy] = [User].[User Security ID]

Leave a Reply

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