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
MikeGillMikeGill 

Can't extract Lead Salutation via the Force.com Migration Tool

Hi All,

 

I am trying to migrate some custom salutation values using the migration tool.

 

this works

 

<?xml version="1.0" encoding="UTF-8"?>
<Package xmlns="http://soap.sforce.com/2006/04/metadata">
    <types>
        <members>Lead.Industry</members>
        <name>CustomField</name>
    </types>
    <version>23.0</version>
</Package>

 but this doesn't

 

<?xml version="1.0" encoding="UTF-8"?>
<Package xmlns="http://soap.sforce.com/2006/04/metadata">
    <types>
        <members>Lead.Salutation</members>
        <name>CustomField</name>
    </types>
    <version>23.0</version>
</Package>

 

Any ideas?