Class DBC.TrayAppFields
Fields for TrayApp, Tray application presence. SuperOffice CRM web extensions.
Inherited Members
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class DBC.TrayAppFields
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 |