Announcements
I am building a product search report in the X++ environment, pulling data from several tables including EcoResProductTranslation
, TaxRateType
, EcoResProduct
, InventModelGroupItem
, InventTableModule
, and InventTable
(with the possibility of additional tables). The report requires filters based also.
FROM
InventTable WITH (UPDLOCK)
JOIN
InventTableModule AS InventTableModule_Purch
ON InventTable.ItemId = InventTableModule_Purch.ItemId
JOIN
InventItemLocation ON InventTable.ItemId = InventItemLocation.ItemId
LEFT JOIN
InventItemGroupItem ON InventTable.ItemId = InventItemGroupItem.ItemId
André Arnaud de Cal... 291,359 Super User 2024 Season 2
Martin Dráb 230,370 Most Valuable Professional
nmaenpaa 101,156