Enum TaskType
Value for field 'record_type' in table 'task'. Controls icons used in GUI This Enum is used by: Task.record_type
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public enum TaskType : short
Fields
Name | Description |
---|---|
Appointment | 1: The task is an appointment |
Document | 2: The task is a document |
3: The task is an email |
|
Fax | 4: The task is a fax |
MailMergeDraft | 7: Mail merge draft document |
MailMergeFinal | 8: Merged result of mail merge |
Phone | 5: The task is a phone call |
Report | 9: Saved report run |
SaintAll | 10: All' choice for Saint, every activity is recorded under this type as well as the specific type. This is NOT an acceptable value for an individual activity |
ToDo | 6: The task is a To-do |
Unknown | 0: This task is of an unknown/undecided type |
Extension Methods
EnumUtil.MapEnums<SuperOffice.Data.TaskType, To>()