Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Microsoft Dynamics AX (Archived)

Show Unit Of Measurement on Inventory On Hand

(0) ShareShare
ReportReport
Posted on by 106

Hi All,

I'm having trouble with showing UnitOfMeasurement column on Inventory On Hand overview form. I've added the InventoryTableModule table to InventoryOnHand form datasource and join the table to InventorySum table on UnitId. But it seems the retrieved value is not correct. Any idea what's missing or any detailed step to achieve this?

*This post is locked for comments

  • raymonmon Profile Picture
    106 on at
    RE: Show Unit Of Measurement on Inventory On Hand

    Hi Mahmoud,

    Thanks for your reply. I end up using display method too but not using view.  Thanks again!

  • Suggested answer
    Mahmoud Hakim Profile Picture
    17,887 on at
    RE: Show Unit Of Measurement on Inventory On Hand

    in my case, I have only one unit conversion per item

    so I create a view as the below

    4263.13.png

    and create display method in inventsum as the below

    display public real Factor()
    {
    STL_uom u;

    select * from u where u.ItemId ==this.ItemId;

    return u.Factor;
    }

    after that i call this method in my form

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

Jainam Kothari – Community Spotlight

We are honored to recognize Jainam Kothari as our June 2025 Community…

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > 🔒一 Microsoft Dynamics AX (Archived)

#1
Mohamed Amine Mahmoudi Profile Picture

Mohamed Amine Mahmoudi 100 Super User 2025 Season 1

#2
Community Member Profile Picture

Community Member 50

#3
shanawaz davood basha Profile Picture

shanawaz davood basha 6

Featured topics

Product updates

Dynamics 365 release plans