- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-06-2025 11:57 PM
I want to create a notification if someone tag us in worknotes other than OOB notification , I want customized notification
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-07-2025 01:04 AM
Better to use Email Script for getting the content, as you would definitely need to do GlideRecord operations to get Demand Details.
Please find examples of Email Scripts in:
https://www.servicenow.com/docs/bundle/xanadu-platform-administration/page/script/server-scripting/r...
And at the end you can use the email script you created on your notification:
${mail_script:YOUR_CREATED_EMAIL_SCRIPT}
If you found this helpful, please hit the thumbs-up button and mark as correct. That helps others find their solutions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-07-2025 01:09 AM
then do this
1) ensure the OOTB notification "Activity Stream @Mention Email" doesn't trigger for your dmn_demand table
Do this and save
2) Change the condition to this Table = dmn_demand, Change the Name and Click Insert and Stay and then add your own content in this newly created notification
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-07-2025 11:32 PM
Hope you are doing good.
Did my reply answer your question?
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-07-2025 12:55 AM
- Subject: "[Record Number] - [Demand Short Description]"
- Body:
You have been mentioned in Record Number - Demand Short Description. The comment in which you were mentioned was made by Name of Person who comment and they said "Insert the text of the comment they were tagged in". The comment was made on insert date and time of comment.
Please review and act if needed. You may also reply to this email to update the notes in the ServiceNow Demand record. - In the above requirements blue indicates a hyper link to the record. Bold indicates a variable where you gather data from the record and insert it into the email. Underlined text should be underlined in the email. This should be the email body
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-07-2025 01:04 AM
Better to use Email Script for getting the content, as you would definitely need to do GlideRecord operations to get Demand Details.
Please find examples of Email Scripts in:
https://www.servicenow.com/docs/bundle/xanadu-platform-administration/page/script/server-scripting/r...
And at the end you can use the email script you created on your notification:
${mail_script:YOUR_CREATED_EMAIL_SCRIPT}
If you found this helpful, please hit the thumbs-up button and mark as correct. That helps others find their solutions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-08-2025 03:50 AM
I hope you are doing well!
Did it work ? Was my reply helpful?
If you found this helpful, please hit the thumbs-up button and mark as correct. That helps others find their solutions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-11-2025 01:49 AM
@Medi C do I need to use the same logic for the script as of the one used in "Activity Stream @Mention Email".can you please help me in creating the script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-07-2025 01:09 AM
then do this
1) ensure the OOTB notification "Activity Stream @Mention Email" doesn't trigger for your dmn_demand table
Do this and save
2) Change the condition to this Table = dmn_demand, Change the Name and Click Insert and Stay and then add your own content in this newly created notification
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader