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
KMK91KMK91 

Delete Bulk inactive Pick list values

Hi All,
How to delete bulk inActive picklist values.

EX : I have a field called "Assesst__c"(Data type - Multi Picklist)
there are 500 Inactive picklist values. I need to all at once how to do.?
Can any one tell me please?

Thanks
KMK
Khan AnasKhan Anas (Salesforce Developers) 
Hi,

Greetings to you!

There's an idea which is active on the success community with a similar discussion for which you can upvote so that it gets available in the future.

https://success.salesforce.com/ideaview?id=08730000000Bp3fAAC

However, as a workaround, you can use chrome extension or JavaScript hack to mass delete custom picklist values.

Chrome Extension: https://chrome.google.com/webstore/detail/linkclump/lfpjkncokllnfokkgpkobnkbkmelfefj?utm_source=chrome-app-launcher-info-dialog

https://salesforce.stackexchange.com/questions/68385/mass-delete-picklist-values

JavaScript Hack: 
https://johan.karlsteen.com/2018/09/11/mass-deleting-picklist-values-in-salesforce-with-ajax-javascript-hack-2018-version/

http://frombelvideres4thfloor.blogspot.com/2011/05/javascript-hack-to-mass-delete-custom.html

http://simplesfdeveloper.blogspot.com/2015/06/mass-delete-sf-picklist-values.html

I hope it helps you.

Kindly let me know if it helps you and close your query by marking it as solved so that it can help others in the future. It will help to keep this community clean.

Thanks and Regards,
Khan Anas
KMK91KMK91
Hi Khan,
Thank you for sharing the info. But above scenario's isn't working

Thanks
KMK