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
Meenal K 5Meenal K 5 

Rest API Integration to connect 2 orgs

Hello There,
I have a requirement where i need to sync 2 different salesforce Production instances. I wan to get the custom object data from org A to Org B. how do I achieve this? I am new to the integration.  I found sample code but those are for std objects like accounts and conatct. how do I do it for custom objects? Thanks
HarshHarsh (Salesforce Developers) 
Hi Meenal,
Can you explain it a little more, what exactly do you want to achieve?
Do you want to copy the data of a custom object from one org to another or its metadata?

You can follow the links given below and see if it is working for you

https://salesforce.stackexchange.com/questions/138822/copy-custom-object-from-one-org-to-another 

https://developer.salesforce.com/forums/?id=9062I000000IHR3QAO
 
Please mark it as Best Answer if the above information was helpful.

Thanks.