- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
‎06-19-2020 09:33 AM
Hi,
we include None option right by checking the check box for drop down,
Can we replace --None -- with --Choose -- ?? If yes. How can we do that??
Thanks,
Vaishnavi
Solved! Go to Solution.
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
‎06-22-2020 11:34 PM
Hi,
You can replace --None-- by using "NULL OVERRIDE".
If you will go to sys_choice table , you will notice that there are plenty of "NULL OVERRIDE" value present .
This "NULL_OVERRIDE" is used to change the default display label of the None option for a choice field.
When you choose none as the display value ,You must enter NULL_OVERRIDE as the value, or the new label appears in addition to the -- None -- option.
This is the use of this entry.
Refer these screenshots below:
- Right click on the field you want to configure
 - Navigate to configure dictionary
 - create new choice with value NULL_OVERRIDE and label --choose--
 - Here I replace --none-- with --choose-- for impact field
 
If my answer helped you in any way, mark answer as helpful and correct.
Thanks and regards,
Megha.
- Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report Inappropriate Content
 
‎06-22-2020 11:34 PM
Hi,
You can replace --None-- by using "NULL OVERRIDE".
If you will go to sys_choice table , you will notice that there are plenty of "NULL OVERRIDE" value present .
This "NULL_OVERRIDE" is used to change the default display label of the None option for a choice field.
When you choose none as the display value ,You must enter NULL_OVERRIDE as the value, or the new label appears in addition to the -- None -- option.
This is the use of this entry.
Refer these screenshots below:
- Right click on the field you want to configure
 - Navigate to configure dictionary
 - create new choice with value NULL_OVERRIDE and label --choose--
 - Here I replace --none-- with --choose-- for impact field
 
If my answer helped you in any way, mark answer as helpful and correct.
Thanks and regards,
Megha.
