Sync Comments Between SCTASK and RITM
Overview
This document describes the solution for bi-directional syncing of comments between ServiceNow sc_task (SCTASK) records and their parent sc_req_item (RITM) records.
Two Business Rules are used to keep comments in sync:
Copy Comments from SCTASK to RITM
Triggered when a comment is added on an SCTASK. The comment is copied to the parent RITM if it is not already present.Copy Comments from RITM to SCTASK
Triggered when a comment is added on an RITM. The comment is copied to all active SCTASKs linked to that RITM if it is not already present.
Problem Statement
By default, comments in ServiceNow do not automatically propagate between related SCTASK and RITM records. This can lead to:
- Incomplete communication between requesters and fulfillers.
- The need for manual duplication of comments.
- Potential delays or misunderstandings in request fulfillment.
The goal of this solution is to automatically keep comments synchronized in both directions, reducing manual effort and ensuring consistent communication.
| |