Changing default drop down in the Topic Content widget

JHughes62
Tera Expert

 

Hi, 

 

We are currently making necessary configurations to our employee center. 

Is it possible to change the default drop down on the 'Topic Content' widget, so that the filter is automatically set to 'Requests' instead of 'All'?

 

 

JHughes62_0-1696314108893.png

 

Can there be anything added or removed from the widget to achieve this?

 

1 ACCEPTED SOLUTION

Fin Nguyen
Tera Guru

Hi @JHughes62 ,

 

in Server Script, line 116: 

data.filterBy = ' ';
Change to data.filterBy = '98f9a16553622010069addeeff7b1248 '; //98f9a16553622010069addeeff7b1248 is sys_id of Requests
Regards,
Fin Nguyen

View solution in original post

3 REPLIES 3

Thinh Nguyen1
Tera Contributor

.

Fin Nguyen
Tera Guru

Hi @JHughes62 ,

 

in Server Script, line 116: 

data.filterBy = ' ';
Change to data.filterBy = '98f9a16553622010069addeeff7b1248 '; //98f9a16553622010069addeeff7b1248 is sys_id of Requests
Regards,
Fin Nguyen

This is not working for me.