This seems like it should be simple... but I'm needing some help.
In 2009, I have an XMLport (import purchase invoices) that is to run from an RTC page. In test environment it runs properly: Page Action calls codeunit that runs XMLPort. For testing, the codeunit specifies the import file.
My question is: How do I allow the user to enter the name of the file to be imported? Presumably in the request page of the XMLPort, and if someone could give me an explanation of how I would be very appreciative.
I also have considered using a textbox on a form/Page, but I don't know how to pass a parameter to my codeunit...? Again, seems like a simple task but I don't spend enough time in NAV perhaps.
Thanks very much for any help...
Chandler
0
Answers
Give it a try see if it works for you.
I also have the fileName property set to <undefined>.
Hope that helps!
I had searched NAV help for "Dialog" but all I found was the beep function.
Chandler