Enum TicketAlertAction
Bitmask available ticket alert action This Enum consists of flag values that can be combined.
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[Flags]
public enum TicketAlertAction
Fields
Name | Description |
---|---|
ActionDelegate | 1: Controls Reassign |
ActionEmail | 4: Controls Email others |
ActionEmailCategoryMaster | 32: Controls Email Category administrator |
ActionEmailCustomer | 8: Controls Email Contact |
ActionEmailUser | 16: Controls Email User |
ActionScript | 1024: Controls Script |
ActionSms | 64: Controls SMS others |
ActionSmsCategoryMaster | 512: Controls SMS Category administrator |
ActionSmsCustomer | 128: Controls SMS Contact |
ActionSmsUser | 256: Controls SMS User |