Redirect email to the approval record
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-30-2022 02:23 AM
Hi ,
I have created a notification to send to users manager and in the email i want a link which takes managers to the current approval record. Currently i have added "Click here to view Approval Request: ${URI+&sysparm_record_target=sysapproval_approver}" this to the notification which redirects to the current record as below:
but i want it to get redirected to the managers approval of the current record where manager gets button to approve and reject as below page :
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-30-2022 02:43 AM - edited ‎10-30-2022 02:50 AM
Hi @Divya choudhary
Did you created the notification on approval table or user skill table?
Murthy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-30-2022 08:40 AM
Approval table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-30-2022 08:42 AM
Sorry i mean i have created notification in Skill table and the email template in approval table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-30-2022 08:06 AM
Hello,
I believe the Notification is created on Skill table so it is redirecting back to Skill table.
You have two ways to combat this:-
1) Change the notification table to sysapproval_approver
OR
2) Keep the table as skill and create a notification email script where you create the link on where to redirect the user and call the mail script in the notification.
Please mark my answer as correct based on Impact.