Class DBC.KbWorkflowFields
Fields for KbWorkflow, Knowledge base workflow steps
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class KbWorkflowFields : Object
Fields
KbWorkflowId
KbWorkflow.KbWorkflowId: The primary key (auto-incremented)
Declaration
public const string KbWorkflowId = "id"
Field Value
Type | Description |
---|---|
String |
Name
KbWorkflow.Name:
Declaration
public const string Name = "name"
Field Value
Type | Description |
---|---|
String |
Next
KbWorkflow.Next: The next workflow phase.
Declaration
public const string Next = "next"
Field Value
Type | Description |
---|---|
String |
Previous
KbWorkflow.Previous: The previous workflow phase.
Declaration
public const string Previous = "previous"
Field Value
Type | Description |
---|---|
String |