Class DBC.ReplyTemplateFields
Fields for ReplyTemplate, Templates for automatic and manual replies to emails/sms organized hierachically
Inherited Members
Namespace: SuperOfficeCRMData
Assembly: SoDataBase.dll
Syntax
public static class DBC.ReplyTemplateFields
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 |