Browse table through code in microsoft dynamics axapta x++
If you want to open table in axapta without touching table then you can open any table by only 2 line code which is below.
SysTableBrowser sysTableBrowser = new SysTableBrowser();
;
SysTableBrowser.run(tablenum(emplTable));