Easily find this page again using the shortlink: https://bct.azrcrv.co.uk/1523
Table Type: Company
Table Name: Workflow Step Argument
Database Table Name: CRONUS UK Ltd_$Workflow Step Argument$437dbf0e-84ff-417a-965d-ed2bb9650972$ext
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 Step Argument can be queried.
Show/hide an example select of all columns
SELECT
*
FROM
[CRONUS UK Ltd_$Workflow Step Argument$437dbf0e-84ff-417a-965d-ed2bb9650972$ext]
Show/hide an example select of all columns by name
SELECT
[ID]
,[Type]
,[General Journal Template Name]
,[General Journal Batch Name]
,[Notification User ID]
,[Response Function Name]
,[Notify Sender]
,[Link Target Page]
,[Custom Link]
,[Event Conditions]
,[Approver Type]
,[Approver Limit Type]
,[Workflow User Group Code]
,[Due Date Formula]
,[Message]
,[Delegate After]
,[Show Confirmation Message]
,[Table No_]
,[Field No_]
,[Approver User ID]
,[Response Type]
,[Response User ID]
,[Notification Entry Type]
,[$systemId]
,[$systemCreatedAt]
,[$systemCreatedBy]
,[$systemModifiedAt]
,[$systemModifiedBy]
FROM
[CRONUS UK Ltd_$Workflow Step Argument$437dbf0e-84ff-417a-965d-ed2bb9650972$ext]
Show/hide an example select of all columns including those from all joined tables
SELECT
*
FROM
[CRONUS UK Ltd_$Workflow Step Argument$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Workflow Step Argument]
LEFT JOIN
[CRONUS UK Ltd_$Gen_ Journal Template$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Gen. Journal Template]
ON
[Workflow Step Argument].[General Journal Template Name] = [Gen. Journal Template].[Name]
LEFT JOIN
[CRONUS UK Ltd_$Gen_ Journal Batch$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Gen. Journal Batch]
ON
[Workflow Step Argument].[General Journal Batch Name] = [Gen. Journal Batch].[Journal Template Name]
LEFT JOIN
[CRONUS UK Ltd_$User Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [User Setup]
ON
[Workflow Step Argument].[Notification User ID] = [User Setup].[User ID]
LEFT JOIN
[CRONUS UK Ltd_$Workflow Response$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Workflow Response]
ON
[Workflow Step Argument].[Response Function Name] = [Workflow Response].[Function Name]
LEFT JOIN
[CRONUS UK Ltd_$Workflow User Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Workflow User Group]
ON
[Workflow Step Argument].[Workflow User Group Code] = [Workflow User Group].[Code]
LEFT JOIN
[CRONUS UK Ltd_$User Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [User Setup]
ON
[Workflow Step Argument].[Approver User ID] = [User Setup].[User ID]
LEFT JOIN
[CRONUS UK Ltd_$User Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [User Setup]
ON
[Workflow Step Argument].[Response User ID] = [User Setup].[User ID]
LEFT JOIN
[User] AS [User]
ON
[Workflow Step Argument].[SystemCreatedBy] = [User].[User Security ID]
LEFT JOIN
[User] AS [User]
ON
[Workflow Step Argument].[SystemModifiedBy] = [User].[User Security ID]
Show/hide columns in Workflow Step Argument table
Field No. | Field Name | Field Caption | Class | Type | Length | SQL Column Name | SQL DataType |
---|---|---|---|---|---|---|---|
1 | ID | ID | Normal | GUID | 16 | ID | uniqueidentifier |
2 | Type | Type | Normal | Option | 4 | Type | int |
Available options are:
| |||||||
3 | General Journal Template Name | General Journal Template Name | Normal | Code | 10 | General Journal Template Name | nvarchar(20) |
Key to join to the Gen. Journal Template table.Show/hide example querySELECT [Workflow Step Argument].[General Journal Template Name] ,[Gen. Journal Template].[Name] FROM [CRONUS UK Ltd_$Workflow Step Argument$437dbf0e-84ff-417a-965d-ed2bb9650972$ext] AS [Workflow Step Argument] LEFT JOIN [CRONUS UK Ltd_$Gen_ Journal Template$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Gen. Journal Template] ON [Workflow Step Argument].[General Journal Template Name] = [Gen. Journal Template].[Name] | |||||||
4 | General Journal Batch Name | General Journal Batch Name | Normal | Code | 10 | General Journal Batch Name | nvarchar(20) |
Key to join to the Gen. Journal Batch table.Show/hide example querySELECT [Workflow Step Argument].[General Journal Batch Name] ,[Gen. Journal Batch].[Journal Template Name] FROM [CRONUS UK Ltd_$Workflow Step Argument$437dbf0e-84ff-417a-965d-ed2bb9650972$ext] AS [Workflow Step Argument] LEFT JOIN [CRONUS UK Ltd_$Gen_ Journal Batch$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Gen. Journal Batch] ON [Workflow Step Argument].[General Journal Batch Name] = [Gen. Journal Batch].[Journal Template Name] | |||||||
5 | Notification User ID | Notification User ID | Normal | Code | 50 | Notification User ID | nvarchar(100) |
Key to join to the User Setup table.Show/hide example querySELECT [Workflow Step Argument].[Notification User ID] ,[User Setup].[User ID] FROM [CRONUS UK Ltd_$Workflow Step Argument$437dbf0e-84ff-417a-965d-ed2bb9650972$ext] AS [Workflow Step Argument] LEFT JOIN [CRONUS UK Ltd_$User Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [User Setup] ON [Workflow Step Argument].[Notification User ID] = [User Setup].[User ID] | |||||||
6 | Notification User License Type | Notification User License Type | FlowField | Option | 4 | ||
7 | Response Function Name | Response Function Name | Normal | Code | 128 | Response Function Name | nvarchar(256) |
Key to join to the Workflow Response table.Show/hide example querySELECT [Workflow Step Argument].[Response Function Name] ,[Workflow Response].[Function Name] FROM [CRONUS UK Ltd_$Workflow Step Argument$437dbf0e-84ff-417a-965d-ed2bb9650972$ext] AS [Workflow Step Argument] LEFT JOIN [CRONUS UK Ltd_$Workflow Response$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Workflow Response] ON [Workflow Step Argument].[Response Function Name] = [Workflow Response].[Function Name] | |||||||
8 | Notify Sender | Notify Sender | Normal | Boolean | 4 | Notify Sender | tinyint |
9 | Link Target Page | Link Target Page | Normal | Integer | 4 | Link Target Page | int |
10 | Custom Link | Custom Link | Normal | Text | 250 | Custom Link | nvarchar(500) |
11 | Event Conditions | Event Conditions | Normal | BLOB | 8 | Event Conditions | image |
12 | Approver Type | Approver Type | Normal | Option | 4 | Approver Type | int |
Available options are:
| |||||||
13 | Approver Limit Type | Approver Limit Type | Normal | Option | 4 | Approver Limit Type | int |
Available options are:
| |||||||
14 | Workflow User Group Code | Workflow User Group Code | Normal | Code | 20 | Workflow User Group Code | nvarchar(40) |
Key to join to the Workflow User Group table.Show/hide example querySELECT [Workflow Step Argument].[Workflow User Group Code] ,[Workflow User Group].[Code] FROM [CRONUS UK Ltd_$Workflow Step Argument$437dbf0e-84ff-417a-965d-ed2bb9650972$ext] AS [Workflow Step Argument] LEFT JOIN [CRONUS UK Ltd_$Workflow User Group$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [Workflow User Group] ON [Workflow Step Argument].[Workflow User Group Code] = [Workflow User Group].[Code] | |||||||
15 | Due Date Formula | Due Date Formula | Normal | DateFormula | 32 | Due Date Formula | varchar(32) |
16 | Message | Message | Normal | Text | 250 | Message | nvarchar(500) |
17 | Delegate After | Delegate After | Normal | Option | 4 | Delegate After | int |
Available options are:
| |||||||
18 | Show Confirmation Message | Show Confirmation Message | Normal | Boolean | 4 | Show Confirmation Message | tinyint |
19 | Table No. | Table No. | Normal | Integer | 4 | Table No_ | int |
20 | Field No. | Field No. | Normal | Integer | 4 | Field No_ | int |
21 | Field Caption | Field Caption | FlowField | Text | 80 | ||
22 | Approver User ID | Approver User ID | Normal | Code | 50 | Approver User ID | nvarchar(100) |
Key to join to the User Setup table.Show/hide example querySELECT [Workflow Step Argument].[Approver User ID] ,[User Setup].[User ID] FROM [CRONUS UK Ltd_$Workflow Step Argument$437dbf0e-84ff-417a-965d-ed2bb9650972$ext] AS [Workflow Step Argument] LEFT JOIN [CRONUS UK Ltd_$User Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [User Setup] ON [Workflow Step Argument].[Approver User ID] = [User Setup].[User ID] | |||||||
23 | Response Type | Response Type | Normal | Option | 4 | Response Type | int |
Available options are:
| |||||||
24 | Response User ID | Response User ID | Normal | Code | 50 | Response User ID | nvarchar(100) |
Key to join to the User Setup table.Show/hide example querySELECT [Workflow Step Argument].[Response User ID] ,[User Setup].[User ID] FROM [CRONUS UK Ltd_$Workflow Step Argument$437dbf0e-84ff-417a-965d-ed2bb9650972$ext] AS [Workflow Step Argument] LEFT JOIN [CRONUS UK Ltd_$User Setup$437dbf0e-84ff-417a-965d-ed2bb9650972] AS [User Setup] ON [Workflow Step Argument].[Response User ID] = [User Setup].[User ID] | |||||||
25 | Notification Entry Type | Notification Entry Type | Normal | Option | 4 | Notification Entry Type | int |
Available options are:
| |||||||
100 | Response Option Group | Response Option Group | FlowField | Code | 20 | ||
2000000000 | $systemId | System ID | Normal | GUID | 16 | $systemId | uniqueidentifier |
2000000001 | SystemCreatedAt | Created At | Normal | DateTime | 8 | $systemCreatedAt | datetime |
2000000002 | SystemCreatedBy | Created By | Normal | GUID | 16 | $systemCreatedBy | uniqueidentifier |
Key to join to the User table.Show/hide example querySELECT [Workflow Step Argument].[$systemCreatedBy] ,[User].[User Security ID] FROM [CRONUS UK Ltd_$Workflow Step Argument$437dbf0e-84ff-417a-965d-ed2bb9650972$ext] AS [Workflow Step Argument] LEFT JOIN [User] AS [User] ON [Workflow Step Argument].[$systemCreatedBy] = [User].[User Security ID] | |||||||
2000000003 | SystemModifiedAt | Modified At | Normal | DateTime | 8 | $systemModifiedAt | datetime |
2000000004 | SystemModifiedBy | Modified By | Normal | GUID | 16 | $systemModifiedBy | uniqueidentifier |