Create a custom list collector that allows users to select options from a record's information
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Hi Community!
I have a requirement that requires allowing users to select multiple options like a list collector variable in an MRVS in a catalog item. The options would be coming from a record in network adapter table (cmdb_ci_network_adapter). So, we have to manually add options to the custom list collector variable. Since addOption is not supported in the OOB list collector, it's not possible for me to use it.
For example, Network adapter A has a custom field Proxy IP (u_proxy_ip), I want the Proxy IP information to be pushed as an option to the variable and allow me to select multiple options.
Anyone had a similar requirement or implementation? Or even any idea how can I achieve this requirement?
Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
But the Proxy IP needs to be fetched from where?
💡 If my response helped, please mark it as correct ✔️ and close the thread 🔒 — this helps future readers find the solution faster! 🙏
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
It will be fetched from network adapter record. Users should be able to proceed with the request whether list collector field for network adapter is empty. When list collector field is empty, users should be able to select Proxy IP.