[SalesForce] Change the label of “none” value of a picklist

I had a generic question. can the "none-" value of a standard picklist be changed to something else like "default" or "select" etc. What I want here is that, I want the default value to be present, but I want to change its label to something else

Best Answer

You can prevent the none value being displayed for a Picklist and set a default by

  1. Making the picklist mandatory on the page layouts
  2. Selecting one picklist value to be the default value. If you are using Record Types this can be a different value for each one, otherwise you will have one default value set.