INCIDENT_STATE Class
The INCIDENT_STATE class lists the possible incident (case) states, used for the incident statecode field. Please note that although the APIs may accept any value, these are the valid values for this field.
This class does not need instantiation or initialization because the fields represent constant integer values. These values are intended to be used when constructing XML string parameters used in the Microsoft CRM APIs.
System.Object
INCIDENT_STATE
[Visual Basic .NET]
Public Class INCIDENT_STATE
Inherits System.Object
[C#]
public class INCIDENT_STATE: System.Object
[C++]
public __gc class INCIDENT_STATE: public System.Object
The INCIDENT_STATE class exposes the following integer fields.
Field | Value | Description |
IS_CANCELLED | 2 | Specifies the incident (case) is canceled. |
IS_CLOSED | 1 | Specifies the incident (case) is closed.
Note The Microsoft CRM application uses Resolved in the user interface for this state. |
IS_OPEN | 0 | Specifies the incident (case) is open. |
Requirements
Namespace: Microsoft.CRM.Flags
Assembly: microsoft.crm.proxy.dll
See Also