- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2024 05:05 AM
Hi All,
I am unable to find the first two lines in attached notification in the mail script km_article_expiry_warning and i need to edit the content based on my requirement. Please assist.
Thanks in advance.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2024 05:22 AM - edited 03-05-2024 05:46 AM
Hello @Muffin,
You can go to the read-only KBKnowledgeSNC script include and copy the function getArticleExpiryContent into the provided script include extension KBKnowledge to make your edits.
If this information was helpful, please mark this answer as Accepted as Solution and hit the helpful button. Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2024 05:35 AM - edited 03-05-2024 05:36 AM
That's in this script include: https://[instance].service-now.com/now/nav/ui/classic/params/target/sys_script_include.do%3Fsys_id%3... (line 486)
Since it's protected, you will need to do a override in here:
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2024 05:22 AM - edited 03-05-2024 05:46 AM
Hello @Muffin,
You can go to the read-only KBKnowledgeSNC script include and copy the function getArticleExpiryContent into the provided script include extension KBKnowledge to make your edits.
If this information was helpful, please mark this answer as Accepted as Solution and hit the helpful button. Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2024 04:53 AM
Thanks! It worked.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2024 05:35 AM - edited 03-05-2024 05:36 AM
That's in this script include: https://[instance].service-now.com/now/nav/ui/classic/params/target/sys_script_include.do%3Fsys_id%3... (line 486)
Since it's protected, you will need to do a override in here:
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2024 05:56 AM
Hi @Mark Manders Thanks! Can you paste the full link here ?