[SalesForce] Salesforce picklist hide none value

I'am creating a standard picklist field with values "None" and "Yes" but when I see on the detail page while creating a record I see two none values in the picklist , one defined by me and other coming as by default .

How can I remove the standard None picklist value?
Also , I want to make the "None" defined by me as the default picklist value selected while creating the record

Best Answer

Just go to the Picklist definition on the custom object and select Reorder and it allows you to set a Default value.

Build>Create>Objects>My Object>Custom Fields

Then on the page layout make the picklist required so it will not permit a value of the Salesforce default 'none'.

Build>Create>Objects>My Object>Page Layouts

This will mean that the standard Salesforce 'none' option on the picklist in the detail page is hidden.

Related Topic