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
KoolABKoolAB 

Metadata Migration from One Dev Org to Another Dev Org using UnManaged Package

We want to migrate metadata from One Dev Org to another Dev Org. Please let me know best way to achieve this. I have tried 3 different ways but none has worked out.
ANT Tool
Errors thrown: Because of language settings in Destination Org (It was French earlier, I changed it to English but error is shown when deploying objects related to custom buttons and links on objects)
ECLIPSE
Error thrown at deployment because VF Pages and Links present of custom object are missing.
I was trying to deploy only objects to target instance. When I deploy all metadata objects together errors are thrown about custom fields that we have created on some standard objects as well as
Some test classes failed to deploy
UNMANAGED PACKAGE:
Errors: NameSpace(WFL) that we have used is shown against some apex classes for example WEBFLEET_SYNC is shown as WFL.WEBFLEET_SYNC. We cant use namespace in unmanaged package
So wherever we have namespace WFL being used in fields as well as classes it throws errors.
salesforce mesalesforce me
hi..

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

https://www.sundoginteractive.com/blog/copy-one-salesforce-org-to-another-org

https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_deploying_ant.htm