- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2022 05:41 AM
Hello,
As per my requirement I created an approval notification for change request. There are two links mailto.approve and mailto.reject links present in the notification. So whenever this notification is triggered to the approvers they can either accept or reject the request. These links opens an email with subject- accept/reject and the mail is sent to system.
The OOB Inbound action -'Update Approval Request' is not changing the state on the change form.
Do I have to configure the Inbound action before using it, or are any other customizations required,or is it my instance problem.
Need help as I am new to this concept.
Thanking in Advance
Ad
Solved! Go to Solution.
- Labels:
-
Personal Developer Instance

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2022 02:34 AM
Hi,
I guess this is because of the Approval email notification. You must be sending Approval email for your change on Change Request table.
The inbound action is for Approval <sysapproval_approver> table. The incoming email is matching for the record in change request.
If you want to use OOB inbound action then you need to change table of your Approval email from change_request to sysapproval_approver. And make required changes to email body.
Thanks,
Anil Lande
Thanks
Anil Lande

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2022 02:34 AM
Hi,
I guess this is because of the Approval email notification. You must be sending Approval email for your change on Change Request table.
The inbound action is for Approval <sysapproval_approver> table. The incoming email is matching for the record in change request.
If you want to use OOB inbound action then you need to change table of your Approval email from change_request to sysapproval_approver. And make required changes to email body.
Thanks,
Anil Lande
Thanks
Anil Lande
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2022 06:05 AM
It worked for approval table. Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2024 12:39 PM
I have encountered the same issue. But after changing the table from request table to approval table still got same issue.
Can you please help what happened