PDSPriceEstablisher::construct Method [AX 2012]

Constructs a PDSPriceEstablisher derived object based on the calculable order map.

client server public static PDSPriceEstablisher construct(PDSCalculableOrderMap _calculableOrderMap, [PDSPriceEstablisherFactory _factory])

Run On

Called

Parameters

_calculableOrderMap
Type: PDSCalculableOrderMap Map
Table map representing one of the pricing calculation extension tables.
_factory
Type: PDSPriceEstablisherFactory Class
A factory that actually constructs a PDSPriceEstablisher derived object.

Return Value

Type: PDSPriceEstablisher Class
A PDSPriceEstablisher derived object.
Show: