InventMov_TransferFrom.checkUpdateReservation Method [AX 2012]
Validates that used inventory items cannot be reserved at the destination warehouse.
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 validation is correct; otherwise, false.