Show / Hide Table of Contents

Class DBC.TrayAppFields

Fields for TrayApp, Tray application presence. SuperOffice CRM web extensions.

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

Fields

AssociateId

TrayApp.AssociateId: Associate id that the tray app is being detected for

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

Guid

TrayApp.Guid: TrayApp unique GUID included in presence detection link

Declaration
public const string Guid = "guid"
Field Value
Type Description
String

Lcid

TrayApp.Lcid: Language ID passed to tray app

Declaration
public const string Lcid = "lcid"
Field Value
Type Description
String

PageGenerated

TrayApp.PageGenerated: When was the web page generated that contained the trayapp link

Declaration
public const string PageGenerated = "pageGenerated"
Field Value
Type Description
String

PresenceDetected

TrayApp.PresenceDetected: When was the presence last detected

Declaration
public const string PresenceDetected = "presenceDetected"
Field Value
Type Description
String

Registered

TrayApp.Registered: Registered when

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

RegisteredAssociateId

TrayApp.RegisteredAssociateId: Registered by whom

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

TrayAppId

TrayApp.TrayAppId: Primary key

Declaration
public const string TrayAppId = "TrayApp_id"
Field Value
Type Description
String

Updated

TrayApp.Updated: Last updated when

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

UpdatedAssociateId

TrayApp.UpdatedAssociateId: Last updated by whom

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

UpdatedCount

TrayApp.UpdatedCount: Number of updates made to this record

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