SalesFormLetter.mcrSetShipAloneQuantities Method [AX 2012]

Sets SalesParmline quantities appropriately for ship alone items.

Syntax

protected void mcrSetShipAloneQuantities(SalesParmLine _salesParmLine, SalesLine _salesLineOrig)

Run On

Called

Parameters

  • _salesParmLine
    Type: SalesParmLine Table
    The SalesParmline record for which this method sets quantities.
  • _salesLineOrig
    Type: SalesLine Table
    The SalesLine record used to set quantities on the SalesParmline.

Remarks

Do not do this for negative quantity lines.

Be sure this is called AFTER the salesParmLine has been initialized from the sales line.

See Also

Reference

SalesFormLetter Class