Show / Hide Table of Contents

Class DBC.WorkflowWaitForActionFields

Fields for WorkflowWaitForAction, Some steps wait for actions, this is info about those actions

Inheritance
object
DBC.WorkflowWaitForActionFields
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.WorkflowWaitForActionFields

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