Share via


InventUpd_Reservation::deleteReserveRefTransId Method [AX 2012]

Removes reservation and marking for the specified inventory movement.

Syntax

server public static void deleteReserveRefTransId(InventMovement _movementIssue, [boolean _unReserveNotMarked])

Run On

Server

Parameters

  • _movementIssue
    Type: InventMovement Class
    The movement for which reservation and marking must be removed.
  • _unReserveNotMarked
    Type: boolean
    true if transactions that are not marked can have their reservation removed; otherwise, false.

See Also

Reference

InventUpd_Reservation Class