InventMovement.checkUpdateReservation Method [AX 2012]

Validates the used inventory movement against an inventory update reservation.

Syntax

public boolean checkUpdateReservation(InventUpd_Reservation _updateNow)

Run On

Called

Parameters

  • _updateNow
    Type: InventUpd_Reservation Class
    An instance of the InventUpd_Reservation class that contains the current inventory update reservation.

Return Value

Type: boolean
true if the inventory movement is valid; otherwise, false.

See Also

Reference

InventMovement Class