- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2025 02:35 AM
- The Reservation page now has an auto-refresh for updating the list of spaces that are shown to the Employee when the search criteria gets edited ---------
Please let me know if this Auto search option is working on reservation page (ie .https://devXXX.service-now.com/esc?id=wsd_search ), if yes do we need to enable any properties to get this to work.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2025 03:00 AM - edited 07-30-2025 03:02 AM
Hello @ManojPrabhakar ,
You can enable the auto-search by setting the "sn_wsd_rsv.enable_auto_search"-system property to true. Auto search is working on the search page (id=wsd_search).
You can also update the "sn_wsd_rsv.auto_refresh_search_rsv_data" property. This property is used to inform employees that results can be outdates when staying on the page without updating. The employee can trigger a manual search (refresh) in that case.
Kind regards,
Arvid
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2025 03:00 AM - edited 07-30-2025 03:02 AM
Hello @ManojPrabhakar ,
You can enable the auto-search by setting the "sn_wsd_rsv.enable_auto_search"-system property to true. Auto search is working on the search page (id=wsd_search).
You can also update the "sn_wsd_rsv.auto_refresh_search_rsv_data" property. This property is used to inform employees that results can be outdates when staying on the page without updating. The employee can trigger a manual search (refresh) in that case.
Kind regards,
Arvid