stop sla on incident task when incident priority is not p1 or P2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2024 07:53 AM
Hello everyone can someone guide me through this need i want to stop sla on incident task when incident priority is not p1 or P2. ( i tried to dot walk the field incident in incident task but not working)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2024 04:15 AM - edited 10-21-2024 04:54 AM
Hi AnderBGS,
As per my info Dot walking should not be used in SLA start, stop conditions. Please see KB below:-
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0827004
I may not be correct but just wanted to learn more, please share your views.
Regards,
Nikhil Bajaj
Regards,
Nikhil Bajaj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2024 05:41 AM
Hi @Nikhil Bajaj9 ,
I agree that it's not best practice. In general I would never depend task SLA on the RITM/INC but only on task level. According to the requirement, there could also be a custom field on task level where a business rule update priority from RITM to task... but again, this is neither best recommendations / solutions.
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
10-21-2024 04:25 AM
The issue is you are creating the SLA on INC task table and want to put the condition based on Incident task. The solution provide by @AndersBGS must work but it is not best practice as suggested by @Nikhil Bajaj9 So what you can do
Either create a SLA on INC task and use INC task priority or
create a new field on INC Task table and copy INC priority and without dotwalk use it m but it will be customization. This is not a good solution but a workaround.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************