Share via


PurchFormLetter.pdsCWQtyInvent Method [AX 2012]

Calls the purchQuantity.pdsCWQtyInvent method and returns the resulting container.

Syntax

public container pdsCWQtyInvent(PurchLine _purchLine, [PurchQty _qty])

Run On

Called

Parameters

  • _purchLine
    Type: PurchLine Table
    A PurchLine record for which to calculate the catch weight inventory.

Return Value

Type: container
A container that contains the calculated values for RemainBefore , RemainAfter and ReceiveNow calculated from the specified PurchLine record.

See Also

Reference

PurchFormLetter Class