Newer Version Available
OrderStatus
Supported Calls
describeSObjects(), query(), retrieve()
Fields
| Field | Details |
|---|---|
| ApiName |
|
| IsDefault |
|
| MasterLabel |
|
| SortOrder |
|
| StatusCode |
|
Usage
This object represents a value in the order status picklist. The order status picklist provides additional information about the status of an Order, such as its current state (Draft or Activated). You can query these records to retrieve the set of values in the order status picklist, and then use that information while processing Order objects to determine more information about a given order. For example, the application could test whether a given order is activated based on its Status value and the value of the StatusCode property in the associated OrderStatus object.