Show / Hide Table of Contents

Class DBC.AssociateFields

Fields for Associate, Employees, resources and other users - except for External persons

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

Fields

AssociateId

Associate.AssociateId: Primary key

Declaration
public const string AssociateId = "associate_id"
Field Value
Type Description
String

Checklistlimit

Associate.Checklistlimit: Diary checklist scan limit

Declaration
public const string Checklistlimit = "checklistlimit"
Field Value
Type Description
String

Deleted

Associate.Deleted: 1 = the user is retired and should have no rights, not appear in lists, etc.

Declaration
public const string Deleted = "deleted"
Field Value
Type Description
String

EjUserId

Associate.EjUserId: ID of the ej user record corresponding to this associate; 0 for associates that are not ej users

Declaration
public const string EjUserId = "ejuserId"
Field Value
Type Description
String

EncryptedCheck

Associate.EncryptedCheck: Encrypted hash checksum

Declaration
public const string EncryptedCheck = "encryptedCheck"
Field Value
Type Description
String

GroupIdx

Associate.GroupIdx: Primary group membership, see UserGroupLink for secondary memberships

Declaration
public const string GroupIdx = "group_idx"
Field Value
Type Description
String

IsLocation

Associate.IsLocation: For resources only: 1 if this resource represents a location

Declaration
public const string IsLocation = "isLocation"
Field Value
Type Description
String

Lastlogin

Associate.Lastlogin: Last login date

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

Lastlogout

Associate.Lastlogout: Last logout date

Declaration
public const string Lastlogout = "lastlogout"
Field Value
Type Description
String

LocationAddress

Associate.LocationAddress: Address of location, if this is a resource that is a location

Declaration
public const string LocationAddress = "locationAddress"
Field Value
Type Description
String

Name

Associate.Name: Initials, also login name, possibly database user name

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

PersonId

Associate.PersonId: Owning person record

Declaration
public const string PersonId = "person_id"
Field Value
Type Description
String

Rank

Associate.Rank: Rank order

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

Registered

Associate.Registered: Registered when

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

RegisteredAssociateId

Associate.RegisteredAssociateId: Registered by whom

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

Tooltip

Associate.Tooltip: Tooltip or other description

Declaration
public const string Tooltip = "tooltip"
Field Value
Type Description
String

Type

Associate.Type: Associate type

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

TzLocationId

Associate.TzLocationId: Default timezone location for this associate

Declaration
public const string TzLocationId = "tzLocationId"
Field Value
Type Description
String

Updated

Associate.Updated: Last updated when

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

UpdatedAssociateId

Associate.UpdatedAssociateId: Last updated by whom

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

UpdatedCount

Associate.UpdatedCount: Number of updates

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

UserFlags

Associate.UserFlags: user-specific GUI flags

Declaration
public const string UserFlags = "userFlags"
Field Value
Type Description
String

UserName

Associate.UserName: Associate user name

Declaration
public const string UserName = "userName"
Field Value
Type Description
String

WaitingForApproval

Associate.WaitingForApproval: 0 = Approved (default). 1 = Associate/User must be approved by an administrator. User cannot log in while waiting, but can be assigned licenses. Used in Online.

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