- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi Team,
I am trying to understand from where the Problem Fix Notes are being copied into the Incident Work Notes.
Scenario:
When an Incident is in On Hold – Awaiting Problem state, and the linked Problem record gets resolved, the Fix Notes from the Problem are automatically copied into the Work Notes of the Incident, and the Incident is then resolved.
I have been trying to identify where this behavior is being triggered from (Business Rule, Flow, Workflow, Script Include, etc.), but so far I haven’t been able to locate it.
Could you please help me identify where this update is happening?
Thanks in advance.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @pgvaishnav ,
There is a Business rule on problem table "Raise an event when State changes " which triggers an event " problem.state_change" , this event triggers a script action " Update Incident when Problem closes", which updates the fields on incident which you were mentioning above.
Thank you
Pushpaka
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @pgvaishnav
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0955987
Refer this article
Regards,
Poonkodi
