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

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Microsoft Dynamics AX (Archived)

Released product report with unit of measure?

(0) ShareShare
ReportReport
Posted on by 105

Hello,

We are curious if there is a way to pull a report that would show us the following:

- Item Number
- Product  Name
- Inventory unit of measure 

We have searched through the released products section under Product Information Management and attempted to customize the report view, but could not find a definite resolution. 

*This post is locked for comments

I have the same question (0)
  • Suggested answer
    Chaitanya Golla Profile Picture
    17,225 on at

    Hi,

    Please use the following job to get the intended data and let me know if anything is missing.

    static void AXC_UnitOfMeasure(Args _args)
    {
        InventTableModule inventTableModule;
        InventTable       inventTable;
        EcoResProduct     ecoResProduct;
        
        while select inventTable
        //where inventTable.itemid == "XYZ" // Specify your required ItemId/product        
        join ecoResProduct         
        where inventTable.Product == ecoResProduct.RecId        
        join inventTableModule
        where inventTableModule.ItemId == InventTable.ItemId
        {
            info(strFmt("Item Number: %1, Product Name:%2, Module: %3, UnitOfMeasure:%4", inventTable.itemid, ecoResProduct.productName(), inventTableModule.ModuleType, inventTableModule.UnitId));
        }
    }

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Congratulations to our 2025 Community Spotlights

Thanks to all of our 2025 Community Spotlight stars!

Leaderboard > 🔒一 Microsoft Dynamics AX (Archived)

#1
Sagar Suman Profile Picture

Sagar Suman 2 Super User 2026 Season 1

#1
Alexey Lekanov Profile Picture

Alexey Lekanov 2

#1
Pratik Bhosle Profile Picture

Pratik Bhosle 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans