Show / Hide Table of Contents

Class DBC.FunctionRightFields

Fields for FunctionRight, Functional right definition

Inheritance
Object
DBC.FunctionRightFields
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 FunctionRightFields

Fields

EncryptedCheck

FunctionRight.EncryptedCheck: Encrypted data, to detect unwanted changes

Declaration
public const string EncryptedCheck = "encryptedCheck"
Field Value
Type Description
String

FunctionRightId

FunctionRight.FunctionRightId: Primary key

Declaration
public const string FunctionRightId = "FunctionRight_id"
Field Value
Type Description
String

IsBuiltIn

FunctionRight.IsBuiltIn: 0 = added by partner, 1 = supplied by SuperOffice

Declaration
public const string IsBuiltIn = "isBuiltIn"
Field Value
Type Description
String

Name

FunctionRight.Name: Readable, internal ID (not a GUI text)

Declaration
public const string Name = "name"
Field Value
Type Description
String

Registered

FunctionRight.Registered: Registered when

Declaration
public const string Registered = "registered"
Field Value
Type Description
String

RegisteredAssociateId

FunctionRight.RegisteredAssociateId: Registered by whom

Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type Description
String

RequiredModuleName

FunctionRight.RequiredModuleName: If non-blank, specifies a module license that is also needed, for this right to be granted

Declaration
public const string RequiredModuleName = "requiredModule"
Field Value
Type Description
String

RightType

FunctionRight.RightType: 0 = functional right

Declaration
public const string RightType = "rightType"
Field Value
Type Description
String

Updated

FunctionRight.Updated: Last updated when

Declaration
public const string Updated = "updated"
Field Value
Type Description
String

UpdatedAssociateId

FunctionRight.UpdatedAssociateId: Last updated by whom

Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type Description
String

UpdatedCount

FunctionRight.UpdatedCount: Number of updates made to this record

Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type Description
String
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top