Show / Hide Table of Contents

Class DBC.WorkflowRootStepLinkFields

Fields for WorkflowRootStepLink, Link root steps to the workflow

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

Fields

Rank

WorkflowRootStepLink.Rank: Step order

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

Registered

WorkflowRootStepLink.Registered: Registered when

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

RegisteredAssociateId

WorkflowRootStepLink.RegisteredAssociateId: Registered by whom

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

Updated

WorkflowRootStepLink.Updated: Last updated when

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

UpdatedAssociateId

WorkflowRootStepLink.UpdatedAssociateId: Last updated by whom

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

UpdatedCount

WorkflowRootStepLink.UpdatedCount: Number of updates made to this record

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

WorkflowId

WorkflowRootStepLink.WorkflowId: The workflow to connect to

Declaration
public const string WorkflowId = "workflow_id"
Field Value
Type Description
string

WorkflowRootStepLinkId

WorkflowRootStepLink.WorkflowRootStepLinkId: Primary key

Declaration
public const string WorkflowRootStepLinkId = "workflow_root_step_link_id"
Field Value
Type Description
string

WorkflowStepId

WorkflowRootStepLink.WorkflowStepId: A workflow step connected to the option

Declaration
public const string WorkflowStepId = "workflow_step_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