Share via


InventUpd_Reservation.pdsResetLastUnitQty Method [AX 2012]

Updates the value of the catch weight quantity field as the last box to reset the order quantity field.

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 container pdsResetLastUnitQty(InventTrans _inventTrans, PdsCWInventQty _cwQty)

  Microsoft Dynamics AX 2012 R2 (SYS)
          public container pdsResetLastUnitQty(InventTrans _inventTrans, PdsCWInventQty _cwQty)

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          public container pdsResetLastUnitQty(InventTrans _inventTrans)

  Microsoft Dynamics AX 2012 (FPK)
          public container pdsResetLastUnitQty(InventTrans _inventTrans)

Run On

Server

Parameters

Return Value

Type: container
A container to specify if the catch weight quantity is the last box and the related order quantity.

See Also

Reference

InventUpd_Reservation Class