Enum TicketPriorityEscalateEvent
The different types of escalate events that can be set This Enum is used by: ticket_priority.ticket_read; ticket_priority.changed_owner; ticket_priority.ticket_newinfo; ticket_priority.ticket_closed; ticket_priority.ticket_changed_priority; ticket_priority.ticket_new
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.1.0.0")]
public enum TicketPriorityEscalateEvent
Fields
Name | Description |
---|---|
Continue | 1: Continue the escalation event from where it was previously stopped |
None | -1: No esclate event set |
Restart | 2: Start the escalation chain over from the beginning |
Stop | 0: This event will stop the escalation chain |