You need to sign in to do that
Don't have an account?
Tommy Georgiou
Button for email template and recipient
I have created a custom button(like send an email function) to define the email template and the recipient email address. Behavior is set to execute Java, content source is OnClick Java. Code is
My problem is that it defines the additional to field and not the To. See image below. Any ideas why?
`
location.replace('/email/author/emailauthor.jsp?retURL=/{!Order.Id}&p3_lkid={!Order.Id}&rtype=003&p3_lkid={!Order.OrderNumber}&p3_1kid={!$User.Email}&p24="xxxxx@spidernet.com&template_id=00Xw0000001U7YN');
My problem is that it defines the additional to field and not the To. See image below. Any ideas why?
`
where Supplier_s_ContactId__c is the custom field that you create on the first step. Works like a charm