KeyInPrices 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.
KeyInPrices are used when items needs to be explicitely Keyed In during the Barcode scan operation.
Namespace: Microsoft.Dynamics.Commerce.Runtime.DataModel
Assembly: Microsoft.Dynamics.Commerce.Runtime.Entities (in Microsoft.Dynamics.Commerce.Runtime.Entities.dll)
Syntax
'Declaration
Public Enumeration KeyInPrices
'Usage
Dim instance As KeyInPrices
public enum KeyInPrices
public enum class KeyInPrices
Members
Member name | Description | |
---|---|---|
NotMandatory | Enum value for Not Mandatory. | |
MustKeyInNewPrice | Must Key In New Price. | |
MustKeyInEqualHigherPrice | Must Key In Equal/ Higher Price. | |
MustKeyInEqualLowerPrice | Must Key In Equal/ Lower Price. | |
EnteringPriceNotAllowed | Entering Price is Not Allowed. |