Show / Hide Table of Contents

Class DBC.EjuserFields

Fields for Ejuser, This table contains entries for the users of the system.

Inheritance
Object
DBC.EjuserFields
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class EjuserFields : Object

Fields

AccessLevel

Ejuser.AccessLevel: The access level for this user.

Declaration
public const string AccessLevel = "access_level"
Field Value
Type Description
String

ChatStatus

Ejuser.ChatStatus: Various chat statuses for an agent

Declaration
public const string ChatStatus = "chat_status"
Field Value
Type Description
String

DateFormat

Ejuser.DateFormat: The preferred format of dates and datetimes (enum) for this user.

Declaration
public const string DateFormat = "date_format"
Field Value
Type Description
String

DateFormatLongString

Ejuser.DateFormatLongString: Chosen date format for lists as a string for this user

Declaration
public const string DateFormatLongString = "date_format_long_string"
Field Value
Type Description
String

DateFormatString

Ejuser.DateFormatString: Chosen date format as a string for this user

Declaration
public const string DateFormatString = "date_format_string"
Field Value
Type Description
String

DbiAgentId

Ejuser.DbiAgentId: Integration agent (eJournal)

Declaration
public const string DbiAgentId = "dbi_agent_id"
Field Value
Type Description
String

DbiKey

Ejuser.DbiKey: The primary key for the integrated entry in the external datasource.

Declaration
public const string DbiKey = "dbi_key"
Field Value
Type Description
String

DbiLastModified

Ejuser.DbiLastModified: When the entry was last modified.

Declaration
public const string DbiLastModified = "dbi_last_modified"
Field Value
Type Description
String

DbiLastSyncronized

Ejuser.DbiLastSyncronized: Last external syncronization.

Declaration
public const string DbiLastSyncronized = "dbi_last_syncronized"
Field Value
Type Description
String

DefaultCategory

Ejuser.DefaultCategory: The default category for this user when posting tickets and use_last_category is false.

Declaration
public const string DefaultCategory = "default_category"
Field Value
Type Description
String

DefaultStatusAddMessage

Ejuser.DefaultStatusAddMessage: Default status on add message.

Declaration
public const string DefaultStatusAddMessage = "default_status_add_message"
Field Value
Type Description
String

DefaultStatusNewTicket

Ejuser.DefaultStatusNewTicket: Default status on new requests.

Declaration
public const string DefaultStatusNewTicket = "default_status_new_ticket"
Field Value
Type Description
String

DefaultUser

Ejuser.DefaultUser: The default user to set on new tickets in this category (1=automatically, 2=unasigned, 3=the owner

Declaration
public const string DefaultUser = "default_user"
Field Value
Type Description
String

Dictionary

Ejuser.Dictionary: A string indicating the user's prefered dictionary language ('no' or 'en').

Declaration
public const string Dictionary = "dictionary"
Field Value
Type Description
String

EjuserId

Ejuser.EjuserId: The primary key (auto-incremented)

Declaration
public const string EjuserId = "id"
Field Value
Type Description
String

Email

Ejuser.Email: The email address for this user.

Declaration
public const string Email = "email"
Field Value
Type Description
String

EmailMask

Ejuser.EmailMask: A bitmask indicated to which extent the user should recieve email warnings for various events.

Declaration
public const string EmailMask = "email_mask"
Field Value
Type Description
String

Firstname

Ejuser.Firstname: The firstname for this user.

Declaration
public const string Firstname = "firstname"
Field Value
Type Description
String

Flags

Ejuser.Flags: A bitmask indicating flags for this entry.

Declaration
public const string Flags = "flags"
Field Value
Type Description
String

HiddenBagBitset

Ejuser.HiddenBagBitset: Each character represent a bit to set a HtmlBagHideable to default open or closed (1=open 0=closed)

Declaration
public const string HiddenBagBitset = "hidden_bag_bitset"
Field Value
Type Description
String

IdleTime

Ejuser.IdleTime: Number of seconds the user has been idle. Updated by TrayIcon or simular external programs.

Declaration
public const string IdleTime = "idle_time"
Field Value
Type Description
String

Language

Ejuser.Language: A string indicating the user's language ('no' or 'en').

Declaration
public const string Language = "language"
Field Value
Type Description
String

LastCategory

Ejuser.LastCategory: The last chosen category for this user when posting tickets.

Declaration
public const string LastCategory = "last_category"
Field Value
Type Description
String

LastLoginAttempt

Ejuser.LastLoginAttempt: The last time the user tried to log in without success

Declaration
public const string LastLoginAttempt = "last_login_attempt"
Field Value
Type Description
String

Lastname

Ejuser.Lastname: The lastname for this user.

Declaration
public const string Lastname = "lastname"
Field Value
Type Description
String

LoginAttempts

Ejuser.LoginAttempts: The number of times the user has attempted to login with the wrong password

Declaration
public const string LoginAttempts = "login_attempts"
Field Value
Type Description
String

Loginname

Ejuser.Loginname: The unique loginname for this user.

Declaration
public const string Loginname = "loginname"
Field Value
Type Description
String

Middlename

Ejuser.Middlename: The middlename for this user.

Declaration
public const string Middlename = "middlename"
Field Value
Type Description
String

MinuteOffset

Ejuser.MinuteOffset: Offset in hours between server and ejuser timezone.

Declaration
public const string MinuteOffset = "minute_offset"
Field Value
Type Description
String

NewGui

Ejuser.NewGui: Whether to use the new gui or not

Declaration
public const string NewGui = "new_gui"
Field Value
Type Description
String

NotifyExternalLock

Ejuser.NotifyExternalLock: A datetime lock to make sure notifications are only displayed by one notifcation system (ejournal or external programs)

Declaration
public const string NotifyExternalLock = "notify_external_lock"
Field Value
Type Description
String

NotifyExternalSource

Ejuser.NotifyExternalSource: A name (id) of the external notifications system (ejournal or external programs)

Declaration
public const string NotifyExternalSource = "notify_external_source"
Field Value
Type Description
String

NotifyMask

Ejuser.NotifyMask: A bitmask indicating to which extent the user should recieve pop-up warnings for various events.

Declaration
public const string NotifyMask = "notify_mask"
Field Value
Type Description
String

NotPresent

Ejuser.NotPresent: Comment to add for user when status is not present.

Declaration
public const string NotPresent = "not_present"
Field Value
Type Description
String

NumExpandedMessages

Ejuser.NumExpandedMessages: The number of expanded messages in show-ticket view.

Declaration
public const string NumExpandedMessages = "num_expanded_messages"
Field Value
Type Description
String

Password

Ejuser.Password: The encrypted password for this user.

Declaration
public const string Password = "password"
Field Value
Type Description
String

PictureId

Ejuser.PictureId: The attachment.id this reference is connected to.

Declaration
public const string PictureId = "picture_id"
Field Value
Type Description
String

ProfileId

Ejuser.ProfileId: Reference to the profile connected to this ejuser

Declaration
public const string ProfileId = "profile_id"
Field Value
Type Description
String

Signature

Ejuser.Signature: The users signature.

Declaration
public const string Signature = "signature"
Field Value
Type Description
String

SimultaneousLogin

Ejuser.SimultaneousLogin: A boolean telling if the user is counted as one of the simultaneous ones, or one who alway may log in

Declaration
public const string SimultaneousLogin = "simultaneous_login"
Field Value
Type Description
String

Sms

Ejuser.Sms: The SMS number for this user

Declaration
public const string Sms = "sms"
Field Value
Type Description
String

SmsMask

Ejuser.SmsMask: A bitmask indicated to which extent the user should recieve sms warnings for various events.

Declaration
public const string SmsMask = "sms_mask"
Field Value
Type Description
String

Status

Ejuser.Status: The status (enum) for this user.

Declaration
public const string Status = "status"
Field Value
Type Description
String

Textareasize

Ejuser.Textareasize: Size of textarea for each user, example '80x40'

Declaration
public const string Textareasize = "textareasize"
Field Value
Type Description
String

TimeFormatString

Ejuser.TimeFormatString: Chosen time format as a string for this user

Declaration
public const string TimeFormatString = "time_format_string"
Field Value
Type Description
String

Usergroup

Ejuser.Usergroup: The group this user is member of

Declaration
public const string Usergroup = "usergroup"
Field Value
Type Description
String

Username

Ejuser.Username: The unique username for this user.

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