Education and Entertainments Earn Money its Real Experience of knowledge Imortant Weblink collections Fun and Entertainment God thoughts
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));
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));

1 comments:
Nice post keep it up. could we create view at runtime in axapta
Post a Comment