Show / Hide Table of Contents

Class DBC.ReplyTemplateFields

Fields for ReplyTemplate, Templates for automatic and manual replies to emails/sms organized hierachically

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

Fields

AccessLevel

ReplyTemplate.AccessLevel: The access level (enum) for this reply template.

Declaration
public const string AccessLevel = "access_level"
Field Value
Type Description
String

Description

ReplyTemplate.Description: The description for this reply template.

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

Flags

ReplyTemplate.Flags: Reply template type, for example "new customer" or "new password". While called flags - this is not actually flags. Only one type can be used at a time.

Declaration
public const string Flags = "flags"
Field Value
Type Description
String

FolderId

ReplyTemplate.FolderId: The id of the folder in which this reply template is located. NULL or -1 if this is a toplevel reply template.

Declaration
public const string FolderId = "folder_id"
Field Value
Type Description
String

LastChanged

ReplyTemplate.LastChanged: When the reply template was last changed.

Declaration
public const string LastChanged = "last_changed"
Field Value
Type Description
String

Name

ReplyTemplate.Name: The name for this reply template.

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

OwnedBy

ReplyTemplate.OwnedBy: The id of the user who owns this reply template.

Declaration
public const string OwnedBy = "owned_by"
Field Value
Type Description
String

ReplyTemplateId

ReplyTemplate.ReplyTemplateId: The primary key (auto-incremented)

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