How to achieve when comments added on open request from the portal should appear on RITM form.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2025 05:11 AM
Hello team,
I want to write a business rule for when we add comments on open request from the portal, it should appear on the corresponding RITM record activity log as an additional comment.
Please help me to achieve this.
Regards,
Shivani
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2025 05:23 AM
so what did you configure, share script etc along with screenshots
what didn't work?
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2025 05:33 AM
Hello @Ankur Bawiskar
Hope you are doing good!
As i am new to servicenow development and not having much knowledge on writing scripts can you help me to write script for business rule.
I couldn't able to find any suggestions in community as well. I haven't configured for now.
Kindly suggest.
Regards
Shivani
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2025 05:36 AM
If you don't start from your side you won't learn. I will suggest you to try this on your own as it will improve your developer skills.
Let me guide you and you should be able to achieve this.
1) you can have after update BR on sc_request table with condition as Comments changes
2) then within BR script, query sc_req_item table with this REQ and update the additional comment
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2025 07:31 PM
Hope you are doing good.
Did my reply answer your question?
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader