Remove Suggestion from Short Description

Brian Lancaster
Tera Sage

I created an app extended from task table.  I reused short description field.  Is there a way to hide the suggestion button that appear next to short description for this table?  It is not needed and would possibly cause confusion for the users.  I'm hoping there is a way to do this without DOM Manipulation.  I was able to remove knowledge by overwintering the variable attribute but I did not see anything for suggestion in the variable attributes.

1 ACCEPTED SOLUTION

Waleska
Kilo Guru

From my understanding, there is no way to disable the Suggestion button via a Dictionary Override. I was able to find this from about 10 months ago with a kind of work-around to create a UI Macro that will allow you to override the tables you want the suggestion to be on so that you can disable the Suggestion option on the overall Task Short Description Dictionary entry: 

https://community.servicenow.com/community?id=community_blog&sys_id=ad3d367edb806f04feb1a851ca961953

View solution in original post

8 REPLIES 8

Make sure you go into the Dictionary entry for short_description and under Choice List Specification, make sure that Choice is set to -- None --.

 

find_real_file.png

Then you should only have 1 light bulb.

Wouldn't that remove the light bulb for incidents or is it on the incident table I need to add the attribute override?

Correct, you would put the attribute override on the tables that you want the Suggestion button to appear.

That seems like a lot of extra work to make it disappear from one table and keep it on all the other tables that is it on.  Since I was able to remove knowledge thought a Attribute I think we will be find leaving the suggestion.  Seems like this blog that you give me is trying to cover 1% by having to make change to 90%.  I will mark you original answer as correct as someone else my want to do this.