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
Alexander Zaytsev 1Alexander Zaytsev 1 

Customer-editable picklist values for custom fields

I am trying to build a Salesforce app that I plan to distribute on AppExchange.

As part of the app, i will add the custom fields to some of the objects.

One of the fields should be a dropdown list of values; however, i want the customer (consumer of my app) to be able to define what are the possible select values.

What is the best way to implement this?