Share via


SALES_ORDER_STATE Class

The SALES_ORDER_STATE class lists sales order states, used for the sales order 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
   SALES_ORDER_STATE

[Visual Basic .NET]
Public Class SALES_ORDER_STATE
   Inherits System.Object
[C#]
public class SALES_ORDER_STATE: System.Object
[C++]
public __gc class SALES_ORDER_STATE: public System.Object

The SALES_ORDER_STATE class exposes the following integer fields.

Field Value Description
SOS_ACTIVE 0 Specifies the sales order is active.
SOS_CANCELLED 2 Specifies the sales order has been canceled.
SOS_SUBMITTED 1 Specifies the sales order has been submitted.

Requirements

Namespace: Microsoft.Crm.Platform.Types

Assembly: Microsoft.Crm.Platform.Types.dll

See Also

© 2005 Microsoft Corporation. All rights reserved.