How to edit content on knowledge article expiry warning notification

Muffin
Tera Contributor

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.

2 ACCEPTED SOLUTIONS

Tammy Simmons
Tera Guru

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.

 

Snag_fa1a2f.png

Snag_fa7d9c.png

If this information was helpful, please mark this answer as Accepted as Solution and hit the helpful button. Thank you!

View solution in original post

Mark Manders
Mega Patron

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: 

https://[instance].service-now.com/now/nav/ui/classic/params/target/sys_script_include.do%3Fsys_id%3...

 


Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark

View solution in original post

5 REPLIES 5

Tammy Simmons
Tera Guru

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.

 

Snag_fa1a2f.png

Snag_fa7d9c.png

If this information was helpful, please mark this answer as Accepted as Solution and hit the helpful button. Thank you!

Thanks! It worked.

Mark Manders
Mega Patron

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: 

https://[instance].service-now.com/now/nav/ui/classic/params/target/sys_script_include.do%3Fsys_id%3...

 


Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark

Hi @Mark Manders Thanks! Can you paste the full link here ?