SalesFormletterParmDataInvoice.getSalesQtyInventQtyFromLoad_BR Method [AX 2012]

Gets the sales line quantity and the inventory quantity of the sale line which is picked on the load (WMS).

Syntax

protected container getSalesQtyInventQtyFromLoad_BR(SalesLine _salesLine)

Run On

Server

Parameters

  • _salesLine
    Type: SalesLine Table
    The original sales line that will be posted.

Return Value

Type: container
The sales line and inventory quantities that belong to the Load and that should be posted.

See Also

Reference

SalesFormletterParmDataInvoice Class