Enum DocTmplQuoteType
Is this document template some kind of quote document, and if so what This Enum is used by: DocTmpl.quoteDocType
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/10.3.0.0")]
public enum DocTmplQuoteType : short
Fields
Name | Description |
---|---|
ConfirmationLines | 5: This is a template for the lines document that is an attachment to the confirmation mail |
ConfirmationMailBody | 4: This is a template for the mail body of the order confirmation |
MailBody | 1: This is a template for the offer mail body |
MainDocument | 2: This is a template for the main offer document, document instances will be referred through Quote.DocumentId |
None | 0: This document template is in no way related to Quote Management |
QuoteLines | 3: This is a template for the AsposeWords merge process, generating the offer line details |