Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Used to update the inventory reservation so that it matches the marking.
Syntax
server public static void updateReserveRefTransId(InventMovement _movementIssue, [boolean _onlyOnOrder])
Run On
Server
Parameters
- _movementIssue
Type: InventMovement Class
An inventMovement instance. Must be instantiated from an issue.
- _onlyOnOrder
Type: boolean
Remarks
Before calling this method, the marking is completed. Issue transactions are pointing on receipt transactions and vice versa. Issue inventory transactions connected to an inventory movement will be updated according to the marking. For example, if dimensions are not matching, wrong reservations will be removed and a new reservation according to the marking will be created.