SalesFormletterParmDataPackingslip.createParmLineFromWMSArrivalTrans Method [AX 2012]

Selects SalesLine records for update based on entries in the arrival journal.

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          protected boolean createParmLineFromWMSArrivalTrans(
            SalesLine _salesLine, 
            InventQty _qtyDeliver, 
            PdsCWInventQty _cwQtyDeliver, 
            TradeLineRefId _tableRef)

  Microsoft Dynamics AX 2012 R2 (SYS)
          protected boolean createParmLineFromWMSArrivalTrans(
            SalesLine _salesLine, 
            InventQty _qtyDeliver, 
            PdsCWInventQty _cwQtyDeliver, 
            TradeLineRefId _tableRef)

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          protected boolean createParmLineFromWMSArrivalTrans(
            SalesLine _salesLine, 
            InventQty _qtyDeliver, 
            PdsCWInventQty _cwQtyDeliver, 
            TradeLineRefId _tableRef)

  Microsoft Dynamics AX 2012 (FPK)
          protected boolean createParmLineFromWMSArrivalTrans(
            SalesLine _salesLine, 
            InventQty _qtyDeliver, 
            TradeLineRefId _tableRef)

  Microsoft Dynamics AX 2012 (SYS)
          protected boolean createParmLineFromWMSArrivalTrans(
            SalesLine _salesLine, 
            InventQty _qtyDeliver, 
            TradeLineRefId _tableRef)

Run On

Server

Parameters

Return Value

Type: boolean
true if lines are successfully inserted into the SalesParmLine table; otherwise, false .

See Also

Reference

SalesFormletterParmDataPackingslip Class