Enum TicketReadStatus
Whether the owner has read the ticket or not (red, yellow, green) This Enum is used by: ticket.read_status
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.7.0.0")]
public enum TicketReadStatus : short
Fields
| Name | Description |
|---|---|
| Green | 1: The ticket has been read by the owner |
| Red | 3: The ticket is unread by the owner |
| Unknown | 0: Unknown status |
| Yellow | 2: The ticket has received new information since last read |