The Field changes in Activity Stream for RITM tickets creates duplicate record
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2024 11:31 AM
Hi guys!
Good day! Can someone please help me in finding the solution with our issue regarding our RITM records?
Whenever we closed our RITM, it creates duplicate records of CLOSED COMPLETE State in the Activity Stream
I checked our flow and I can confirm that we only have 1 part on the flow that updates the RITM record and change it to Closed Complete state.
Does anyone know what's causing this duplicate and how to fix this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2024 11:58 PM
In that case there might be parallel scripts running. You can verify by filtering both Client Scripts and Business Rules with below filters:
Table is either sc_req_item OR sc_task
Script Contains: work_notes
(Also, mention - is this a new bug or existing from long time. Is this issue occurring after any recent upgrade or changes made in system)
If my response proves useful, please mark it "Accept as Solution" and "Helpful". This action benefits both the community and me.