Show / Hide Table of Contents

Class DBC.RoleWorkflowFields

Fields for RoleWorkflow, Knowledge base workflow access rights associated with a role

Inheritance
Object
DBC.RoleWorkflowFields
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class RoleWorkflowFields

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
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top