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
degmodegmo 

Move metadata to unrelated org

Hello,
A team member asked me to assit her with test coverage on a project that she is working on.  Due to strict security requirements, the best way for me to assist her would be for her to package up the pertinent objects, classes, and test classes so I can install it on my own developer org (it will be an unrelated developer org).  What is the best way for her to package this all up for me and what will be the steps?  Any help will be greatly appreciated.
Best Answer chosen by degmo
VinayVinay (Salesforce Developers) 
Hi,

You can use metadata deployment using ANT, VS studio to deploy changes to any other org.

Review below link which has details of Create and Upload an Unmanaged Package

https://developer.salesforce.com/docs/atlas.en-us.packagingGuide.meta/packagingGuide/packaging_uploading_unmanaged.htm
https://salesforcesidekick.com/2016/08/15/creating-your-first-package-in-salesforce/

Hope above information was helpful.

Please mark as Best Answer so that it can help others in the future.

Thanks,
Vinay Kumar