You need to sign in to do that
Don't have an account?

Deploy change field type to picklist does not include picklistValues
I changed a custom object field type from text to picklist, and added some picklist values. (note - the object has no record type, so no record type mapping needed)
I've deployed the change using eclipse IDE (so - using the metadata api), however when I checked on the target org, the field type change was successful, but the picklist values did not deploy.
I repeated the same deployment a second time (no change to the source file)- and now the picklist values have deployed.
Is there any way to deploy both changes at once? Is this a Metadata api bug?!?
I've deployed the change using eclipse IDE (so - using the metadata api), however when I checked on the target org, the field type change was successful, but the picklist values did not deploy.
I repeated the same deployment a second time (no change to the source file)- and now the picklist values have deployed.
Is there any way to deploy both changes at once? Is this a Metadata api bug?!?
Could you please let me know if you are able to replicate the issue on demand so that I can try investigating the reason?
Thanks,
Shashank
I am currently facing the same issue.
When I try to update a custom field from checkbox to picklist and deploy using Eclipse IDE or Ant Tool , the data type is changed to picklist , but the picklist values are not migrated.
I was able to solve this issue by deploying the same final tag one more time to the target Org. Now , the picklist values were also migrated successfully.
Please let me know if there is any other solution besides deploying the same final tag twice to the target org.