You need to sign in to do that
Don't have an account?
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.
function readOnly(count){ }
You need to sign in to do that
Don't have an account?
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.
Any help?
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.
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.
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
Thanks Sonam.
I need to go with integrating the two ORGs using APIs webservices.
Can you please guide on this by some sample implementations.
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/