Tuesday, 16 June 2015

Open a table through X++ code/job in Microsoft Dynamics AX 2012

To open a table through X++ code use the code:

SysTableBrowser sysTableBrowser = new SysTableBrowser();
sysTableBrowser.run(tablenum(#TableName));



No comments:

Post a Comment