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
sandip beherasandip behera 

Hi, Can I copy account record from one user to another user belongs to different org

Mahesh DMahesh D
Hi sandip,

You can achieve this in 2 different ways:

(1) You can export the Account information from source org and import into destination org.
              This you can achieve with Apex Data Loader or any other Data Migration tools.
(2) Salesforce to Salesforce
              Establish the connection between 2 orgs and then use the external sharing related list and forward the record to destination org.

Please do let me know if it helps.

Regards,
Mahesh
Vijay NagarathinamVijay Nagarathinam
HI Sandip.,

You can transfer certain account records from one org to another org by using salesforce to salesforce option.

https://developer.salesforce.com/page/An_Introduction_to_Salesforce_to_Salesforce


Thanks,
Vijay