How to make "Blank" as default option in a "dropdown without none" having reference specification.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2020 05:35 AM
Hi all,
Wanted to set the field "state" with blank as an option using the "drop down without none" (for eg: in incident table state field).Tried to modify in the dictionary of state, setting the default value as empty but still it is displaying none as an option.Any help would be appreciated.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2020 05:41 AM
Isn't 'None' the equivalent of 'blank'?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2020 05:58 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2020 05:45 AM
Hi Divi,
Since your field is a reference, you need to have that value in whatever table/column you are referencing which is a really bad idea. For a field like state, having no value also makes no sense since every object with a state property must be in some state. If you want to allow a no value for state, I'd suggest changing it to dropdown with none and making the field not mandatory.
As Shane pointed out, none is the functional equivalent of blank.
Hope that helps.
:{)
Helpful and Correct tags are appreciated and help others to find information faster
:{)
Helpful and Correct tags are appreciated and help others to find information faster
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2020 06:01 AM
Hi,
State was just an example, actually had a field named "type" which is mandate but when the none is displayed it is automatically taking as type field filled ,thats the reason i wanted to display blank so that type field will be mandatory to fil.