Show / Hide Table of Contents

Class DBC.WorkflowStepOptionLinkFields

Fields for WorkflowStepOptionLink, Link steps to other steps through step options

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

Fields

Rank

WorkflowStepOptionLink.Rank: Step order

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

Registered

WorkflowStepOptionLink.Registered: Registered when

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

RegisteredAssociateId

WorkflowStepOptionLink.RegisteredAssociateId: Registered by whom

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

Updated

WorkflowStepOptionLink.Updated: Last updated when

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

UpdatedAssociateId

WorkflowStepOptionLink.UpdatedAssociateId: Last updated by whom

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

UpdatedCount

WorkflowStepOptionLink.UpdatedCount: Number of updates made to this record

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

WorkflowStepId

WorkflowStepOptionLink.WorkflowStepId: A workflow step connected to the option

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

WorkflowStepOptionId

WorkflowStepOptionLink.WorkflowStepOptionId: The workflow step option to connect to

Declaration
public const string WorkflowStepOptionId = "workflow_step_option_id"
Field Value
Type Description
string

WorkflowStepOptionLinkId

WorkflowStepOptionLink.WorkflowStepOptionLinkId: Primary key

Declaration
public const string WorkflowStepOptionLinkId = "workflow_step_option_link_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