web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Microsoft Dynamics AX (Archived)

Unreserve "Physical Reserved" Qty in Ax 2009 thru x++

(0) ShareShare
ReportReport
Posted on by

Hi All,

We are cleaning our inventory on hand. Some records got "Physical Reserved" Qty.

How do we unreserve the "Physical reserved" thru X++?

Your help is greatly appreciated.

Thanks

Andrews

*This post is locked for comments

I have the same question (0)
  • Suggested answer
    Community Member Profile Picture
    on at

    To remove a reservation (just reverse the sign on the qty):

    In the code below, ‘inventTransParent’ is the inventTransId of the record that has the reservation (e.g. salesline.inventTransId)

    You probably will want to modify the ‘where’ clause a bit to make sure you get the reservation records only, but this is just an example.

    //Remove any existing reservations

    InventTrans            inventTransReserve    ;

    InventMovement         inventMovement        ;

    InventUpd_Reservation  inventUpd_Reservation ;

    ;

    while select inventTransReserve where inventTransReserve.InventTransId == inventTransParent

    {

       Inventmovement = inventTransReserve.inventmovement(true);

       inventUpd_Reservation = InventUpd_Reservation::newInventDim(inventmovement,inventTransReserve.inventDim(), -1 * inventTransReserve.Qty ,false);    inventUpd_Reservation.updatenow();

    }

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Women in Power Builds Momentum

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders

These are the community rock stars!

Leaderboard > 🔒一 Microsoft Dynamics AX (Archived)

#1
CP04-islander Profile Picture

CP04-islander 21

#2
dekion Profile Picture

dekion 4

#2
Virginia99 Profile Picture

Virginia99 4

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans