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