- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2025 07:56 AM
In the ServiceNow Employee Self-Service (ESS) My Task widget, when an approval is rejected, the entered comment is added to the RITM record instead of the Approval record
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2025 11:05 PM
Hi @suhaibs ,
This is OOB behavior. But to do the same you can write Before insert/Update BR on RITM Table Like below:
Condition: additional comments changes!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2025 04:03 AM
To avoid copying the comments from RITM to Approval record , you can add condition like below
Reason for rejection is automate text prefix which appears on the ritm comments once the approval is rejected! Just tried this and it works . Only when the approval is rejected the comments appear on the approval record.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2025 11:05 PM
Hi @suhaibs ,
This is OOB behavior. But to do the same you can write Before insert/Update BR on RITM Table Like below:
Condition: additional comments changes!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2025 02:02 AM
Thanks for the suggestion
But the problem in this solution is that it simply triggers whenever the RITM comments change, it could lead to a situation where any comment added to the RITM is copied to the Approval record. This could be problematic if you only want the comments to sync when there is a rejection or another specific approval action, rather than on every change to the RITM's comments
The reason I raised this question is that whenever an approval is rejected from the MyTask widget, an approval rejection email is sent, but the comment field remains empty. This happens because when a user rejects the approval, the comment is added to the RITM record instead of the Approval record
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2025 04:03 AM
To avoid copying the comments from RITM to Approval record , you can add condition like below
Reason for rejection is automate text prefix which appears on the ritm comments once the approval is rejected! Just tried this and it works . Only when the approval is rejected the comments appear on the approval record.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2025 10:58 PM
Hey, could you confirm if this solves your problem?
Let me know!