How to override choice --None-- with custom value for Glide list field

vishnu vandana2
Kilo Contributor

For an glide list field we have created choices. For that field we want to override choice label "--None--" with custom label.

Please help us on the same .

Thanks in Advance.

 

 

11 REPLIES 11

johnfeist
Mega Sage
Mega Sage

Hi Vishnu,

First terminology, I'm assuming you want to replace the value --None-- not the field label. 

What you can do is set the choice list specification to Dropdown without None.  You then specify that your replacement value is the default.  If you will require that they choose a value other than the default you will need to add a BR to assure that they haven't left the default value.

Hope that helps.

:{)

Helpful and Correct tags are appreciated and help others to find information faster

Hope that helps.

:{)

Helpful and Correct tags are appreciated and help others to find information faster

we tried that but still  --None-- is coming as default value even though we have provided some other value as default

Can you please attach a screen print of your configuration (dictionary) for that field showing the choice list specification and choices?

:{)

Hope that helps.

:{)

Helpful and Correct tags are appreciated and help others to find information faster

i tried choicelist specification  all the options. Nothing is working