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
Bradley LukeBradley Luke 

Developer/Non-Developer Version Import

Hello!

I have two accounts, a personal one that is the developer version and a business account that is not the developer version. I have created an app and some accounts in my personal developer account that I would now like to "impot" in to my business account.  Is there a way to do this or will I just need to start from scratch on my business account?

Thanks for the help,
Bradley
Mahesh DMahesh D
Hi Bradley,

Using ANT Migration Tool:
            You can use the ANT migration tool and retrieve all changes from your developer account to business account.

Please go through the below links to know about ANT Migration Tool:

https://developer.salesforce.com/docs/atlas.en-us.daas.meta/daas/

https://resources.docs.salesforce.com/sfdc/pdf/salesforce_migration_guide.pdf

https://developer.salesforce.com/docs/atlas.en-us.daas.meta/daas/forcemigrationtool_install.htm

https://developer.salesforce.com/page/Force.com_Migration_Tool

https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_deploying_ant.htm


Using Apex Data Loader:
            If you have any data to import then using the Apex Data Dataloader you ca achieve it.

Please go through the below links to know about APEX Data Loader:

https://developer.salesforce.com/page/Data_Loader

https://help.salesforce.com/apex/HTViewHelpDoc?id=data_loader.htm&language=en

http://www.cloudsuccess.com/resource-centre/apex-data-loader-archive/


Please do let me know if it helps you.

Regards,
Mahesh