Advanced Customization > Business Logic Customization > Reservation Service > Adding the Undo Reservation Action to a Menu
  
Adding the Undo Reservation Action to a Menu
An Undo Reservation action is provided for site and organization administrators to immediately release a reserved object for modification by a different user.
This action is available in object menus for out-of-the-box Windchill objects that use the reservation service.
For example, the change request information page includes this action:
The undoReservation action can be added to the action model of any object that implements the wt.reservation.Reservable interface. For example, the change request action model file includes the following undoReservation entry:
<model name="more change request row actions" menufor="wt.change2.WTChangeRequest2">
:
:
<action name="undoReservation" type="reservation"/>
:
:
</model>