Show / Hide Table of Contents

Class DBC.PrefDescFields

Fields for PrefDesc, Preference description, drives the Preference GUI. Maintenance client - controls all preferences in SuperOffice. You find an overview off all standard preference on http://techdoc.superoffice.com. May be used by third-party developers to add system preferences to be updated from SuperOffice Maintenance client, instead of ini-files.

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

Fields

AccessFlags

PrefDesc.AccessFlags: 1=wizard mode, 2=level 0, 4=admin gui, 8=crm gui

Declaration
public const string AccessFlags = "accessFlags"
Field Value
Type Description
String

Description

PrefDesc.Description: Description of preference, multi-language parsed

Declaration
public const string Description = "description"
Field Value
Type Description
String

IsBuiltin

PrefDesc.IsBuiltin: 1 = This row populated and maintained by SuperOffice

Declaration
public const string IsBuiltin = "isBuiltin"
Field Value
Type Description
String

MaxLevel

PrefDesc.MaxLevel: Lowest allowed setting level, set by user, but not lower than sysMaxLevel

Declaration
public const string MaxLevel = "maxLevel"
Field Value
Type Description
String

MaxValue

PrefDesc.MaxValue: Max value (if type 1); list table ID (if type 5)

Declaration
public const string MaxValue = "maxValue"
Field Value
Type Description
String

MinLevel

PrefDesc.MinLevel: The minimum (furthest away from User) level this preference can be set for

Declaration
public const string MinLevel = "minLevel"
Field Value
Type Description
String

MinValue

PrefDesc.MinValue: Min value (if type 1); list extra id (if type 5)

Declaration
public const string MinValue = "minValue"
Field Value
Type Description
String

Name

PrefDesc.Name: Multi-language name

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

PrefDescId

PrefDesc.PrefDescId: Primary key

Declaration
public const string PrefDescId = "PrefDesc_id"
Field Value
Type Description
String

Prefkey

PrefDesc.Prefkey: Preference key name

Declaration
public const string Prefkey = "prefkey"
Field Value
Type Description
String

Prefsection

PrefDesc.Prefsection: Preference section name

Declaration
public const string Prefsection = "prefsection"
Field Value
Type Description
String

Rank

PrefDesc.Rank: Rank field for ordering sections, and keys within sections

Declaration
public const string Rank = "rank"
Field Value
Type Description
String

Registered

PrefDesc.Registered: Registered when

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

RegisteredAssociateId

PrefDesc.RegisteredAssociateId: Registered by whom

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

RequiredLicense

PrefDesc.RequiredLicense: Licenses the user/installation must have if this reference is to be shown. Comma-separated list of owner.module pairs

Declaration
public const string RequiredLicense = "requiredLicense"
Field Value
Type Description
String

SubGroup

PrefDesc.SubGroup: Keys that share a value (including NULL) in this field are shown together; a visual spacer is shown between groups

Declaration
public const string SubGroup = "subGroup"
Field Value
Type Description
String

SysMaxLevel

PrefDesc.SysMaxLevel: Lowest allowed setting level, set by SuperOffice

Declaration
public const string SysMaxLevel = "sysMaxLevel"
Field Value
Type Description
String

Updated

PrefDesc.Updated: Last updated when

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

UpdatedAssociateId

PrefDesc.UpdatedAssociateId: Last updated by whom

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

UpdatedCount

PrefDesc.UpdatedCount: Number of updates made to this record

Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type Description
String

ValueType

PrefDesc.ValueType: 1=number, 2=text, 3=bool, 4=list of values; 5=list table ref; 6=contact ID, 7=Person ID, 8=Project ID, 9=Selection ID

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