function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
pchalpchal 

HELP: Params to emailauthorframe.jsp

Can anybody help, When I make a call to EmailAuthorFrame.jsp, what are the params to pass to make it editable? Preview works with this URL: 
 
URL = "/email/author/emailauthorframe.jsp?email_type=html&template_id="+gEmailTemplateId+"&id="+id+"&p2_lkid="+p2_lkid+"&p3_lkid="+p3_lkid+"&preview=1";
 
Thanks in advance.
Greg HGreg H
If you are just looking to get to the page where you can author a message you need to use those same parameters minus the &preview=1. Just be sure to go to "/email/author/emailauthor.jsp" not the "/email/author/emailauthorframe.jsp" location. 
I also found that you should pass the rtype parameter as well.  "&rtype=003" for using a contact as the recipient.
-greg