Class DBC.ReplyTemplateFields
Fields for ReplyTemplate, Templates for automatic and manual replies to emails/sms organized hierachically
Inheritance
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 |
---|---|
System.String |
Description
ReplyTemplate.Description: The description for this reply template.
Declaration
public const string Description = "description"
Field Value
Type | Description |
---|---|
System.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 |
---|---|
System.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 |
---|---|
System.String |
LastChanged
ReplyTemplate.LastChanged: When the reply template was last changed.
Declaration
public const string LastChanged = "last_changed"
Field Value
Type | Description |
---|---|
System.String |
Name
ReplyTemplate.Name: The name for this reply template.
Declaration
public const string Name = "name"
Field Value
Type | Description |
---|---|
System.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 |
---|---|
System.String |
ReplyTemplateId
ReplyTemplate.ReplyTemplateId: The primary key (auto-incremented)
Declaration
public const string ReplyTemplateId = "id"
Field Value
Type | Description |
---|---|
System.String |