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
Pavan Kumar 154Pavan Kumar 154 

Is there any way to retreive recordtype settings for specific picklist fields using ANT?

Hi All,

I want to retrieve recordtype settings for only desired picklist fields. When I try to retrieve a custom field along with the recordtype in Package.xml, the Object file retreives recordtype settings for all the picklist fields related to that object which leaves me no other option but to remove those recordtype entries for these 'other' picklists manually from Object file which is really a painful task since there are lot of picklist fields and pickllst values. Is there a way to filter out and retrieve recordtype settings for only desired picklist fields listed in Package.xml file?

Thanks,
Pavan Kumar