Is it possible to remove an option from a native d...
# general
t
Is it possible to remove an option from a native dropdown field in a record by script,if then how?
n
Usually i create a custom field and limit the list values, use a workflow to populate the native field and hide it on another tab. That way users only get what is in the custom list you create, but the native field still gets populated. However some lists you can actually change the values, it depends on what list it is! I have no idea on script, but i would do it the way i have suggested normally anyway!
m
Yes what nic mentions is a great way Similarily you can use a scripted field that is dynamically filtered based on your criteria. Then upon save store the selected value in a separate stored field Very similar to the workflow idea but a scripted field provides more flexibility to filer values