The Reservation page now has an auto-refresh for updating the list of spaces -is it working

ManojPrabhakar
Tera Contributor
  • 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.
1 ACCEPTED SOLUTION

Arvid
ServiceNow Employee
ServiceNow Employee

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.

 

Arvid_0-1753869560820.png

 

Kind regards,

Arvid

 

View solution in original post

1 REPLY 1

Arvid
ServiceNow Employee
ServiceNow Employee

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.

 

Arvid_0-1753869560820.png

 

Kind regards,

Arvid