Show / Hide Table of Contents

Class DBC.WorkflowStepOptionFields

Fields for WorkflowStepOption, Some steps can have optional child 'flows', a new series of steps

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

Fields

KeyId

WorkflowStepOption.KeyId: References the object this option is based on (project, selection, link...) given by SplitOptionType on a SplitStep

Declaration
public const string KeyId = "key_id"
Field Value
Type Description
string

Name

WorkflowStepOption.Name: The name of this option

Declaration
public const string Name = "name"
Field Value
Type Description
string

Rank

WorkflowStepOption.Rank: The rank of this option

Declaration
public const string Rank = "rank"
Field Value
Type Description
string

Registered

WorkflowStepOption.Registered: Registered when

Declaration
public const string Registered = "registered"
Field Value
Type Description
string

RegisteredAssociateId

WorkflowStepOption.RegisteredAssociateId: Registered by whom

Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type Description
string

Updated

WorkflowStepOption.Updated: Last updated when

Declaration
public const string Updated = "updated"
Field Value
Type Description
string

UpdatedAssociateId

WorkflowStepOption.UpdatedAssociateId: Last updated by whom

Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type Description
string

UpdatedCount

WorkflowStepOption.UpdatedCount: Number of updates made to this record

Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type Description
string

WorkflowStepId

WorkflowStepOption.WorkflowStepId: The workflow step this instance belongs to

Declaration
public const string WorkflowStepId = "workflow_step_id"
Field Value
Type Description
string

WorkflowStepOptionId

WorkflowStepOption.WorkflowStepOptionId: Primary key

Declaration
public const string WorkflowStepOptionId = "workflow_step_option_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