Share via


InventUpd_Reservation::updateReserveRefTransId Method [AX 2012]

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.

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.

See Also

Reference

InventUpd_Reservation Class