Workflow

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

Table Type: Company

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

Table Number: 1501

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

Show/hide an example select of all columns

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

Show/hide an example select of all columns by name

SELECT
   [Code]
   ,[Description]
   ,[Enabled]
   ,[Template]
   ,[Category]
   ,[$systemId]
   ,[$systemCreatedAt]
   ,[$systemCreatedBy]
   ,[$systemModifiedAt]
   ,[$systemModifiedBy]
FROM
   [CRONUS UK Ltd_$Workflow$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$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Workflow]
LEFT JOIN
   [CRONUS UK Ltd_$VAT Reg_ No_ Srv_ Template$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [VAT Reg. No. Srv. Template]
      ON
         [Workflow].[Template] = [VAT Reg. No. Srv. Template].[Code]
LEFT JOIN
   [CRONUS UK Ltd_$Workflow Category$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Workflow Category]
      ON
         [Workflow].[Category] = [Workflow Category].[Code]
LEFT JOIN
   [User] AS [User]
      ON
         [Workflow].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
   [User] AS [User]
      ON
         [Workflow].[SystemModifiedBy] = [User].[User Security ID]

Show/hide columns in Workflow table

Field No.Field NameField CaptionClassTypeLengthSQL Column NameSQL DataType
1Code Primary Key SearchCodeNormalCode20Codenvarchar(40)
2Description SearchDescriptionNormalText100Descriptionnvarchar(200)
3Enabled SearchEnabledNormalBoolean4Enabledtinyint
4Template SearchTemplateNormalBoolean4Templatetinyint
Key to join to the VAT Reg. No. Srv. Template table.

Show/hide example query

SELECT
       [Workflow].[Template]
       ,[VAT Reg. No. Srv. Template].[Code]
FROM
       [CRONUS UK Ltd_$Workflow$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Workflow]
LEFT JOIN
       [CRONUS UK Ltd_$VAT Reg_ No_ Srv_ Template$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [VAT Reg. No. Srv. Template]
              ON
                     [Workflow].[Template] = [VAT Reg. No. Srv. Template].[Code]
5Category SearchCategoryNormalCode20Categorynvarchar(40)
Key to join to the Workflow Category table.

Show/hide example query

SELECT
       [Workflow].[Category]
       ,[Workflow Category].[Code]
FROM
       [CRONUS UK Ltd_$Workflow$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Workflow]
LEFT JOIN
       [CRONUS UK Ltd_$Workflow Category$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Workflow Category]
              ON
                     [Workflow].[Category] = [Workflow Category].[Code]
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].[$systemCreatedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Workflow$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Workflow]
LEFT JOIN
       [User] AS [User]
              ON
                     [Workflow].[$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].[$systemModifiedBy]
       ,[User].[User Security ID]
FROM
       [CRONUS UK Ltd_$Workflow$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Workflow]
LEFT JOIN
       [User] AS [User]
              ON
                     [Workflow].[$systemModifiedBy] = [User].[User Security ID]

Leave a Reply

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