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
vickySFDCvickySFDC 

How to integrate salesforce to other systems?Pls give me Examples

Hi All,

I am new to Integration part.How to integrate salesforce to other systems?While Integrating to other system what are all the Basic things we have to do?Pls Explain me...


Thanks,

Vicky SFDC


Sonam_SFDCSonam_SFDC
Hi Vicky,

Salesforce has exposed its APIs so that users can use these and integrate their third party systems with Salesforce.

To begin with - I wouls suggest you to go through the following basics which explains the Salesforce structure and at what all level integration is required:
http://wiki.developerforce.com/page/Integration

Once this is done - you can then decide which API to use for you required integration: 
https://help.salesforce.com/HTViewHelpDoc?id=integrate_what_is_api.htm&language=en_US

Direct Links to REST and SOAP API guides:
http://wiki.developerforce.com/page/REST_API
http://www.salesforce.com/us/developer/docs/api/