function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
newguySFnewguySF 

Alternatives to triggers?

What other options are available to send real time Salesforce data (new account record added) to a third party (RESTful) web service besides using triggers and asynchronous HttpRequest calls?
Vinita_SFDCVinita_SFDC

Hello,

 

With Force.com REST API you can access, create, delete and update salesforce data. For details please refer:

 

http://wiki.developerforce.com/page/REST_API

 

http://wiki.developerforce.com/page/Getting_Started_with_the_Force.com_REST_API

 

Also you can access real time data with Force.com streaming API, refer:

 

http://www.slideshare.net/Salesforce/extend-retrieve-data-in-real-time-with-the-forcecom-streaming-api