How to hide helpful widget from KB article for only Legal service portal?

Kruthik M Shiva
Tera Contributor

Hi All,
I have a requirement to hide Helpful widget from KB article, but it should be only for legal service portal and not for all the other KB of other portal. How to do this please provide any solution or pointers on this.
PFB screenshot for reference.
Thanks in advance.

1 ACCEPTED SOLUTION

Community Alums
Not applicable

Hi @Kruthik M Shiva ,

 The below property decides whether to show "Helpful" or not:

SandeepDutta_0-1681723521596.png

glide.knowman.show_yn_rating and  glide.knowman.show_yn_rating.roles.

 

If you wanty to limit with respect to a particular portal then , try using roles to show this helpful based on roles "glide.knowman.show_yn_rating.roles"

 

View solution in original post

5 REPLIES 5

Community Alums
Not applicable

Hi @Kruthik M Shiva ,

 The below property decides whether to show "Helpful" or not:

SandeepDutta_0-1681723521596.png

glide.knowman.show_yn_rating and  glide.knowman.show_yn_rating.roles.

 

If you wanty to limit with respect to a particular portal then , try using roles to show this helpful based on roles "glide.knowman.show_yn_rating.roles"

 

where will I get this Property?

Community Alums
Not applicable

Hi @Kruthik M Shiva ,

 Just Type "sys_properties.list" on the navigator

then search for the "name":

SandeepDutta_0-1681724542647.png

 

Kruthik M Shiva
Tera Contributor

Hi @Community Alums ,
Is there any work around other than this since this property change is kind of global change is there anyway only for that particular KB, we can hide it. Role based is fine, but the particular roles need to be given for all other KBs since that is not possible is there any alternative method for this.