Show / Hide Table of Contents

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.

Inheritance
object
DBC.WorkflowGoalFields
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class DBC.WorkflowGoalFields

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
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top