Enum DocTmplType
Value for field 'record_type' in table 'doctmpl'. This Enum is used by: DocTmpl.record_type
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/10.3.0.0")]
public enum DocTmplType : short
Fields
Name | Description |
---|---|
Appointment | 1: (not used for document templates) |
Document | 2: Generic text document (for instance, a letter) |
3: Email message |
|
Fax | 4: Facsimile |
MergeDraft | 7: Template for mailmerge operations |
MergeFinal | 8: Result of a mailmerge operation |
Phone | 5: (not used for document templates) |
SavedReport | 9: Saved result of running a report (output from Reporter) |
Todo | 6: (not used for document templates) |
Unknown | 0: The document type is unknown/undecided |