Share via


PurchFormletterParmDataInvoice.getLineQuantities Method [AX 2012]

Retrieves quantities from the purchase order line to use for the parameter line generation.

Syntax

protected container getLineQuantities(PurchLine _purchLine)

Run On

Server

Parameters

  • _purchLine
    Type: PurchLine Table
    The purchase order line for which to retrieve the quantities.

Return Value

Type: container
A container that contains the quantities.

Remarks

The container that is returned contains the following four elements: the new document unit of measure quantity, the new inventory unit quantity, the previous document unit quantity, and the previous inventory unit quantity.

See Also

Reference

PurchFormletterParmDataInvoice Class