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
Arun_PaliArun_Pali 

Migration issues ..

Hello there,
I am working on migrating my application from DEV to a different org using ant tool. I am encountering a weird issue while migrating a custom field (that was actually migrated to my dev org from someother org . And it contains the namespace prefix too).

objects/Activity.object(Activity.ML_Completed_Date__c):Cannot create a new namespaced component


Definition in package.xml
   <types>
        <members>Activity.ML__Completed_Date__c</members>
        <name>CustomField</name>
    </types>

The interested issue here is: the acutal field name is Completed_Date__c but since it was part of a installed package, it became ML_Completed_Date__c. Now if I give either of these values in package.xml, it still doesn't work.

Any help would be greatly appreciated !!
Arun_PaliArun_Pali
any hints folks ??