Share via


InventUpd_Reservation.pdsLastCWUnit Method [AX 2012]

Indicates whether the value of the catch weight quantity field is the last box.

Syntax

public container pdsLastCWUnit(InventDim _inventDim, PdsCWInventQty _cwQty)

Run On

Server

Parameters

  • _inventDim
    Type: InventDim Table
    The inventory dimension to check against.

Return Value

Type: container
A container that specifies whether the catch weight quantity is the last box, and is so, specifies the related order quantity.

Remarks

If the requested catch weight quantity is the last box, the returned inventory quantity will get sanitized against the catch weight min/max requirements. Therefore, less-than-full remaining inventory quantity might be used.

See Also

Reference

InventUpd_Reservation Class