Show / Hide Table of Contents

Class DBC.ActiveUserFields

Fields for ActiveUser, Currently logged-on users. This table contains encrypted license information. Changing it may disable login for all users and require intervention by SuperOffice support. Recommended use: for determining who is logged on, at what location, etc.

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

Fields

ActiveuserId

ActiveUser.ActiveuserId: Note: This ID is not assigned from sequence, but instead corresponds to the Associate primary key

Declaration
public const string ActiveuserId = "activeuser_id"
Field Value
Type Description
string

ClientType

ActiveUser.ClientType: 1=CRM , 2=Admin, 3=SOQL, …

Declaration
public const string ClientType = "clientType"
Field Value
Type Description
string

ComputerName

ActiveUser.ComputerName: Computer name

Declaration
public const string ComputerName = "computerName"
Field Value
Type Description
string

DomainName

ActiveUser.DomainName: Domain name

Declaration
public const string DomainName = "domainName"
Field Value
Type Description
string

Lastlogin

ActiveUser.Lastlogin: Date of last login

Declaration
public const string Lastlogin = "lastlogin"
Field Value
Type Description
string

NetAddress

ActiveUser.NetAddress: DNS and numeric IP address

Declaration
public const string NetAddress = "netAddress"
Field Value
Type Description
string

OsUserName

ActiveUser.OsUserName: OS user name currently logged on

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