- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2024 03:10 PM
Hi,
I have an SLA defined for incident table. The SLA is defined to be paused when the the incident state is changed to "On Hold".
This is working fine so far.
I also have an OLA defined for incident_task table.
The OLA is defined to be paused when the the parent incident state is changed to "On Hold":
Incident.Incident state is On Hold
This is not working. The OLA is not pausing when the parent incident changes to On Hold.
What can I do?
Thanks
When I change the incident state
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2024 07:11 AM
As a work-around I had to create a custom business rule on incident table. When incident state changes from In Progress to OnHold, I change the incident_task state to Pending, and viceversa, when the incident state changes from OnHold to InProgress then I change the incident_task state to Open.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2024 05:59 PM
Please check this article may be some business rule restrict that
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0745555
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2024 03:06 PM
Hi,
Thanks for your response.
I don't have script includes.
I do have custom business rules on incident_table. I changes the order but didn't work. I even deactivated, but it is still not working
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2024 11:37 PM
Hi @jose_quinonez ,
Have you ensured to set the condition correct? Please also note, that there is an automated synchronization between states on parent / child incidents:
If my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.
best regards
Anders
If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.
Best regards
Anders
Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2024 02:39 PM
Hi Anders,
Thank you for your response.
The problem is not about a parent-child incidents, but about a change in an incident that does not reflect on the incident_task sla.
Thanks