PurchNonStockedRegistrationHelper::newFromPurchLine Method [AX 2012]
Creates a new instance of the TradeNonStockedRegistrationHelper class with the specified PurchLine object.
client server public static PurchNonStockedRegistrationHelper newFromPurchLine(PurchLine _purchLine)
Run On
CalledParameters
- _purchLine
- Type: PurchLine Table
A PurchLine object based on which to initialize the TradeNonStockedRegistrationHelper object.
Return Value
Type: PurchNonStockedRegistrationHelper ClassA TradeNonStockedRegistrationHelper object.
Show: