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

i want to send email from detailed page
i have created a button in detailed page that is send email , if i click that button how email will be forward from there,i think it is work out from java script but how??
please let me share your valuable suggestions .
Thanks,
Jagan
write singleemailmessage in sendemail method.
var account = sforce.sObject("Account");
var id = sforce.apex.execute("class","sendemail",
{lastName:"Smith",
a:account});
i placed this code in button but i think we need to write the Apex class to perform the action on the button.
i tried to write a apex class but it is showing error message when i click a button
please tell me how it's possible(otherwise give me your mail id)
Thanks & Regards,
Jagan
My Email
Pavanthetech@gmail.com