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
zeezackisbackzeezackisback 

Copying database structure and data and inserting into new salesforce account

Is there a way using the phptoolkit... to pull out the data strucutre of salesforce and INSERT it into another salesforce.

 

 

msimondsmsimonds

It could be done with the Metadata API, but the best and EASIEST way to do this is to use the Salesforce eclipse APEX toolkit

 

You can create an object with fields in your development area and then deploy them to a production site very easy

 

Check out this link > http://wiki.developerforce.com/index.php/Apex_Toolkit_for_Eclipse#Installation

 

 

 

~Mike

Message Edited by msimonds on 05-29-2009 02:10 PM