• Gopal Zala 9
  • NEWBIE
  • 0 Points
  • Member since 2019

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies
I have a button using onclick javascript with this code:
{!REQUIRESCRIPT("/soap/ajax/32.0/connection.js")}
   result = sforce.connection.update([object]);
the button is supposed to send an email. However , the email was not sent, Where to check the issue?
Thanks