Class DBC.RoleWorkflowFields
Fields for RoleWorkflow, Knowledge base workflow access rights associated with a role
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class RoleWorkflowFields : Object
Fields
CrmRole
RoleWorkflow.CrmRole: Link to Role
Declaration
public const string CrmRole = "crm_role"
Field Value
Type | Description |
---|---|
String |
Role
RoleWorkflow.Role: The id of the group. Deprecated.
Declaration
public const string Role = "role"
Field Value
Type | Description |
---|---|
String |
RoleWorkflowId
RoleWorkflow.RoleWorkflowId: The primary key (auto-incremented)
Declaration
public const string RoleWorkflowId = "id"
Field Value
Type | Description |
---|---|
String |
WorkflowAccess
RoleWorkflow.WorkflowAccess: The access level.
Declaration
public const string WorkflowAccess = "workflow_access"
Field Value
Type | Description |
---|---|
String |
WorkflowId
RoleWorkflow.WorkflowId: The id of the workflow.
Declaration
public const string WorkflowId = "workflow_id"
Field Value
Type | Description |
---|---|
String |