Skip to main content

Notifications

Dynamics 365 Community / Forums / Finance forum / How to check for relea...
Finance forum
Unanswered

How to check for released products currently on-hand in D365FO using x++ code?

Posted on by 240

How to check for released products currently on-hand in D365FO using x++ code?

Please advice.

  • RE: How to check for released products currently on-hand in D365FO using x++ code?

    I am sharing this function. It gets two arguments which are as follows:

    ItemId

    InventDimId

    It returns on hand inventory.

    public InventQtyAvailPhysical onHandInventory(ItemId _itemId, InventDimId _inventDimId)

    {

        InventOnhand inventOnhand;

        InventDim inventDim = inventDim::find(_inventDimId);

        InventDimParm inventDimParm;

        inventDimParm.initFromInventDim(inventDim);

        inventOnhand = InventOnhand::newParameters(_itemId, inventDim, inventDimParm);

        return inventOnhand.availPhysical();

    }

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

Dynamics 365 Community Update – Sep 16th

Welcome to the next edition of the Community Platform Update. This is a weekly…

Announcing Our 2024 Season 2 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Dynamics 365 Community Newsletter - September 2024

Check out the latest community news

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 290,522 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 228,441 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,148

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans