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
anu_karthianu_karthi 

how to transform the entire instances of my developers account to some other editions

Hi i have a developers account and i want to transfer the entire instances of my

developer account to some other edition like professional edition or group edition

.how can i   do it

angusgrantangusgrant

I take it you mean how do I move the application(s) that you created in your developer account across to some other account.

 

I achieved this using Eclipse, you need to have written test methods for all your apex classes that cover at least 75% of the code. And have test methods that cover at least 1% of apex triggers.

 

It  may be easier to move the object data first and then move vf pages and apex after. You may also find there is some meta data that will not transfer accross. For me I had to recreate the application tabs and list views etc...

 

Hope  this helps

 

Angus