Share via


QUOTE_STATE Class

The QUOTE_STATE class is used to describe quote states, used for the quote 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

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

The QUOTE_STATE class exposes the following integer fields.

Field Value Description
QS_ACTIVE 1 The quote is active.
QS_CLOSED 3 The quote is closed
QS_DRAFT 0 The quote is a draft.
QS_WON 2 The quote has been won.

Requirements

Namespace: Microsoft.CRM.Flags

Assembly: microsoft.crm.proxy.dll

See Also

© 2003 Microsoft Corporation. All rights reserved.