Create a button inside email notification by clicking on that button i should be taken to the particular record.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-20-2020 08:20 AM
Hi All,
I have created a custom table. and the requirement is if i submit the record in that custom table, a notification should be triggered and when i open that notification it should have a button named "take me to the record" when i click on that button it should take to that particular record.
Anybody has done anything similar to this?
Thanks and Regards,
Arpita

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-20-2020 08:26 AM
Try with the sample provided in the below link, you can achieve this through email scripts.
https://www.servicenowguru.com/system-definition/email-notifications-system-definition/approval-emai...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-20-2020 08:49 AM
Take a look at OOB notification on Incident table, you'll have a mailscript called take_me_to_incident.
You can mimic that functionality and create one for your custom record.
Please mark my response as correct and helpful if it helped solved your question.
-Thanks