Easily find this page again using the shortlink: https://gpt.azrcrv.co.uk/WFI10004
Product: Microsoft Dynamics GP (0)
Series: Company
Display Name: Workflow Tasks Table
Physical Name: WFI10004
Technical Name: Workflow_Tasks
Seq No | Physical Name | Display Name | Dexterity Data Type | SQL Data Type | Length | |
---|---|---|---|---|---|---|
1 | WorkflowInstanceID ![]() | Workflow Instance ID | GUIDString | String | 36 | |
2 | WorkflowStepInstanceID ![]() | Workflow Step Instance ID | GUIDString | String | 36 | |
3 | WorkflowTaskAssignedTo ![]() | Workflow Task Assigned To | STR85 | String | 85 | |
4 | Workflow_Step_Name ![]() | Workflow Step Name | STR50_LBA | String | 50 | |
5 | Workflow_Name ![]() | Workflow Name | STR50_LBA | String | 50 | |
6 | Workflow_Version ![]() | Workflow Version | INT7 | Long Integer | 7 | |
7 | WF_Step_Description ![]() | Workflow Step Description | STR100 | String | 100 | |
8 | Workflow_Action_Date ![]() | Workflow Action Date | DATE_L | Date | 0 | |
9 | Workflow_Action_Time ![]() | Workflow Action Time | TM6 | Time | 6 | |
10 | Workflow_Due_Date ![]() | Workflow Due Date | DATE_L | Date | 0 | |
11 | Workflow_Due_Time ![]() | Workflow Due Time | TM6 | Time | 6 | |
12 | Workflow_Step_Sequence ![]() | Workflow Step Sequence | INT7 | Long Integer | 7 | |
13 | Workflow_Step_Type ![]() | Workflow Step Type | DDL_Workflow_Step_Type | Integer | 0 | |
14 | Workflow_Step_Order ![]() | Workflow Step Order | GB | Integer | 0 | |
15 | WF_Step_Predecessor ![]() | Workflow Step Predecessor | STR50_LBA | String | 50 | |
16 | WF_Step_Completion_Polic ![]() | Workflow Step Completion Policy | GB | Integer | 0 | |
17 | Workflow_Task_Escalated ![]() | Workflow Task Escalated | boolean | Boolean | 0 | |
18 | WFReminderDueDate ![]() | Workflow Reminder Due Date | DATE_L | Date | 0 | |
19 | WFReminderDueTime ![]() | Workflow Reminder Due Time | TM6 | Time | 6 | |
20 | WorkflowReminderSent ![]() | Workflow Reminder Sent | Boolean | Boolean | 0 | |
21 | DEX_ROW_TS ![]() | datetime | datetime | 3 | ||
DEX_ROW_TS records the time the record was last changed; often used with integration tools to identify which records have changed and need to be synchronised. | ||||||
22 | DEX_ROW_ID ![]() | int | int | 10 | ||
DEX_ROW_ID is an auto-numbered IDENTITY column used internally by Dexterity for lock management; it should not be used by developers to identify any particular piece of information. Microsoft MVP Mariano Gomez has a good write up on the DEX_ROW_ID column. |