Show / Hide Table of Contents

Class DBC.OnlineAppFields

Fields for OnlineApp, Echo and track information about Online Apps and their usage

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

Fields

AuthorizationRevoked

OnlineApp.AuthorizationRevoked: Has the authorization for this app been revoked

Declaration
public const string AuthorizationRevoked = "authorizationRevoked"
Field Value
Type Description
String

ClientId

OnlineApp.ClientId: ID that uniquely identifies the app

Declaration
public const string ClientId = "clientId"
Field Value
Type Description
String

DisplayName

OnlineApp.DisplayName: Name to be displayed in user interface

Declaration
public const string DisplayName = "displayName"
Field Value
Type Description
String

LastUsed

OnlineApp.LastUsed: Last app use date (not time, to reduce number of writes)

Declaration
public const string LastUsed = "lastUsed"
Field Value
Type Description
String

OnlineAppId

OnlineApp.OnlineAppId: Primary key

Declaration
public const string OnlineAppId = "onlineapp_id"
Field Value
Type Description
String

PartnerName

OnlineApp.PartnerName: Name of the partner who owns the app

Declaration
public const string PartnerName = "partnerName"
Field Value
Type Description
String

Registered

OnlineApp.Registered: Registered when

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

RegisteredAssociateId

OnlineApp.RegisteredAssociateId: Registered by whom

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

Updated

OnlineApp.Updated: Last updated when

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

UpdatedAssociateId

OnlineApp.UpdatedAssociateId: Last updated by whom

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

UpdatedCount

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