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
Abhilash Mishra 13Abhilash Mishra 13 

How to deploy Customization to an org from DE edition

Is there a way to deploy cusrtomizations to other org using a DE.  I had a package installed on several different org and now I need to deploy different changes to the different org. 
Is this possible.??

Regards
Abhilash Mishra
RbnRbn
Hi Abhilash, 

Follow the below steps:
  • Go to Setup-Create-Packages
  • Create an “Unmanaged Package” and start adding your application, or whatever you need to add links, buttons, Objects.
  • Once you are done, upload your package. (make sure to set a password on it)
  • Salesforce will run full validation of dependencies, test cases, everything.
  • When done you will be given an an installation url.
  • Logout of you original instance.
  • Login to the new instance, go to the URL, and install your entire app.
Another way of doing it so is Eclipse :

Please refer the below link which would guide you in using Eclipse:

http://blog.jeffdouglas.com/2008/07/15/migrating-salesforcecom-configurations-with-the-metadata-api-forcecom-migration-tool/

Mark it as solution if it solves your question.

Regards,
Rabindranath