You need to sign in to do that
Don't have an account?
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?