Class DBC.ReplyTemplateAttachmentFields
Fields for ReplyTemplateAttachment, This table is used to connect attachments to reply templates (many-to-many).
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class ReplyTemplateAttachmentFields : Object
Fields
AttachmentId
ReplyTemplateAttachment.AttachmentId: The id of the attachment this entry is connected to.
Declaration
public const string AttachmentId = "attachment_id"
Field Value
Type | Description |
---|---|
String |
EntryId
ReplyTemplateAttachment.EntryId: The id of the reply_template this entry is connected to.
Declaration
public const string EntryId = "entry_id"
Field Value
Type | Description |
---|---|
String |
ReplyTemplateAttachmentId
ReplyTemplateAttachment.ReplyTemplateAttachmentId: The primary key (auto-incremented)
Declaration
public const string ReplyTemplateAttachmentId = "id"
Field Value
Type | Description |
---|---|
String |