Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

How to find the widget based on the sys_id

vidhya_mouli
Tera Sage

Screenshot 2023-09-07 9.21.47 AM.png

 

I am trying to remove this white space from the Employee Center homepage. Removing the border-bottom does the trick. But I am unable to find out which CSS file I should look for to remove this line. I can fetch the sys_id of the widget by inspecting the page, but not sure how to identify which widget it is. Any suggestions?

1 ACCEPTED SOLUTION

Ankur Bawiskar
Tera Patron
Tera Patron

@vidhya_mouli 

you can try to find that widget in sp_widget table

Did you check that?

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

View solution in original post

2 REPLIES 2

Ankur Bawiskar
Tera Patron
Tera Patron

@vidhya_mouli 

you can try to find that widget in sp_widget table

Did you check that?

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

gurjot5
ServiceNow Employee
ServiceNow Employee

Hi another quick way is while inspecting the div element with the class name equivalent to the widget sys id has a attribute named sn-atf-area its value is the widget name , you can then find the same in sp_widget.list table

gurjot5_0-1694358942211.png