- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2025 09:01 PM
I have created a BR to track our FCR in the incident table. The BR executes as expected on Default view, however when i create a incident record in the SOW it sets the wrong value. I can't figure it out why since all conditions are met. The field will correct update when the record goes from Resolved to closed, but from insert or update to Resolved it sets the value to "FCR not achieved" which should since the criteria are the same.
Here its my script for the BR:
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2025 10:35 PM
@mcroxall - Please set the order for your business rule to 999 and check.
When the BR order is 100 then it is not setting the resolved by value when this BR is triggered from SOW. Please check.
Thanks & Regards,
Vasanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2025 10:15 PM
its triggering, but its putting the wrong value when the record is created in SOW.
it works perfectly when i create the record using default view.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2025 11:33 PM
did you see logs came till which line?
share the results
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2025 09:51 PM
Hello @mcroxall
Get the url of the record and check if it contains "sysparm_view == sow"
Include this above your whole script and it will trigger for sow as well.
Kindly mark my answer as helpful and accept solution if it helped you in anyway. This will help me be recognized for the efforts and also move this questions from unsolved to solved bucket.
Regards,
Shivalika
My LinkedIn - https://www.linkedin.com/in/shivalika-gupta-540346194
My youtube - https://youtube.com/playlist?list=PLsHuNzTdkE5Cn4PyS7HdV0Vg8JsfdgQlA&si=0WynLcOwNeEISQCY
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2025 09:57 PM
i am not sure i understand - this is the URL for a record created in SOW
https://xxxxxxxxxxx.service-now.com/now/sow/record/incident/6ae17dadfbbc621040e7f8d505efdc63/params/...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2025 10:02 PM
Hello @mcroxall
You are giving me the link of record from "Service Operations Workspace"
BR doesn't understands that, for it there is only VIEW. I am not sure if you have seen but we do have "Service Operations Workspace" as a "View".
Additionally we also have "Service Operations Workspace New Record" - as a View for new records in SOW.
So BR and all the things on server only recognize this.
That's the reason, I told you to fetch the "record url" first, and then check if it contains "sysparm_view == 'sow') - in OOB that is the backend name of this view, then it will run.
Hope this answers your queries.
Kindly mark my answer as helpful and accept solution if it helped you in anyway. This will help me be recognized for the efforts and also move this questions from unsolved to solved bucket.
Regards,
Shivalika
My LinkedIn - https://www.linkedin.com/in/shivalika-gupta-540346194
My youtube - https://youtube.com/playlist?list=PLsHuNzTdkE5Cn4PyS7HdV0Vg8JsfdgQlA&si=0WynLcOwNeEISQCY