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
DipakDipak 

Move Records from one account(organisation) to another salesforce account(organisation)

Hi,

I need to move data from one salesforce account to another. I know , it is possible by DataLoader. But I want handle it by Apex / VF with our own logic. Can anybody suggest me , how is it possible through Apex

Say there is 3 records in a Custom Object in one account. At the Record Detail window, after clicking a button this record will move to another salesforce account.

 

Here account doesn't mean the Account Object present in salesforce. acccount means two different organisation

Please help me. This is a immidiate requirement

 

Thanks 

Best Answer chosen by Admin (Salesforce Developers) 
Navatar_DbSupNavatar_DbSup

Hi,

 

You can achieve this by Salesforce to Salesforce integration.

 

For more detail follow the below link:

http://wiki.developerforce.com/page/Best_Practices_for_Salesforce_to_Salesforce

 

Did this answer your question? If not, let me know what didn't work, or if so, please mark it solved. 

 

All Answers

Navatar_DbSupNavatar_DbSup

Hi,

 

You can achieve this by Salesforce to Salesforce integration.

 

For more detail follow the below link:

http://wiki.developerforce.com/page/Best_Practices_for_Salesforce_to_Salesforce

 

Did this answer your question? If not, let me know what didn't work, or if so, please mark it solved. 

 

This was selected as the best answer
suresh.csksuresh.csk

Hi.

 

I think it impossible to do with Apex.

Have you heard about S2S

http://wiki.developerforce.com/page/An_Introduction_to_Salesforce_to_Salesforce

 

cheers

suresh

DipakDipak

Hi,

Thanks for your reply
I have tested by using S2S from one develope account to another. & it is working.
Is it possible to use s2s from sandbox to production.

 

Awaiting for your reply

 

Thank

Dipak

suresh.csksuresh.csk

Hi.

 

I think it is possbile if you accept the connection on both sides.

Please inform if you sucess.

 

cheers

suresh