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
gopsgops 

importing cases from other salesforce system

Hi All,

 

I want to import/export cases from one salesforce system to another.

I thought of having a visual force page say "Import cases", which will contain a button "import cases from System A".This should invoke an apex class which will query the cases object of other system(salesforce A) and display the cases in the visual force page.

As I am new to Apex and Visual force ,I dont know how to proceed from here.I need guidence to acheive this.

Is there any easier way to acheive this?

 

Thanks

Gops

shillyershillyer

In the Summer '09 release, Salesforce to Salesforce will support Cases. I think that approach would work here. You can already programmatically forward cases with Apex Code, and with Summer '09, you'll also be able to auto-accept the record in the subscribing org.

 

Best,

Sati

gopsgops

Thanks Sati,

 

To acheive the requirement programatically, how should I proceed.Do you have any code snippet for the same.

 

Regards,

Gops

shillyershillyer

Take a look at the PartnerNetworkRecordConnection object, there's sample Apex Code on this page to forward a record.

 

Hope that helps,

Sati