Duplicate default value in choice list (colored blue)?

ceskie
Kilo Guru

Hi folks,

I have an Activity field with a bunch of options, one of them 'Add' is marked as default. And then, there is that little blue 'add' value, appearing only on 'new record' form.

Everything works fine, after submiting form, default value 'Add' is stored. Dictionary entry has both Label and Value configured as 'Add' and there is no 'add' option, detto in the Form design. I have searched entire application code in Studio for occurence of 'add' and did not find any BR, client script, data policy which may possible cause this.

Any suggestions? Thanks in advance, this one really drives me crazy...

 

find_real_file.png

1 ACCEPTED SOLUTION

Does it have something in the default value?

find_real_file.png

View solution in original post

5 REPLIES 5

Omkar Mone
Mega Sage

Hi 

Can you check the default value in the dictionary of that field? Maybe it has some value which is not present in the option values.

 

Check and let me know.

 

Regards,

Omkar Mone

Hello Omkar,

unfortunately, Dictionary Entry for the Activity field contains only the 5 options, without the redundant 'add'.

Does it have something in the default value?

find_real_file.png

This one did the job, we have a load of custom views on our subdev instance and I did not realize I am missing this fieldset... Many thanks!