- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-24-2019 01:07 AM
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...
Solved! Go to Solution.
- Labels:
-
Instance Configuration

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-24-2019 01:13 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-24-2019 01:10 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-24-2019 01:12 AM
Hello Omkar,
unfortunately, Dictionary Entry for the Activity field contains only the 5 options, without the redundant 'add'.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-24-2019 01:13 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-24-2019 01:22 AM
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!