Hi,
I'm trying to send the Email with PDF file as an attachment in NAV 2018. I've used the following code
FileName:=FileManagement.ServerTempFileName('pdf');
REPORT.SAVEASPDF(50001,FileName,ContractsTable);
This code was automatically converted using TXT2AL utility. But it gives error in AL. Please guide.
Thanks
*This post is locked for comments
I have the same question (0)