- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-24-2019 02:47 AM
Hello Friends,
Please help me to understand the approval process, When Service Request will be raised by a user attached workflow will add approvals to service catalog.
From approval templates, I can see that Hyperlinks will come. But not able to understand.
When this is: Click here to approve ${sysapproval}: ${mailto:mailto.approval_xyz}.
Can anyone please help me to understand this approval_xyz what is this.
Solved! Go to Solution.
- Labels:
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-24-2019 05:29 AM
HI,
To add on to what abhishek said, There is a notification configured on approval table i.e. whenever there is a approval generated notification triggered to users and then in that email notification you get this links so that user can approve there request via email using outlook.
Whenever user clicks on this links it will open outlook client and then in subject or body you get approve or reject based on what you select.
Fantastic Article : https://snprotips.com/blog/2016/1/29/approve-or-reject-with-a-single-click
Thanks,
Ashutosh Munot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-24-2019 03:20 AM
Hello Basant,
What this says is that the system will construct a mailto reply link in the email based on the ‘mailto.approval’ email template. The ‘mailto.rejection’ template serves the same purpose. Each of these two templates contains the actual text for the mailto link that pulls in the number of the task to be approved as part of the link.
For complete understanding of your code, Check out this article:
Approval Email Mailto Image Links
Please mark as Correct Answer/Helpful, if applicable.
Thanks!
Abhishek Gardade
Abhishek Gardade

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-24-2019 05:29 AM
HI,
To add on to what abhishek said, There is a notification configured on approval table i.e. whenever there is a approval generated notification triggered to users and then in that email notification you get this links so that user can approve there request via email using outlook.
Whenever user clicks on this links it will open outlook client and then in subject or body you get approve or reject based on what you select.
Fantastic Article : https://snprotips.com/blog/2016/1/29/approve-or-reject-with-a-single-click
Thanks,
Ashutosh Munot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-24-2019 11:27 PM
Hi All,
Thanks for your response.
I have read and understood about this mailto:mailto – that this’ll open email client installed in our system default outlook.
But I want to know what this is, approval_xyz and in out of the box system it’s just approve or reject .
Whenever user click on this, it’ll open email with Request No like change or Request or RITM with subject line approve or reject based on selected links.
How this is happening.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-25-2019 02:25 AM