Hi all,
I am trying to create a utility in visual studio using .net interop to x++ and proxy classes, I've added necessary tables in my project, I can access tables individually and can loop them through .next() method, but I want to join these tables so I can get my desired results (I want to display a grid with itemid, name alias, color, size information).
I am unable to figure out how to join inventTable, inventDim, and inventdimcombination for this purpose. Can you guys please tell me how can I join AOT tables without having to use traditional .net business connector methods in visual studio ?
Thank you very much.