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

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Microsoft Dynamics AX (Archived)

Bug: too much reservations on production order with raw material picking

(0) ShareShare
ReportReport
Posted on by

Hi,

Since our live going months ago we are tortured with strange errors in our inventory. Today we have a production order with item X only once. The production order has a quantity of 18 with 1 item X on each BOM line.

We get strange error when releasing to warehouse, although there is plenty in stock:

item x: 482,00 cannot be reserved because only 405,00 are available in the inventory.

throw error(strFmt("@WAX3104", movement.itemId(), -reservation, -(reservation + abs(qtyLeftToReserve))));

No location errors on work for this item.

Any ideas?

J.

  if (qtyLeftToReserve && !this.parmAllowReserveReduction())
    {
        setPrefix("@SYS70390");

        if (inventDimCriteria.preFix())
        {
            setPrefix(inventDimCriteria.preFix());
        }

        if (!this.parmThrowOnInsufficientOnHand())
        {
            throw error(strFmt("@WAX3104", movement.itemId(), -reservation, -(reservation + abs(qtyLeftToReserve))));
        }
        else
        {
            warning(strFmt("@WAX3104", movement.itemId(), -reservation, -(reservation + abs(qtyLeftToReserve))));
        }

        reservationFailed = true;
    }


*This post is locked for comments

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

    This is introduced with round up picking: community.dynamics.com/.../510122

  • Fredrik Sætre Profile Picture
    12,644 on at

    Do you have any default settings like standard order quantity for the consumed item?

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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

Leaderboard > 🔒一 Microsoft Dynamics AX (Archived)

#1
Martin Dráb Profile Picture

Martin Dráb 4 Most Valuable Professional

#1
Priya_K Profile Picture

Priya_K 4

#3
MyDynamicsNAV Profile Picture

MyDynamicsNAV 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans