How to remove the time stamp form the "Most View" and "Most Useful" widget

ramesh_r
Mega Sage

Hi All,

 

I want to remove the time stamp form the "Most View" and "Most Useful" widget. its all OOB widget how to remove them.?

ramesh_r_0-1757306502866.png

 

1 ACCEPTED SOLUTION

ramesh_r
Mega Sage

Hi @all

Thank you for your help.

I found one system property after set that false. the timestamp removed

glide.knowman.search.show_last_modified

 

ramesh_r_0-1757310373841.png

 

View solution in original post

5 REPLIES 5

G Ponsekar
Mega Guru

Hi @ramesh_r ,

 

Best way is to clone the out of box widget if you dont want to lose changes on upgrades

 

Open the widget -> click clone

Make change changes in cloned version. You have to comment the timestamp html code.

Replace OOB widget with your cloned one in the portal page

 

If I could help you with your Query then, please hit the Thumb Icon and mark as Correct !!

Thanks, GP

Ankur Bawiskar
Tera Patron
Tera Patron

@ramesh_r 

you will have to manipulate the widget, see if any option for widget instances

If not then clone that OOTB widget and manipulate it and then add it again on that portal page.

If my response helped please mark it correct and close the thread so that it benefits future readers.

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

RaghavSh
Kilo Patron

 

As of now, it is taking default secondary fields, you can changes them in widget instance options.

 

Go to "Most useful widget" on portal and open instance options by clicking( ctrl+right-click ) on widget header.

In instance options under "Other options",  select table as  "knowledge" and secondary fields as "Author, Views, Rating" .

Once you sabe the instance options , time stamp will be removed.

 


Raghav
MVP 2023

ramesh_r
Mega Sage

Hi @all

Thank you for your help.

I found one system property after set that false. the timestamp removed

glide.knowman.search.show_last_modified

 

ramesh_r_0-1757310373841.png