- 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-27-2025 11:09 PM
Hey Twinkle,
Thanks for the solution you provided—it really helped me! I was wondering, though, is this the only way to solve it? Is there any way to configure the widget itself because when i tried for change record approval this time without need of any configuration, the comment appeared in the approval record, unlike with the RITM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2025 11:17 PM
Configuraing the widget I think wouldnt be of any help as Change /RITM approvals (and every other approval) is using same widget. For change request there must be a BR written in the Backend. You can try and see if there's any BR written . Writing BR is also a better option then to configure a Widget.
Is there any problem you see with using a BR ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2025 11:31 PM
Thank you for your help! I’ve accepted your solution. If any questions arise, I shall ask again
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2025 04:44 AM
I think this should be fixed by ServiceNow. I don't see any reason why the comments should not be present at approval record.
Whether it should or shouldn't be copied to the related record is another question. But the comment should be filled in approval record.