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
Flight PlanFlight Plan 

SF Integration with any Application (Java/.Net)

 

Is there any other technique except email and webservice based approaches to integrate any application with Salesforce?

As I know for integration purpose webservices are used.

 

Please share your views on this.

 

Thanks !!!!!!!!!!!

 

Navatar_DbSupNavatar_DbSup

Hi,

 

Yes, we can also do integration of salesforce via REST API's. For this we first need to get the access token using OAuth Protocol.

 

In this approach we will first have to create Remote Access and get the Consumer key and Consumer Secret (App Setup->Develop->Remote Access->Remote Access Applications (New)).

 

Did this answer your question? If not, let me know what didn't work, or if so, please mark it solved.