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
NareNare 

Salesforce to salesforce using soap api

Hi

 

Kindly let me know the procedure for salesforce to salesforce integration using SOAP api, we had a requirement of creating the custom objects in SFDCorg A should automatically the same record needs to be created in SFDCorg B, we have tried using standard salesforce to salesforce functionality but it is not working as per our requirements, we need complete automation between the two organaizations.

 

Thanks in advance.

Vinita_SFDCVinita_SFDC

Hello,

 

SOAP API is for integrating data not metadata. Here you requirement involves creation of an object, that is not possible with SOAP API.

 

Please have a look at list of API available and then decide which API you should use.

 

https://help.salesforce.com/HTViewHelpDoc?id=integrate_what_is_api.htm&language=en_US

 

 

NareNare

Thanks for the response vinitha


Vinita_SFDC wrote:

Hello,

 

SOAP API is for integrating data not metadata. Here you requirement involves creation of an object, that is not possible with SOAP API.

 

Please have a look at list of API available and then decide which API you should use.

 

https://help.salesforce.com/HTViewHelpDoc?id=integrate_what_is_api.htm&language=en_US