Show / Hide Table of Contents

Class DBC.QuickReplyFields

Fields for QuickReply, Personal quick reply text fragments

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

Fields

AssociateId

QuickReply.AssociateId: Associate who owns this quick reply

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

HtmlBody

QuickReply.HtmlBody: The html body of the quick reply

Declaration
public const string HtmlBody = "html_body"
Field Value
Type Description
String

Name

QuickReply.Name: The short name of the quick reply

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

QuickReplyId

QuickReply.QuickReplyId: Primary key

Declaration
public const string QuickReplyId = "quick_reply_id"
Field Value
Type Description
String

Rank

QuickReply.Rank: Rank order in lists

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

Registered

QuickReply.Registered: Registered when

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

RegisteredAssociateId

QuickReply.RegisteredAssociateId: Registered by whom

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

Updated

QuickReply.Updated: Last updated when

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

UpdatedAssociateId

QuickReply.UpdatedAssociateId: Last updated by whom

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

UpdatedCount

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