Class DBC.WorkflowRootStepLinkFields
Fields for WorkflowRootStepLink, Link root steps to the workflow
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class WorkflowRootStepLinkFields : Object
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 |