Hi,
I have a custom button that runs a custom function. The function looks like this:
Nothing fancy. When I click on the button in the quotes module it does nothing. OK, so maybe the alert messaging isn't working. If I change the custom function to send an email:
- SendMail
- [
- From : zoho.adminuserid
- To : zoho.adminuserid
- Subject : "zoho custom function worked"
- Message : "good job buddy"
- ];
- return "message sent";
No email is sent. If I use the "Save & Execute Script" button while creating the function, then the email sends fine. Any ideas why the function fails to run when using the actual custom button?
Thanks