Show / Hide Table of Contents

Class DBC.UserPreferenceFields

Fields for UserPreference, Preference system. If deflevel is set to 5; the user may change the preferences

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

Fields

Deflevel

UserPreference.Deflevel: The level: 0=hard default, 1=systemwide, 2=database, 3=group, 4=individual

Declaration
public const string Deflevel = "deflevel"
Field Value
Type Description
String

Maxlevel

UserPreference.Maxlevel: Highest override level allowed

Declaration
public const string Maxlevel = "maxlevel"
Field Value
Type Description
String

OwnerId

UserPreference.OwnerId: level=3: group; level=4: associate

Declaration
public const string OwnerId = "owner_id"
Field Value
Type Description
String

Prefkey

UserPreference.Prefkey: Preference key name

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

Prefsection

UserPreference.Prefsection: Preference section name

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

Prefvalue

UserPreference.Prefvalue: Preference value

Declaration
public const string Prefvalue = "prefvalue"
Field Value
Type Description
String

Registered

UserPreference.Registered: Registered when

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

RegisteredAssociateId

UserPreference.RegisteredAssociateId: Registered by whom

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

Updated

UserPreference.Updated: Last updated when

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

UpdatedAssociateId

UserPreference.UpdatedAssociateId: Last updated by whom

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

UpdatedCount

UserPreference.UpdatedCount: Number of updates made to this record

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

UserpreferenceId

UserPreference.UserpreferenceId: Primary key

Declaration
public const string UserpreferenceId = "userpreference_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