How to edit sn-filter-widget in the "SN Desktop Filter" widget?

Shaun Wang
Kilo Contributor

The "SN Desktop Filter" widget is using a <sn-filter-widget> on it's HTML. Is there a way to edit it? I searched the name in sp_widget table and it is not there.

1 REPLY 1

Bhagyashree8
Kilo Guru

Hi,

 

 "SN Desktop Filter" has dependency "SN Filter".

open https://instanceid.service-now.com/sp_dependency.do?sys_id=d7ce11589301220064f572edb67ffb52

 

which has below file included in it

 

https://instanceid.service-now.com/scripts/js_includes_filter_widget.js

 

Above file has code for that directive.

Search for ".directive('snFilterWidget'" to find it

 

Hope that helps.

 

Please mark Correct/Helpful if it helps.