Creating .txt file using Codeunit on local machine

aceXaceX Member Posts: 165
edited 2015-06-29 in Navision Attain
Hi to all, I'm trying to resolve one complicated problem, so every idea is welcome

I'm creating .txt file using codeunit which need to be created on my client's computer. But..
info:
*My client logs to the server using instance with Credential Type:NavUserPassword and using Certificate.
problem
*The destination where I like to save the file is declared in field in table. When the codeunit read destination and try to save the .txt file there, it gives message that path is not found or if destination on the server exist he actually saves the file on the server, not on my local (client's) machine.


Does any of you guys have idea how to resolve this.

Many thanks to all.
Best regards

Best Answer

Answers

  • aceXaceX Member Posts: 165
    azatoth thank you. The problem was resolved using DOWNLOAD, but your first preposition (create the file on the client using DotNet variable with RunOnClient = Yes) seems like a good solution so I will try to use it.

    Thank you azatoth again.

    Best Regards
Sign In or Register to comment.