Announcements
actually I have to get released product and product master with category and sub category which tables are involve and how to join these tables, please provide me sample code, also review my below given code.
while select InventTable
join EcoResProduct
where EcoResProduct.RecId == InventTable.Product
join EcoResProductCategory
where EcoResProductCategory.Product == EcoResProduct.RecId
join EcoResCategory
where EcoResCategory.RecId == EcoResProductCategory.Category
I need to join these table with InventDimCombination to get items dimension and varientId.
Hi Abdul,
Can you provide some more information how and where you need help? Are you looking for table names, help with writing coding, both or something else?
André Arnaud de Cal...
293,304
Super User 2025 Season 1
Martin Dráb
232,160
Most Valuable Professional
nmaenpaa
101,156
Moderator