InterCompanyTransferInventDim.updateReserveRefTransIdOnOrder Method [AX 2012]
Tries to update the reservations for marked inventory transactions that have a status of On order.
Syntax
protected void updateReserveRefTransIdOnOrder(Set _setOfIssueInventTransOriginIds, [boolean _onlyUseOnOrderTransForReservation])
Run On
Called
Parameters
- _setOfIssueInventTransOriginIds
Type: Set Class
A set that contains the InventTransOriginId IDs of the marked issue transactions that should be updated.
- _onlyUseOnOrderTransForReservation
Type: boolean