You need to sign in to do that
Don't have an account?

Salesforce to salesforce Integration Process
Hi All,
Please help me how to do salesforce to salesforce integation using Rest API's.
I have a link: https://resources.docs.salesforce.com/sfdc/pdf/api_rest.pdf
i follow this pdf , but api's are not working , may be my process is wrong or anything i missed . i don't know where i did mistake.
Please give me clear steps.
Thanks
Satheesh
Please help me how to do salesforce to salesforce integation using Rest API's.
I have a link: https://resources.docs.salesforce.com/sfdc/pdf/api_rest.pdf
i follow this pdf , but api's are not working , may be my process is wrong or anything i missed . i don't know where i did mistake.
Please give me clear steps.
Thanks
Satheesh
Hi Satheesh,
1 . Create a connected app in the target org.
2. Give all the permissions and call back url in the format https://www.xyz.comm
3. Create remote site in you org and add the url of the target org.
and use the code below it is working for me. Create this mapping class in the target org and use the below parameters in url same as given below i.e AccId,EmailId & companyName
so this code will insert an account in the other org.
All Answers
Salesforce to Salesforce enables business collaboration both within and across Salesforce organizations. This allows you to share certain records with your business partners that use Salesforce and get real-time updates on the shared data. For example, you can share lead and opportunity data with business partners and manage your entire pipeline and programs within Salesforce.
Salesforce to Salesforce allows you and your business partners to collaborate more easily and effectively. With Salesforce to Salesforce, you can share records with one or more connections, and each connection can accept records you share with them - even if other connections have accepted the same record.Salesforce to Salesforce allows your business partners to:Access all their programs from one place
Easily integrate your data with the data they manage in Salesforce
Integrate their business processes with updates received from youSalesforce to Salesforce allows you to:Have 100% visibility into your partner activity
Manage your entire pipeline, both internal sales and channel sales, in one place
Rapidly and easily share data across multitiered partnerships
Integrate your business processes with updates received from your partners using workflow and assignment rules
If you want to connect to partners but aren't sure if they use Salesforce, you can use connection finder to find out.
If you receive an invitation to connect with a business partner using Salesforce to Salesforce, see Accepting or Rejecting an Invitation to Join Salesforce to Salesforce.
To invite other companies to connect with you using Salesforce to Salesforce, see Inviting Business Partners to Connect using Salesforce to Salesforce.
Please see the link below
https://help.salesforce.com/apex/HTViewHelpDoc?id=business_network_intro.htm
Best Regards
Naga Kiran
Hi Satheesh,
1 . Create a connected app in the target org.
2. Give all the permissions and call back url in the format https://www.xyz.comm
3. Create remote site in you org and add the url of the target org.
and use the code below it is working for me. Create this mapping class in the target org and use the below parameters in url same as given below i.e AccId,EmailId & companyName
so this code will insert an account in the other org.