Hi All,
We created a command button called “Email Quotation” in the Sales Quotation window. Once the user presses the command button, the system will open up the new outlook mail attached with the relevant sales quotation report pdf. At the moment this is working fine. For the solution I used “agentcall DownloadAndSend” function.
The problem is we can't pass the “To” mail address using this Aurena agent call.
DownloadAndSend(odata, filename, subject, body, (setreadonly, overwritereadonly));
As you can see above in the function, we can only use email body & subject.
Is there any possible way to do this using Aurena Agent?
Also, I checked all the other Aurena Agent API commands but cannot find the relevant API call which is similar to my requirement.
/Isuru.