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
DumoDumo 

Create a PHP script to pull records from SalesForce into MySQL

I would like to pull a list of accounts, based on their status into a mysql database on a hosted server. Is there a PHP script or application to perform this task?

All Answers

Peter KempPeter Kemp

Hi,

 

Using mike Simonds excellent code I've put together a set of tools to quickly pull an entire salesforce instance into MySQL.  You can pull the entire database or just select tables.  It has some rudimentary relationship enforcement and you should be able to cron the routines with a bit of custom code.  The project is available on sourceforge, take a look at the README to get it started up.

 

 http://sourceforge.net/projects/unforced/

 

Thanks

 

Pete