Share via


ConcurrencyMode 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.

Specifies how the discount should interact with other discounts on a line.

Namespace:  Microsoft.Dynamics.Commerce.Runtime.DataModel
Assembly:  Microsoft.Dynamics.Commerce.Runtime.Entities (in Microsoft.Dynamics.Commerce.Runtime.Entities.dll)

Syntax

'Declaration
<DataContractAttribute> _
Public Enumeration ConcurrencyMode
'Usage
Dim instance As ConcurrencyMode
[DataContractAttribute]
public enum ConcurrencyMode
[DataContractAttribute]
public enum class ConcurrencyMode

Members

Member name Description
Exclusive If this discount applies, it overrides all others. If multiple Exclusive discounts apply, the Best Price is chosen.
BestPrice If this discount applies, the best price between all discounts applies.

This only has an effect if there are no Exclusive discounts.

Compounded If this discount applies, it will be compounded with all other discounts also marked as Compounded.

Remarks

Maps to the RetailDiscountConcurrency enum in AX.

See Also

Reference

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace