Apply filters to the WSD search reservation widget - "Who would you like to sit near?'

Edzon Alavez
Tera Contributor

HI,

Within the WSD search widget, the "Who would you like to sit near?" option displays irrelevant users, such as service accounts. Is there a way to apply filters to control which users are shown in this list

EdzonAlavez_0-1706147505458.png

 

1 ACCEPTED SOLUTION

Vijay Krishna k
Tera Expert

There will be default filter as active=true you can change it in the widget angular provider name: wsdSearchFilter

 

  var USER_DEFAULT_FILTER = { sys_user: 'active=true' }; to the filter you require.

 

View solution in original post

1 REPLY 1

Vijay Krishna k
Tera Expert

There will be default filter as active=true you can change it in the widget angular provider name: wsdSearchFilter

 

  var USER_DEFAULT_FILTER = { sys_user: 'active=true' }; to the filter you require.