Suggestion icon removal

Archana Singh1
Tera Expert

Hello,

How can we remove the suggestion icon next to Short Description on the Incident form?

We have a requirement to only remove this on the incident form and not other task tables.

 

Thanks

1 ACCEPTED SOLUTION

Nikhil Phalke
Kilo Guru

Hi 

Go to short description -> configuration dictionary -> choice remove suggestion and add none.

 

Please mark helpful and correct.

 

Regards

Nikhil 

View solution in original post

12 REPLIES 12

Mark Roethof
Tera Patron
Tera Patron

Hi there,

You could add a Dictionary Override with:

knowledge_search=false

find_real_file.png

If my answer helped you in any way, please then mark it as helpful.

Kind regards,
Mark
2020 ServiceNow Community MVP
2020 ServiceNow Developer MVP

---

LinkedIn
Community article list

 

Kind regards,

 

Mark Roethof

Independent ServiceNow Consultant

10x ServiceNow MVP

---

 

~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

LinkedIn

Anurag Tripathi
Mega Patron
Mega Patron

Hi,

I saw a question recently on the same lines. Im afraid there is no OOB way to do it.

You can remove it at the task level which will cascade down to all extended tables as well. Or else you use dom. Using Override dictionary and adding the attribute knowledge_search=false will remove the book icon for knowledge search but bulb icon for suggestion will still be there.

 

If you want to use dom then on Incident you can run the following script in any onload client script:

 gel('lookup.incident.short_description').outerHTML=''; 

 

-Anurag

-Anurag

Mark Roethof
Tera Patron
Tera Patron

And to show the difference with the solution I proposed:

Regular Task extended:

find_real_file.png

With the dictionary override:

find_real_file.png

If my answer helped you in any way, please then mark it as helpful.

Kind regards,
Mark
2020 ServiceNow Community MVP
2020 ServiceNow Developer MVP

---

LinkedIn
Community article list

 

Kind regards,

 

Mark Roethof

Independent ServiceNow Consultant

10x ServiceNow MVP

---

 

~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

LinkedIn

suggestion icon and knowledge search icon are two different entity,

i don't think this will hide the suggestion icon, it comes from "choice" field

 

 

Ah your right... I see I did this with also adding a onLoad Clients Script:

find_real_file.png

So in case of Archana. this would be lookup.incident.short_description.

If my answer helped you in any way, please then mark it as helpful.

Kind regards,
Mark
2020 ServiceNow Community MVP
2020 ServiceNow Developer MVP

---

LinkedIn
Community article list

 

Kind regards,

 

Mark Roethof

Independent ServiceNow Consultant

10x ServiceNow MVP

---

 

~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

LinkedIn