Class DBC.WorkflowStepFields
Fields for WorkflowStep, A set of steps related to a workflow.
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class WorkflowStepFields : Object
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 |