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
SayasoniSayasoni 

Deploy in group edition

Hi people,

i would like to deploy objects from enterprise edition to group edition.Can this be done?

DuodouDuodou

I just did similar deployment yesterday. Yes, you can deploy the custom objects from EE to GE. FYI, You can deply Apex Classes from  EE to GE.

SayasoniSayasoni

@Doudou, please tell me how to do it.

DuodouDuodou

You can create a package, and add the objects you want to deploy to the package. Here is the guide on how to package and distribute:

https://na1.salesforce.com/help/doc/en/salesforce_packaging_guide.pdf

 

Or you can deploy them using force.com IDE "deploy to server" option.

 

With deploying as a package, you can easily uninstall them later.

SayasoniSayasoni

I tried using force.com IDE but am getting the following error:

 

Force.com projects require an organization with the Metadata API enabled.
API is not enabled for this organization or partner.

Is there a way i can enable Metadata  API in group edition?
DuodouDuodou

I think you have to call Salesforce.com to enable your metadata API feature

 

But, to save your time, just login into the Enterprise Edition org and create a new package, and add whatever objects you want to deploy, then upload that package. Once the uploading success, you will get an installation url. Click the url, and log in as administrator of the Group Edition you want to install.I tried on both Managed and Unmanaged...they both work..