Knowledge is made to be shared
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.
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.