SalesStatus Enumeration
Important
This content is archived and is not being updated. For the latest documentation, see Microsoft Dynamics 365 product documentation. For the latest release plans, see Dynamics 365 and Microsoft Power Platform release plans.
Aggregated AX Sales Order status values
Namespace: Microsoft.Dynamics.Commerce.Runtime.DataModel
Assembly: Microsoft.Dynamics.Commerce.Runtime.Entities (in Microsoft.Dynamics.Commerce.Runtime.Entities.dll)
Syntax
'Declaration
<DataContractAttribute> _
Public Enumeration SalesStatus
'Usage
Dim instance As SalesStatus
[DataContractAttribute]
public enum SalesStatus
[DataContractAttribute]
public enum class SalesStatus
Members
Member name | Description | |
---|---|---|
Unknown | Unknown = 0 | |
Created | Created = 1 | |
Processing | Processing = 2 | |
Delivered | Delivered = 3, | |
Invoiced | Invoiced = 4 | |
Confirmed | Confirmed = 5 | |
Sent | Sent = 6 | |
Canceled | Canceled = 7 | |
Lost | Lost = 8 |
Remarks
Maps to the RetailSalesType base enum in AX.