Possible to hide from popular items in SP?

John Vo1
Tera Guru

Is it possible to hide a popular item from popping up here?  So if I don't want apple ipad 3 to not show up in the popular item is it possible?

find_real_file.png

1 ACCEPTED SOLUTION

rajneeshbaranwa
Giga Guru

Best Practice would be to create a system property and store comma separated sys_id values of the to be hidden catalog items in this property.

 

Then you can add below one line of the code in Server Script of cloned widget. That is it. You are set.

Next time when you are asked to again exclude/include another catalog item , You just need to add sys_id of the catalog items in the property. No code change required. 

 

find_real_file.png

View solution in original post

47 REPLIES 47

Confused for part after cloning the widget & modifying the server side code as suggested above then you can follow link for steps.

 

Thanks,

Jaspal Singh

Utpal Dutta1
Mega Guru

Hey Jhon,

 

This community post will definitely help you out: https://community.servicenow.com/community?id=community_question&sys_id=030a4b82db60db40fac7f4621f96...

 

If it does then please mark my answer Correct and Helpful.

 

Thanks and Regards:

Utpal Dutta

Hey John,

 

Did this help?

 

Utpal

Still not getting to work after cloning widget, updating the script and making the widget public

rajneeshbaranwa
Giga Guru

Best Practice would be to create a system property and store comma separated sys_id values of the to be hidden catalog items in this property.

 

Then you can add below one line of the code in Server Script of cloned widget. That is it. You are set.

Next time when you are asked to again exclude/include another catalog item , You just need to add sys_id of the catalog items in the property. No code change required. 

 

find_real_file.png