Class DBC.WorkflowGoalFields
Fields for WorkflowGoal, A set of goals related to a workflow. Some goals will have search criterias associated with it to determine if the goal has been reached.
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class WorkflowGoalFields : Object
Fields
GoalType
WorkflowGoal.GoalType: A goal that will conclude the workflow
Declaration
public const string GoalType = "goal_type"
Field Value
Type | Description |
---|---|
String |
Registered
WorkflowGoal.Registered: Registered when
Declaration
public const string Registered = "registered"
Field Value
Type | Description |
---|---|
String |
RegisteredAssociateId
WorkflowGoal.RegisteredAssociateId: Registered by whom
Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type | Description |
---|---|
String |
Updated
WorkflowGoal.Updated: Last updated when
Declaration
public const string Updated = "updated"
Field Value
Type | Description |
---|---|
String |
UpdatedAssociateId
WorkflowGoal.UpdatedAssociateId: Last updated by whom
Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type | Description |
---|---|
String |
UpdatedCount
WorkflowGoal.UpdatedCount: Number of updates made to this record
Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type | Description |
---|---|
String |
WorkflowGoalId
WorkflowGoal.WorkflowGoalId: Primary key
Declaration
public const string WorkflowGoalId = "workflow_goal_id"
Field Value
Type | Description |
---|---|
String |
WorkflowId
WorkflowGoal.WorkflowId: The flow this goal belongs to
Declaration
public const string WorkflowId = "workflow_id"
Field Value
Type | Description |
---|---|
String |