Show / Hide Table of Contents

Class DBC.DocTmplFields

Fields for DocTmpl, DocTmpl list table. Describes templates available for writing new documents.

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

Fields

Accelerator

DocTmpl.Accelerator: Accelerator key code for this template

Declaration
public const string Accelerator = "accelerator"
Field Value
Type Description
String

AutoeventId

DocTmpl.AutoeventId: Document plugin id - where the documents generated from this template are to be stored. Copied to the document.archiveProvider when document is created.

Declaration
public const string AutoeventId = "autoevent_id"
Field Value
Type Description
String

DefaultOref

DocTmpl.DefaultOref: Processed via tag substitution to give document reference

Declaration
public const string DefaultOref = "default_oref"
Field Value
Type Description
String

DefaultPublishType

DocTmpl.DefaultPublishType: Should documents based on this template be published=true? Default state of publish flag on documents.

Declaration
public const string DefaultPublishType = "defaultPublishType"
Field Value
Type Description
String

Deleted

DocTmpl.Deleted: 0 -> record is active 1 -> record is 'deleted' and should not be shown in lists

Declaration
public const string Deleted = "deleted"
Field Value
Type Description
String

Direction

DocTmpl.Direction: 1 = incoming, 2 = outgoing, see EAppntDirection

Declaration
public const string Direction = "direction"
Field Value
Type Description
String

DocTmplId

DocTmpl.DocTmplId: Primary key

Declaration
public const string DocTmplId = "DocTmpl_id"
Field Value
Type Description
String

EmailSubject

DocTmpl.EmailSubject: Subject line for document templates that represent an email; template tags are accepted in this item

Declaration
public const string EmailSubject = "emailSubject"
Field Value
Type Description
String

Filename

DocTmpl.Filename: Relative to TemplatePath in SOARC. Plugin specific extref in other doc archives. i.e. Google document URL or Notes id.

Declaration
public const string Filename = "filename"
Field Value
Type Description
String

IncludeSignature

DocTmpl.IncludeSignature: If True, signature (mail.htm) should be added at bottom of template when used

Declaration
public const string IncludeSignature = "includeSignature"
Field Value
Type Description
String

IntentId

DocTmpl.IntentId: What is the intention of this document (used by SAINT)

Declaration
public const string IntentId = "intentId"
Field Value
Type Description
String

InvitationDocType

DocTmpl.InvitationDocType: Type for sending email meeting invitation. Not an invitation type template = 0, New = 1, Changed = 2, Cancelled = 3

Declaration
public const string InvitationDocType = "invitationDocType"
Field Value
Type Description
String

LoadTemplateFromPlugin

DocTmpl.LoadTemplateFromPlugin: If nonzero, then this is the ID of the document plugin that should supply the template document file, instead of the default so_arc/template

Declaration
public const string LoadTemplateFromPlugin = "loadTemplateFromPlugin"
Field Value
Type Description
String

MimeType

DocTmpl.MimeType: The MIME type, for Web/Browser use of documents of this type

Declaration
public const string MimeType = "mimeType"
Field Value
Type Description
String

Name

DocTmpl.Name: The list item

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

PrivacyDocType

DocTmpl.PrivacyDocType: Indicator that this document template has a functional role, related to privacy/GDPR

Declaration
public const string PrivacyDocType = "privacyDocType"
Field Value
Type Description
String

QuoteDocType

DocTmpl.QuoteDocType: The role this document plays in the Quote system, if any

Declaration
public const string QuoteDocType = "quoteDocType"
Field Value
Type Description
String

Rank

DocTmpl.Rank: Rank order

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

RecordType

DocTmpl.RecordType: 1 = app, 2 = doc, 3 = email, 4 = fax, 5 = phone, 6 = todo - see EAppntRecordTypes

Declaration
public const string RecordType = "record_type"
Field Value
Type Description
String

Registered

DocTmpl.Registered: Registered when

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

RegisteredAssociateId

DocTmpl.RegisteredAssociateId: Registered by whom

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

RegkeyEdit

DocTmpl.RegkeyEdit: Registry key to use for Edit; if blank, we simply ask Windows to do the operation for us

Declaration
public const string RegkeyEdit = "regkey_edit"
Field Value
Type Description
String

RegkeyOpen

DocTmpl.RegkeyOpen: Registry key to use for Open, if blank, we simply ask Windows to do the operation for us

Declaration
public const string RegkeyOpen = "regkey_open"
Field Value
Type Description
String

RegkeyPrint

DocTmpl.RegkeyPrint: Registry key to use for Print; if blank, we simply ask Windows to do the operation for us

Declaration
public const string RegkeyPrint = "regkey_print"
Field Value
Type Description
String

SaveInDb

DocTmpl.SaveInDb: 1 = save document records in DB; otherwise not.

Declaration
public const string SaveInDb = "saveInDb"
Field Value
Type Description
String

SenderEmailAddress

DocTmpl.SenderEmailAddress: The email address to use in from field

Declaration
public const string SenderEmailAddress = "senderEmailAddress"
Field Value
Type Description
String

SenderEmailMode

DocTmpl.SenderEmailMode: Type of sender email setting. Always use senderEmailAddress = 0, Use Our contact = 1, Use Support Associate = 2

Declaration
public const string SenderEmailMode = "senderEmailMode"
Field Value
Type Description
String

ShowCurrents

DocTmpl.ShowCurrents: If True, A dialog or sidebar will be shown for changing current values on Contact, Person

Declaration
public const string ShowCurrents = "showCurrents"
Field Value
Type Description
String

Tooltip

DocTmpl.Tooltip: Tooltip or other description

Declaration
public const string Tooltip = "tooltip"
Field Value
Type Description
String

Updated

DocTmpl.Updated: Last updated when

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

UpdatedAssociateId

DocTmpl.UpdatedAssociateId: Last updated by whom

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

UpdatedCount

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