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
Lakshya KanchanLakshya Kanchan 

CRUD on picklist values

Hi

I have a business requirement wherein I need to insert, delete, activate & deactivate picklist values from a picklist field on Account object.

I want to know whether these operations are possible using SFDX CLI, MetadataService class, etc.

If yes, then how can we implement that.

Regards,
Lakshya
SubratSubrat (Salesforce Developers) 
Hello Lakshya ,

I came across a Github Discussion over this .
Requesting you to go though it -> https://github.com/forcedotcom/cli/issues/1264

Thank you.