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)

How to use SQL to get the released product Name

(0) ShareShare
ReportReport
Posted on by 319

Hello All,

I use SQL to get the  released product Name , but the name is wrong or different with the name in AX Release Product.

SQL:

select IT.ITEMID , ET.NAME 
from ECORESPRODUCTTRANSLATION as ET left join INVENTTABLE as IT on IT.PRODUCT=ET.RECID
order by IT.ITEMID DESC

*This post is locked for comments

I have the same question (0)
  • Suggested answer
    Mea_ Profile Picture
    60,286 on at

    Hi ATMA-Jen,

    You forgot to add range by language and has incorrect fields in the join, it should be:

    SELECT IT.ITEMID, ET.NAME 
    FROM ECORESPRODUCTTRANSLATION as ET LEFT JOIN INVENTTABLE as IT ON IT.PRODUCT = ET.PRODUCT
    AND ET.LANGUAGEID = 'en-us'
    ORDER BY IT.ITEMID DESC


  • Suggested answer
    ATMA-Jen Profile Picture
    319 on at

    Thanks a lot for help.

  • Mea_ Profile Picture
    60,286 on at

    If your issue is solved mark answer(s) that helped you as verified to close this thread.

  • MATTGUO Profile Picture
    22,351 Moderator on at

    Hi ATMA-Jen,

    In addition,do you check the translation name in AX if you use ECORESPRODUCTTRANSLATION table?

    5287.snipaste_5F00_20190103_5F00_103343.png

    You can add DATAAREAid field to help you find item quickly.

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!

Meet the Microsoft Dynamics 365 Contact Center Champions

We are thrilled to have these Champions in our Community!

Congratulations to the March Top 10 Community Leaders

These are the community rock stars!

Leaderboard > 🔒一 Microsoft Dynamics AX (Archived)

#1
CP04-islander Profile Picture

CP04-islander 39

#2
Michel ROY Profile Picture

Michel ROY 14

#3
imran ul haq Profile Picture

imran ul haq 8

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans