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)

Item has no parameters for Stock

(0) ShareShare
ReportReport
Posted on by 75

Hi All,

When creating a Movement Journal I get the following message when entering a specific Item number; Item  has no parameters for Stock.  There are stock on-hand for this Item.

Can anyone please advise.

Thank you in advance.

*This post is locked for comments

I have the same question (0)
  • Nagendra Varma K Profile Picture
    on at

    Hi AXCEN,

    Please check whether the Item Model group is checked as Stocked Product.

    Thanks

    Nagendra Varma K

  • AXCEN Profile Picture
    75 on at

    Hi Nagendra,

    Yes it is.

  • Nagendra Varma K Profile Picture
    on at

    any customization on the item level ?

  • Pravasti AK Profile Picture
    2,985 on at

    Hi,

    Create 1 item by your hand and set the default settings as you want,then go to the table " inventiteminventsetup" ans search for that item.See how invent dim ids are placed then follow the same pattern for old item.

  • Verified answer
    Jonathan  Halland Profile Picture
    11,310 on at

    Hi AXCen

    Knowing the issue a bit more in depth, it seems that the Item was created via DIXF and didn't correctly create the default Item Setup in the InventItemInventSetup Table. One can fix this with a job:

    static void FixSetup(Args _args)
    {
        InventTable item = InventTable::find("ET06/0084");
    
        if (!InventItemPurchSetup::findDefault(item.ItemId))
        {
            InventItemPurchSetup::insertDefault(item.ItemId);
        }
    
        if (!InventItemInventSetup::findDefault(item.ItemId))
        {
            InventItemInventSetup::insertDefault(item.ItemId);
        }
    
        if (!InventItemSalesSetup::findDefault(item.ItemId))
        {
            InventItemSalesSetup::insertDefault(item.ItemId);
        }
    }


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
Priya_K Profile Picture

Priya_K 4

#1
Martin Dráb Profile Picture

Martin Dráb 4 Most Valuable Professional

#3
MyDynamicsNAV Profile Picture

MyDynamicsNAV 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans