Option to select multiple choices on portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-12-2021 12:29 PM
Hello Gurus,
I have requirement to have user ability to select multiple options on portal. I know I can use list collector, but client is incline towards using "Multiple choice" type because all options visible clearly.
This is how its appearing as List collector variable type.
Instead, want to have like this - with ability to select multiple options
Is it possible?
- Labels:
-
Instance Configuration

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-12-2021 12:41 PM
If you want multiple checkboxes, then you need to create multiple checkboxes. These checkboxes get grouped based upon a common label. So if you have the label first, then the checkboxes that follow will be part of that common label.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-12-2021 02:57 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-13-2021 07:04 AM
Where is the notification running from (The Request, the Requested Item, the Approval) If you look at the Out of Box Notification Email Script: requested_items_summary_with_options you will see that it goes through all of the variables from a requested item and lists them within the email message. You should be able to pull what you need from this (since it runs on the approval table) and build an Email Script you can use with your own notification.
Let me know if this is helpful and if you need further assistance,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-14-2021 05:56 PM