Show / Hide Table of Contents

Class DBC.WorkflowStepFields

Fields for WorkflowStep, A set of steps related to a workflow.

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

Fields

Registered

WorkflowStep.Registered: Registered when

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

RegisteredAssociateId

WorkflowStep.RegisteredAssociateId: Registered by whom

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

Settings

WorkflowStep.Settings: Step settings/configuration/variables

Declaration
public const string Settings = "settings"
Field Value
Type Description
string

StepType

WorkflowStep.StepType: Step type

Declaration
public const string StepType = "step_type"
Field Value
Type Description
string

Updated

WorkflowStep.Updated: Last updated when

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

UpdatedAssociateId

WorkflowStep.UpdatedAssociateId: Last updated by whom

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

UpdatedCount

WorkflowStep.UpdatedCount: Number of updates made to this record

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

WorkflowStepId

WorkflowStep.WorkflowStepId: Primary key

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