OOB Inbound Action- Update Approval Request

Aditya2
Kilo Expert

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

 

1 ACCEPTED SOLUTION

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

Please appreciate the efforts of community contributors by marking appropriate response as correct answer and helpful, this may help other community users to follow correct solution in future.
Thanks
Anil Lande

View solution in original post

12 REPLIES 12

All the approvers received the Approve/reject mail.

 

Have you tried the links? when user click on link when they receive in mailbox, it should generate reply and user need to send that to servicenow.

ServiceNow will receive approve/reject email from user and update record state.

 

Thanks,
Ail Lande

Please appreciate the efforts of community contributors by marking appropriate response as correct answer and helpful, this may help other community users to follow correct solution in future.
Thanks
Anil Lande

find_real_file.png

I have requested for approval

find_real_file.pngI have also replied through my email id

find_real_file.png

This is oob inbound action.

I have also checked the properties. It looks fine.

find_real_file.png

So why is it not reflecting in the Approval state?

 

Hi,

Can you please share email logs.

Please check related list, it will help you to understand which inbound action is processed and which one is skipped.

find_real_file.png

 

Also you can put logs in inbound script and try to print values like subject, email etc.

 

Thanks,
Anil Lande

Please appreciate the efforts of community contributors by marking appropriate response as correct answer and helpful, this may help other community users to follow correct solution in future.
Thanks
Anil Lande

find_real_file.png

Skipped Update Approval Request

find_real_file.png

How can this be solved?