Tag Archives: Tanmayee Sahoo

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

Extract data from Salesforce using Apex Data Loader from the command line

This blog is about using Apex Data Loader from the command line to export data from salesforce to a csv file. To use Data Loader from command line first we need to generate encrypted password. There are two utility batch files namely “encrypt.bat” and “process.bat” provided by Data Loader to generate the key as well …

Continue reading