Class DBC.WorkflowStepOptionFields
Fields for WorkflowStepOption, Some steps can have optional child 'flows', a new series of steps
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class WorkflowStepOptionFields : Object
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 |