Hello,
Our requirement is to Generate a Report and email it as an attachment when a user clicks a button in the ribbon. I have a Javascript executing when the button is clicked. This Java script is generating the report and converting it in to a Base64string and passing the string as input parameter to an Action.
I want to write a plugin that'll trigger on this Action and create a new email, create an attachment by gathering the base64string. However i can't seem to figure out a way to pass this string to attachment body and generate the attachment.
Any thoughts, ideas, assistance will be greatly appreciated. Thanks!
-Shahid
*This post is locked for comments