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
imAkashGargimAkashGarg 

Sandbbox to Sandbox integration

i need to build one integration between the different sandbox of the same org.

i am new to integration. Need help on how to start.

imAkashGargimAkashGarg

Any help?

Sonam_SFDCSonam_SFDC

Hey Akash,

 

What kind of integration are you looking for?

Do you wish to sync data between the two or migrate customization from one sandbox to another..

 

Please elaborate the requirement so I can suggest accordingly.

 

 

imAkashGargimAkashGarg

Thanks.

I want to sync data between the two different dev orgs.

I can transfer the customization with the help of eclipse but need to transfer the data.

Also, I cant use the data loader as I need to create a custom button in one org to transfer to other.

 

Please suggest.

Sonam_SFDCSonam_SFDC

Hey Akash,

 

So I understand that you wish to sync data(not meta data) from one sandbox to another..you want to do this sharing at a click of a button..right?

 

Did you get a chance to read about Salesforce to Salesforce functionality? through this feature, you can share records between two ORGs and can sync updates to and fro:

https://help.salesforce.com/apex/HTViewHelpDoc?id=business_network_intro.htm&language=en

In case this doesn't fit your requirement - you will have to go with integrating the two ORGs using APIs /webservices

 

imAkashGargimAkashGarg

Thanks Sonam.

I need to go with integrating the two ORGs using APIs webservices.

 

Can you please guide on this by some sample implementations.

Sonam_SFDCSonam_SFDC

Akash,

 

You will have to first decide whcih API you would like to go for:

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

 

Please decide on that and then go through the guides which have sample code:

SOAP API:http://www.salesforce.com/us/developer/docs/api/index.htm

 

REST API: http://www.salesforce.com/us/developer/docs/api_rest/