to add field in email notification body from other table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2024 02:57 AM
Hi Community,
need help on email notification, to add field in the current email body from other table.
- Labels:
-
Change Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2024 07:04 AM
If it is a parent/referenced table, you can dotwalk, if it is from another table or child records and you know where to retrieve this data, you can use a mailscript to retrieve and format the data as you wish.
More information on mail scripts : https://docs.servicenow.com/bundle/washingtondc-platform-administration/page/script/server-scripting...
Regards,
Hayo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2024 07:22 AM
Hi @sureshpcse
check this solution:
……………………………………………………………………………………………………
Please Mark it helpful 👍and Accept Solution!✔️! If this helps you!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2024 07:43 AM
Hi @sureshpcse,
Check out the below link on Notification Email Scripts. These are essentially where you are able to query the data and perform GlideRecord lookups etc and pass these back to the notification.
This is best practice. https://developer.servicenow.com/dev.do#!/learn/learning-plans/washingtondc/servicenow_administrator...
To help others (or for me to help you more directly), please mark this response correct by clicking on Accept as Solution and/or Kudos.
Thanks, Robbie