PriceDiscSalesTmpPrintoutHelper::buildQuantityBreakerSetForPriceList Method [AX 2012]
Creates a set that contains quantity breakers for prices that are registered in the system.
client server public static Set buildQuantityBreakerSetForPriceList(
CustTable _custTable,
InventTable _inventTable,
UnitOfMeasureSymbol _priceUnitOfMeasureSymbol,
[FromDate _fromDate,
ToDate _toDate])
Run On
CalledParameters
- _custTable
- Type: CustTable Table
A CustTable buffer that contains information about the customer who is used for search parameters when it searches for prices.
- _inventTable
- Type: InventTable Table
An InventTable buffer that contains information about items that are used for search parameters when it searches for prices.
- _priceUnitOfMeasureSymbol
- Type: UnitOfMeasureSymbol Extended Data Type
- _fromDate
- Type: FromDate Extended Data Type
The start of the range of dates that restricts the search for prices.
- _toDate
- Type: ToDate Extended Data Type
The end of the range of dates that restricts the search for prices.
Return Value
Type: Set ClassA set that contains all quantity breakers applicable for all possible combinations of the price searching parameters.
Show: