Need help removing "-- None --" as an option to add to a list collector field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-03-2022 09:31 AM
Recently converted a field to a List collector field on a custom table extended from Change. Everything is behaving as desired but on the working form when adding items to the list collector, I'm able to add "-- None --" to the list. The main issue with this is that it's circumventing the mandatory status on the field. Allowing folks to just add in the "-- None --" to the field and submit to progress the workflow on the record.
This only seems to work when you select one valid item from the list collector dropdown, then once that item has been selected and added, reselect "--None--" from the drop down. This then adds it to the list collector selected items as well (see attached screenshots).
I've tried changing the dictionary entry choice option to "Dropdown without -- None --" but that doesn't seem to have an effect. Although I didn't declare a default because there really isn't a default value that we want predetermined. (Does this only take affect if you do declare a default?)
Any assistance with getting this updated to not allow none to be added in this way would be greatly appreciated.
Thanks!
-Sam
- Labels:
-
User Interface (UI)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-15-2024 10:42 AM
Hey Matias, the solution for us ended up being to set the field to have a default in the dictionary definition, and then updating the coice on the field to Dropdown without --None--