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
rezasadoddin1.3878325535858708E12rezasadoddin1.3878325535858708E12 

Moving data from Sandbox to Developer environment

What is the easiest way of moving data from Sandbox to developer environment? I have some tables such as leads, campaigns, ..., which have custom fields. Is there a way to move the data automatically, rather than creating the custome objects in the destination envirtoment and then go through export and import?
Tim BarsottiTim Barsotti
That would not be considered data, but rather metadata. Data would be like records, whereas metadata is the fields on the table. This can be migrated from a sandbox to a production org via a change set. Please see this for an overview: http://help.salesforce.com/HTViewHelpDoc?id=changesets.htm&language=en_US
Sonam_SFDCSonam_SFDC
As Tim said - the data you are trying to migrate from Sandbox to Dev ORG is not Data but METADATA

As easy option you can go for is by using Force.com IDE through Eclipse -http://wiki.developerforce.com/page/Force.com_IDE