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));

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.