- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2024 05:55 PM
Hello,
The following info. message were triggered when a RITM gets approved or rejected. Could someone please let me know what is the name of the object that fired those messages. This is for educational purposes. Thank you
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2024 06:53 PM
Hi,
That is triggered by the approval record on the sysapproval_approver table.
When a approval record is approved or rejected, it'll call a script include called: ApprovalUserFeedback.
Inside that script include, you'll see all the various infoMessages that are triggered.
Example:
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2024 12:38 AM
Hi @Annie10,
All you need to understand the Server and client side script. try to get the which script running whether it is server or client side. In your case it seems to be server side script then we will need to search in Business rule or script include and other server side script. if you want to search anything in Business rule then bring the script field from the gear icon and put * and search for text.
Please accept my solution if it works for you and thumps up.
Thanks
Jitendra