WorkFlow
This is a table representing the WorkFlow module in SugarCRM.
Columns
| Name | Type | ReadOnly | Description |
| Id [KEY] | String | False |
The unique identifier of the work flow. |
| Deleted | Bool | False |
The record deletion indicator. |
| Date_Entered | Datetime | False |
The date the record was created. |
| Date_Modified | Datetime | False |
The date the record was last modified. |
| Modified_User_Id | String | False |
The Id of the user who last modified the record. |
| Created_By | String | False |
The Id of the user who created the record. |
| Name | String | False |
The name of the work flow. |
| Base_Module | String | False |
The base module of the work flow. |
| Status | Bool | False |
The status of the work flow. |
| Description | String | False |
The description for the work flow. |
| Type | String | False |
The type of the work flow. |
| Fire_Order | String | False |
The fire order of the work flow. |
| Parent_Id | String | False |
The Id of the parent Sugar module. |
| Record_Type | String | False |
The record type. |
| List_Order_Y | Int | False |
The list order of the data set. |