Interview Questions

Monday, May 12, 2014

Open Table Browser in ax 2009

static void TableBrowser(Args _args)
{
SysTableBrowser sysTableBrowser = new SysTableBrowser();
;
//Browse the SalesTable table
sysTableBrowser.run(tablenum(NWH_LedgerJournal1 ));
}

No comments:

Post a Comment