Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Finds all price adjustments that meet given search criteria
Syntax
public container findPriceAdjustments(
RecId _productId,
RecId _distinctProductVariantId,
container _priceGroups,
CurrencyCode _currencyCode,
UnitOfMeasureSymbol _unitOfMeasureSymbol,
utcdatetime _dateToCheck)
Run On
Called
Parameters
- _productId
Type: RecId Extended Data Type
Product record Id to apply price adjustments to
- _distinctProductVariantId
Type: RecId Extended Data Type
Distinct variant record Id to apply price adjustments to
- _priceGroups
Type: container
Container of price group record Ids associated with the price adjustments
- _currencyCode
Type: CurrencyCode Extended Data Type
Currency to match against price adjustments
- _unitOfMeasureSymbol
Type: UnitOfMeasureSymbol Extended Data Type
Unit of measure symbol to match against price adjustment lines
- _dateToCheck
Type: utcdatetime
The date and time when the price adjustments will be active
Return Value
Type: container
Retail price adjustments matching above criteria