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)

Table(s)/view(s) showing all inventory items in the warehouse, they need the unit of measure (UOM), Vendor name, description, location.

(0) ShareShare
ReportReport
Posted on by

Hi,

I need to make a report that shows all inventory items in the warehouse, they need the unit of measure (UOM), Vendor name, description, location. Please advise me what tables I should look into.

Below is the extract from one of my reports that shows all items of each vendor/supplier . However it doesn't have  UOM.

SELECT        MyItem.SEARCHNAME AS Search_Item_Name, MyVendorItem.EXTERNALITEMID AS Vendor_Item_No, MyVendorItem.ITEMID AS Item_No,

                         MyItemDesc.NAME AS Item_Name, MyItemDesc.DESCRIPTION AS Item_Description, MyVendorItem.EXTERNALITEMTXT AS Vendor_Item_Name,

                         MyVendorItem.CUSTVENDRELATION AS Vendor_ID, MyGenVendorInfo.NAME AS Vendor_Name

FROM            CUSTVENDEXTERNALITEM AS MyVendorItem

INNER JOIN ECORESPRODUCT AS MyItem ON MyItem.DISPLAYPRODUCTNUMBER = MyVendorItem.ITEMID

INNER JOIN ECORESPRODUCTTRANSLATION AS MyItemDesc ON MyItemDesc.PRODUCT = MyItem.RECID

INNER JOIN VENDTABLE AS MyVendor ON MyVendor.ACCOUNTNUM = MyVendorItem.CUSTVENDRELATION

INNER JOIN DIRPARTYTABLE AS MyGenVendorInfo ON MyVendor.PARTY = MyGenVendorInfo.RECID


Thanks

Thai

*This post is locked for comments

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

    There are many different units of measure. Which one do you want? For example there are purch, sales and inventory units of measure stored in the InventTableModule table for an item. You can view those in the correspondent tab of a released product.

  • Community Member Profile Picture
    on at

    Hi Jen,

    I think InventTableModule is the table that I need. However I don't know the field ModuleType with such values 0, 1, 2, etc. Please help!

    ModuleType-In-InventTableModule.jpg

    Thanks Jen,

    Thai

  • Community Member Profile Picture
    on at

    The InventTableModule table contains three records per item. It stores the default values of purch, sales and inventory where 0 = inventory, 1 = purchase and 2 = sales. Depending of which default unit you want (purchase default unit, sales default unit or inventory default unit) you have to choose the module type accordingly.

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