How to replace "--None --" with "--Choose --" choice

Vaishnavi35
Tera Guru

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??

find_real_file.png

Thanks,

Vaishnavi

1 ACCEPTED SOLUTION

Megha Padale
Giga Guru

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

find_real_file.png

 

find_real_file.png

find_real_file.png

If my answer helped you in any way, mark answer as helpful and correct.

Thanks and regards,

Megha.

View solution in original post

10 REPLIES 10

Megha Padale
Giga Guru

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

find_real_file.png

 

find_real_file.png

find_real_file.png

If my answer helped you in any way, mark answer as helpful and correct.

Thanks and regards,

Megha.