Monthly Archives: September, 2014

Delete the Object’s record with AJAX toolkit via Custom button

We can implement object’s records delete functionality with AJAX toolkit in custom button. For example – If  you want to add functionality of mass delete records for any custom or standard object ,You need to create a custom list button for particular object via 1. Create custom List button for Custom Object. Setup -> App …

Continue reading

API Calls with AJAX tollkit

The AJAX toolkit supports the synchronous and asynchronous calls. What is synchronous and asynchronous calls ? Synchronous call in which the result returned immediately and after that we check success or failure of the call. Asynchronous call allow the client side process to continue while waiting for a call back from the servers. Because the Asynchronous call rely on the …

Continue reading

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

Enable Feed tracking for salesforce Object

In salesforce organization we have lots of users with different profiles,roles and they are connected with a hirerachy. So there are different ways to communicate with each other via mail,phone etc. But salesforce provide a way for communicate,collaborate with each other with some easy steps. Chatter provides feeds, groups, and profiles and lets people in …

Continue reading