• cby016
  • NEWBIE
  • 0 Points
  • Member since 2009

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies

I have a custom button that does an ajax request to another server and retrieves some information. I then update the opportunity with the retrieved information. I would like to update the dom with the new information without having to reload the page, after all isn't that what ajax is for - to update the current page without reloading the whole page?

  • November 22, 2010
  • Like
  • 0
I finally got Validation/Triggers enabled for Lead Conversion, but now I can't figure out how to code a trigger for it.  I've tried

Code:
trigger test on Lead (after convert) {
}

but I get an Invalid Token error.  There are no hints in the documentation.

thanks
David