Implementation of Search and Auto-Scroll in ServiceNow Catalog Form Sections
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
8 hours ago
We have a ServiceNow catalog form that contains approximately 150 variables. The requirement is to organize these variables into 10 expandable and collapsible sections. Each section controls the visibility of its variables:
When a section is collapsed, all variables within that section are hidden.
When a section is expanded, the variables in that section become visible.
Additionally, we want to implement a search functionality at the top of the form with the following features:
The search field should auto-suggest variable names as the user types.
When the user clicks the search button, the form should:
Scroll to the corresponding variable on the page.
Automatically expand the section containing the variable, even if all sections are currently collapsed.
Highlight the searched variable for easy visibility.
The question is: Is this achievable in ServiceNow catalog forms, and if yes, how can it be implemented?
