- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2023 01:02 AM
In a record Producer, I want a drop-down field with multiple choice, and user can select multiple choices from it.
How can I achieve this functionality?
Solved! Go to Solution.
- Labels:
-
Human Resources Service Delivery
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2023 01:09 AM
Hi @MrGupta__,
I believe, it won't be possible to show values as drop-down with multi-choices. But you can use values using List collector variable type.
If my response helps to solve your issue. Kindly mark it as helpful & correct. It will be helpful for future readers! 👍🏻
Thanks,
Sagar Pagar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2023 01:11 AM
Hi,
If the number of options in the drop down is limited (lets say 5) and it is static, you can create each value as a 'Check box'.
Other options is to use 'List Collector' type variable. And load the drop down option in to sys_choice table and restrict the List Collector variable to show only the required values through reference qualifier.
Regards,
Karthik Nagaramu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2023 01:09 AM
Hi @MrGupta__,
I believe, it won't be possible to show values as drop-down with multi-choices. But you can use values using List collector variable type.
If my response helps to solve your issue. Kindly mark it as helpful & correct. It will be helpful for future readers! 👍🏻
Thanks,
Sagar Pagar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2023 01:55 AM
Thanks for replying @Sagar Pagar, sorry, but list collector is not an option for this particular problem.
Is there any other way without using any kind of reference table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2023 01:11 AM
Hi,
If the number of options in the drop down is limited (lets say 5) and it is static, you can create each value as a 'Check box'.
Other options is to use 'List Collector' type variable. And load the drop down option in to sys_choice table and restrict the List Collector variable to show only the required values through reference qualifier.
Regards,
Karthik Nagaramu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a week ago
Thank you so much for this advice!