Share via


InventQuarantineUpdEnd.updateDimReservePhysical Method [AX 2012]

Updates the issue status of reserved ordered transactions when the quarantine order is ended.

Syntax

protected void updateDimReservePhysical(InventUpd_Financial _inventUpd_Financial, boolean _cwItem)

Run On

Server

Parameters

  • _inventUpd_Financial
    Type: InventUpd_Financial Class
    The InventUpd_Financial class instance that set the status of the quarantine order inventory transaction at the original receipt location to Purchased.
  • _cwItem
    Type: boolean
    A Boolean value that indicates whether the item is a catch-weight item.

Remarks

When the quarantine order is ended and the items are moved to their original receipt location, they become physically available for other issues that are currently reserve ordered.

This is typically done by the InventUpdate class. However, for quarantine orders, it has to be done when the quarantine order is ended. Otherwise, a reservation of the receipt at the quarantine warehouse could be made against unrelated issues in other warehouses (in case the warehouse is not a primary stocking dimension).

See Also

Reference

InventQuarantineUpdEnd Class