- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-26-2019 02:00 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-26-2019 02:15 AM
Hi there,
Do you want this to be changed on all task extended tables? Or just Change Request?
If Task extended, just change:
+ at the attributes: change knowledge_sarch=true into false.
If only Change Request, you could add an onLoad Client Script like:
function onLoad() {
//Type appropriate comment here, and begin script below
gel('lookup.change_request.field_name').outerHTML='';
}
Kind regards,
Mark
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-26-2019 02:33 AM
Hi Harshvardhan, OK I see. How to remove Suggestion button by this method?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-26-2019 02:51 AM
adding one thread here, kindly have a look on that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-27-2019 01:52 AM
Hi Harshvardhan, Thank you very much.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-15-2021 08:30 AM
The suggestions that stated to update the override attributes for the reference table resolved my issue. Thanks...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-10-2021 10:41 PM
Thank you Harshvardhan, your override suggestion worked for me.