Share via


SalesLine.returnLineArrivalUpdate Method

Determines based on the sign of the parameter if called as part of a registration or a cancellation and call the appropriate instance method.

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
          public void returnLineArrivalUpdate(
            InventQtyRegistered _inventQty, 
            PdsCWQtyRegistered _cwQty, 
           [InventDim _inventDim])

  Microsoft Dynamics AX 2012 R2 (SYS)
          public void returnLineArrivalUpdate(
            InventQtyRegistered _inventQty, 
            PdsCWQtyRegistered _cwQty, 
           [InventDim _inventDim])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public void returnLineArrivalUpdate(
            InventQtyRegistered _inventQty, 
            PdsCWQtyRegistered _cwQty, 
           [InventDim _inventDim])

  Microsoft Dynamics AX 2012 (FPK)
          public void returnLineArrivalUpdate(InventQtyRegistered _inventQty, [InventDim _inventDim])

  Microsoft Dynamics AX 2012 (SYS)
          public void returnLineArrivalUpdate(InventQtyRegistered _inventQty, [InventDim _inventDim])

Run On

Called

Parameters

Exceptions

Exception Condition
Error

Function returnLineArrivalUpdate has been incorrectly called.

See Also

Reference

SalesLine Table