Hi Folks. I am using a suitelet to open the email ...
# suitescript
e
Hi Folks. I am using a suitelet to open the email window at the following:
Copy code
/app/crm/common/crmmessage.nl?transaction=42&entity=42&l=T&templatetype=EMAIL
Is there anyway I can attach multiple files that I previously saved to the file cabinet? I realise I can use email.send() to programmatically assign attachments in the script but I need the user interaction through the email window. Thanks.