Importing Excel File From C/AL Side.

GuggaGugga Member Posts: 1
Hello guys, I want to import excel file from C/AL side in NAV 2009 version. Windows window should appear and let me choose the excel file I want. In newer version, it's easy using Codeunit File Management, but here in this NAV version there is not one. I searched for other ways but zero progress. Can you guys give me a helping hand how to do it?
Thank You In Advance.

Answers

  • KTA8KTA8 Member Posts: 388
    You can use the codeunit Common Dialog Management. You can get the filename using something like this: FileName:=CommonDialogMgt.OpenFile(Text001,'',2,'',0);

Sign In or Register to comment.