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
Jasveer SinghJasveer Singh 

Salesforce Integration with salesforce

i have two salesforce Account Alpha & Beta

if i insert Account in Alpha(like account name='abc') then same Account Inserted into Beta Account like (name='abc' ) 
Hint: basic idea is this is done with the salesforce Rest API

please provide Help
 
AnuragGautamAnuragGautam
Hi Jasveer,

You have to expose your rest api using restmapping service. And send data in JSON format.  

Thanks,
Anurag
Jasveer SinghJasveer Singh
i know it
but how is it possible ?
AnuragGautamAnuragGautam
Thats really great you know it. 

Use below link.

https://developer.salesforce.com/page/An_Introduction_to_Salesforce_to_Salesforce
Jasveer SinghJasveer Singh
Hi
AnuragGautam

Your Link is good Thanks
but i will done with coding or rest api not point & click