Enum TicketPriorityFlags
Flags for the ticket priority This Enum is used by: ticket_priority.flags This Enum consists of flag values that can be combined.
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[Flags]
public enum TicketPriorityFlags
Fields
Name | Description |
---|---|
AlertSchedule | 4: Escalate requests according to time frame |
Default | 2: This is the ticket priority that should default be set in the UI when creating a request |
External | 1: The ticket priority will be avilable in the Customer Centre |
Unknown | 0: No flags set |
Extension Methods
EnumUtil.MapEnums<SuperOffice.Data.TicketPriorityFlags, To>()