I am writing a function to email a pdf using the RTC.
I have managed to do this using the "3-Tier Automation Mgt." codeunit. I have written my own management codeunit to deal with file names but running into some issues.
The issue is it assigns GUID as the filename and when that is downloaded to the client side. It keeps that name.
What I would like to do is rename it so that it contains a meaningful name. eg PO-0001.pdf
Am I missing something? Has anyone done anything like this?
0
Comments
I suggest you download the fob file and explore the code on how this can be done.
Regards,
Claus
I'm blogging here:http://mibuso.com/blogs/clausl and used to blog here: http://blogs.msdn.com/nav
I'm also offering RDLC Report Training, ping me if you are interested. Thanks to the 700 NAV developers that have now already been at my training. You know you can always call if you have any RDLC report issues :-)
Wow. Very minimal but very smart solution to the problem.
Thanks for your great ideas.