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
Priyanka DumkaPriyanka Dumka 

i want to deploy data between unrelated orgs i should go with package or change set ?

i want to deploy data between unrelated orgs i should go with package or change set ?
VinayVinay (Salesforce Developers) 
Hi Priyanka,

For unrelated orgs you would need to use VS code or ANT deployment.

https://trailhead.salesforce.com/content/learn/projects/quick-start-lightning-web-components/set-up-visual-studio-code
https://www.apexhours.com/how-to-setup-visual-studio-code-for-salesforce/

If you have same production org and with less components you can use change set.

Recommedation would be using VS code.

Please mark as Best Answer if above information was helpful.

Thanks,