PDSPriceEstablisher::averageAdjustedUnitPriceOnServer Method [AX 2012]
Gets the average adjusted unit price.
server protected static PDSCalculatedUnitPrice averageAdjustedUnitPriceOnServer(
PDSCalculableOrderMap _calculableOrderMap,
[Common _baseBuffer,
PDSPriceEstablisherFactory _factory])
Run On
ServerParameters
- _calculableOrderMap
- Type: PDSCalculableOrderMap Map
Table map representing one of the pricing calculation extension tables.
- _baseBuffer
- Type: Common Table
A buffer containing the source record associated with _calculableOrderMap.
- _factory
- Type: PDSPriceEstablisherFactory Class
A factory that actually constructs a PDSPriceEstablisher derived object.
Show: