Show / Hide Table of Contents

Class DBC.KbWorkflowAccessFields

Fields for KbWorkflowAccess, Control of who can do what in a knowledge base workflow step

Inheritance
object
DBC.KbWorkflowAccessFields
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 DBC.KbWorkflowAccessFields

Fields

KbAccess

KbWorkflowAccess.KbAccess: The access given to a user for entries in a given workflow phase. 1 for viewing entries, 2 for moving entries between workflow phases, 3 for editing entries

Declaration
public const string KbAccess = "kb_access"
Field Value
Type Description
string

KbWorkflow

KbWorkflowAccess.KbWorkflow: The workflow to access.

Declaration
public const string KbWorkflow = "kb_workflow"
Field Value
Type Description
string

KbWorkflowAccessId

KbWorkflowAccess.KbWorkflowAccessId: The primary key (auto-incremented)

Declaration
public const string KbWorkflowAccessId = "id"
Field Value
Type Description
string

UserId

KbWorkflowAccess.UserId: The user with access.

Declaration
public const string UserId = "user_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