Tag Archives: Apex with Ajax

AJAX Toolkit introduction

Today I am explaining what is AJAX tookit and how it’s work in salesforce. The AJAX Toolkit is a JavaScript wrapper around the API  so what does it mean ?                                                     …

Continue reading

Calling Apex method from a custom button using Ajax

There are times when we need to call methods in Apex class on click of a custom button. Lets take an example of a scenario where we need to add a common note in more than one contact.In that scenario we can create a custom button namely “Mass Insert Note” in the contact list page …

Continue reading