Relative Content

Tag Archive for salesforcesalesforce-developmentsalesforce-developer

Add a value to a standard picklist field in salesforce

Using rest API, how to add new value to picklist for standard field without changing existing values.
How do I use the rest API to add a new picklist value to a standard field that already has many custom values. Specifically, I do not want to overwrite the picklist because that would delete the custom values. I just want to add a single new value to the list.