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 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