Mobile Multiple Choice field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2023 09:06 AM
Hi all,
I am working on a request to have a Choice field displayed on a input screen in the Mobile Agent app.
My field is a List field with a specific set of choices:
I added it to one input screen as a Choice with MultiSelect set to true, I can do the multiple choice selection and save it without any problems. However, when I go back to the input screen, the choices are not pre-selected.
I have a variable that is getting the existing choice list but it doesn't work.
I have these input configurations:
And the variable is getting data from the field:
Any ideas?
Thanks in advance!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2024 12:00 AM - edited 08-13-2024 12:01 AM
I face exact same issue.
Did you find a solution?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2024 04:08 AM
Hi!
I found no solution for the exact behavior.
As a workaround, I have set the Input Type to Reference, and set the the attributes on the input to lookup to search on the sys_choice table for the dictionary entry.
I hope it helps!
Pedro
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2024 05:35 AM - edited 12-20-2024 05:36 AM
I'm seeing a similar issue I think, I can't get Incident Category and Subcategory to work on my mobile form, even though other choice fields work just fine. I think the only distinction is that both Category and Subcategory are dependent on other fields and the other choice fields are not. See my post at Solved: While creating new incident in Now mobile app, Cat... - ServiceNow Community for more detail.
I'm thinking the workaround shared in this post, to use a reference field, might work. How do you write the condition so that it uses another mobile input field? For example, the Subcategory reference condition would have to use the value selected for Category. Can you share screen prints of that?