- 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-27-2019 01:51 AM
Hi Harshvardhan, Thank you very much.

- 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-27-2019 01:51 AM
Hi Mark Ragavan, Thank you very much.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-18-2023 10:50 AM
@Mark Roethof a small remark, this does only work if the client-script is used in the global scope.
regards,
Peter

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