Class DBC.WorkflowWaitForActionFields
Fields for WorkflowWaitForAction, Some steps wait for actions, this is info about those actions
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class WorkflowWaitForActionFields : Object
Fields
ActionType
WorkflowWaitForAction.ActionType: The type of action
Declaration
public const string ActionType = "ActionType"
Field Value
Type | Description |
---|---|
String |
Rank
WorkflowWaitForAction.Rank: The rank of this action
Declaration
public const string Rank = "rank"
Field Value
Type | Description |
---|---|
String |
Registered
WorkflowWaitForAction.Registered: Registered when
Declaration
public const string Registered = "registered"
Field Value
Type | Description |
---|---|
String |
RegisteredAssociateId
WorkflowWaitForAction.RegisteredAssociateId: Registered by whom
Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type | Description |
---|---|
String |
Updated
WorkflowWaitForAction.Updated: Last updated when
Declaration
public const string Updated = "updated"
Field Value
Type | Description |
---|---|
String |
UpdatedAssociateId
WorkflowWaitForAction.UpdatedAssociateId: Last updated by whom
Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type | Description |
---|---|
String |
UpdatedCount
WorkflowWaitForAction.UpdatedCount: Number of updates made to this record
Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type | Description |
---|---|
String |
WorkflowStepId
WorkflowWaitForAction.WorkflowStepId: The workflow step this instance belongs to
Declaration
public const string WorkflowStepId = "workflow_step_id"
Field Value
Type | Description |
---|---|
String |
WorkflowWaitForActionId
WorkflowWaitForAction.WorkflowWaitForActionId: Primary key
Declaration
public const string WorkflowWaitForActionId = "workflow_wait_for_action_id"
Field Value
Type | Description |
---|---|
String |