Class DBC.WorkflowTriggerFields
Fields for WorkflowTrigger, A set of triggers related to a workflow.
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class DBC.WorkflowTriggerFields
Fields
Registered
WorkflowTrigger.Registered: Registered when
Declaration
public const string Registered = "registered"
Field Value
Type | Description |
---|---|
string |
RegisteredAssociateId
WorkflowTrigger.RegisteredAssociateId: Registered by whom
Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type | Description |
---|---|
string |
TriggerType
WorkflowTrigger.TriggerType: What kind of trigger is this
Declaration
public const string TriggerType = "trigger_type"
Field Value
Type | Description |
---|---|
string |
Updated
WorkflowTrigger.Updated: Last updated when
Declaration
public const string Updated = "updated"
Field Value
Type | Description |
---|---|
string |
UpdatedAssociateId
WorkflowTrigger.UpdatedAssociateId: Last updated by whom
Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type | Description |
---|---|
string |
UpdatedCount
WorkflowTrigger.UpdatedCount: Number of updates made to this record
Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type | Description |
---|---|
string |
WorkflowId
WorkflowTrigger.WorkflowId: The flow this trigger belongs to
Declaration
public const string WorkflowId = "workflow_id"
Field Value
Type | Description |
---|---|
string |
WorkflowTriggerId
WorkflowTrigger.WorkflowTriggerId: Primary key
Declaration
public const string WorkflowTriggerId = "workflow_trigger_id"
Field Value
Type | Description |
---|---|
string |