Approval State : RITM Linked to Case transform comment into work notes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2025 08:06 AM
Hi,
We have the CSM Portal on Servicenow.
On the Customer service catalog, we have an item that require approval.
When an item is ordered on CSM portal, a Case is created as well and the REQ is attached to the case.
Now, lets say that the approver need more informations and comments on the ritm with the additional comments fields (customer visible) before approving or refusing the ritm, the comments is copied on the parent Case BUT as a Work notes. So Customer can not see the comment.
I can't find where this this process is made to understand the logic be
regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2025 08:32 AM - edited 03-17-2025 08:40 AM
Hello @Nico12
Look for Business Rules with table sc_req_item or sc_req or sn_customerservice_case to identify the one and understand the logic if it contains
.comments = additional comments
Hope that helps!
Hope that helps!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2025 08:53 AM
I don't suggest business rule on request table you can create flow for it that is a good option.
please mark it helpful if it helps!!