Can we display a static list on a catalog item form ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
I have a requirement on a catalog item which updates service instances. I need to display all the relationships available in svc_ci_assoc table . Do we have feature that helps display a static list on the catalog form . Is there any better method to achieve.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Something like this
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago - last edited 3 weeks ago
Hi @AnciaM
ServiceNow features multiple ways to display a list on a catalog form.
- List Collector Variable (Recommended) (For Multiple selection):: Use a List Collector variable type and point its core configuration directly to the svc_ci_assoc table. This provides an interactive, searchable side-by-side selection layout on the form.
- Lookup Select Box (For Single select): If users should only pick one specific relationship record from the table at a time, use a Lookup Select Box variable mapped to svc_ci_assoc .
If list size is big , then due to large size of SelectBox /dropdown (look wise) , form can break. So List collector is preferable - look wise plus pone or multi selection feature.
Regards
Tanushree Maiti
ServiceNow Technical Architect
LinkedIn: https://www.linkedin.com/in/tanushreemaiti