This is a discussion on importing cases within the Salesforce Coding Discussions forums, part of the Salesforce category; Hi
When I go to import cases there is no option to
-
importing cases
Hi
When I go to import cases there is no option to do so. Only Import Contacts/Accounts, Import Leads, Import solutions, Import Custom Object.......??
Is there an easy way to do this?
Seems like I have to export the salesforceids and use the dataloader to load them but I'd rather not have to match my external unique id to the salesforce ids to do my import.
Any hints?
Thanks
Tam
-
answer
well, got my answer from salesforce
'Unfortunately to import cases the only way to do so is by using data loader. This means that you will need to keep matching the ID's.'
so, i think, i will just make my own custom object for support cases otherwise synching my data from salesforce to my internal db becomes a bear
hope this helps someone else
-
Hey Tam sorry that I did not respond to your thread, I have been in training all week and have been unable to reply to threads. If you use the data loader to import your cases, whether new or old, You can do it via the data loader.
Are you using PHP to do any of your data syncs from internal systems to your salesforce instance? If so, it is easy to setup, you can create a local data schema if you are using either Oracle or MySQL to Salesforce and then either update or insert new cases whenever you like. It is easy to setup and I would be willing to help you if you need it.
The great thing about PHP and other open source software is that it is free and reliable. All of our scripts that update our parts, pricebookentries, accounts, contacts, and custom objects are done in PHP (which I have written) and they run on CRON jobs (Jobs in Linux that you can set to run anytime you wish). An example of this would be:
We run our account update process each week, every monday at 3:00 AM to sync the Account Object with all our local legacy system. These set of scripts have been running in production over a year and have never failed at all
Anyway I hope that helps and again I am sorry for the delay in responding to this
~Mike
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
Bookmarks