Legacy platform

Canceling reservation for a quote

A user should be able to cancel the reservation of products in a quote.

Solution

Sterling™ Field Sales enables a user to cancel the reservations made for the products in a quote. When the user selects Check Availability from the Actions menu on the Quote Details screen. The getInventoryReservationList API is called to retrieve reservation information for the quote lines. When the user clicks Cancel Reservation, the reserveItemInventoryList API is called with the QtyToBeCancelled attribute to cancel the reservations returned by the getInventoryReservationList API.

End-user impact

None.

Implementation

None.