You need to sign in to do that
Don't have an account?

Passing multiple document ids to emailauthor.jsp
Is there a way to call the emailauthor page from within an scontrol and pass it not one, but two document ids? Passing a single document id works, but I need it to work for multiple document ids.
emUrl = "/email/author/emailauthor.jsp?doc_id="+doc_id+"&retURL="+gObjectIdURL+"&p3_mlktp="+p3_mlktp+"&p3_lkid="+p3_lkid+"&p3_lkold="+p3_lkold;
Now you can use the sendEmail features of the API to perform what was once done with emailauthor.
How will you pass an "Attachment" ID value instead of DOcument ID value to EmailAuthor page? Does anybody know this?
Did you ever figure out a workaround for this? I do NOT want to rebuild the emailauthor.jsp page just because we can't automatically attach multiple attachments. It would be great if they had a fol_id parameter that could be passed so that all the contents of a folder are attached.
@vchaddha - we use a VF page to create a copy the attachment to the documents section in a specific location. In the retURL param we pass the name of the same VF page so that we delete the temporary document after it has been emailed or if the user clicks the cancel button.