Letting Users Input Choice field Manually
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-15-2024 12:53 AM
Use Case:
Choice Field who has no option at first and letting end users add options to it manually on the form.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-15-2024 01:03 AM
Hi @ican
What is exact use case of same? can you provide some kind of screen shot please.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-15-2024 01:42 AM
Hi @ican ,
I would advise you to use List Collector Field instead of Choice field for your requirement.
The "sys_ref_list" list layout of the target table controls the elements that are displayed under the list collector.
Here are the steps:
- Identify the list table the list collector variable is referencing.
- Navigate to sys_ui_list.LIST from application navigator and filter the records with that table name you found in step1
- Then select the record that has the View as 'Reference List'
- In the related list, you will see List Elements. These are the fields that you see below the list collector variable after selecting a value.
Administrators can choose the list elements based on the information they want to show below the list collector variable.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-15-2024 02:07 AM - edited ‎02-15-2024 02:07 AM
Is this applicable in a custom form? Since it is what I'm using.
Im thinking of an Empty Choice field and have a button beside it to add Choices to the Choice Table.
is this possible?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-26-2025 04:30 AM
I am looking for same solution. To have a list where the user can input manually and it gets added to the list. Just as in list collector. But without referencing to any table. Any solution?