- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2025 04:51 AM - edited 03-13-2025 05:03 AM
I have a BR1 on the incident which validate the field on the form on while state changes to resolve and it throw an error if it fails and abort the action. Now there is an OOTB BR2 (caller close)on the same condition that when state changes to resolve it shows an info message as incident has approved ( for caller) but ,
when the end user tries to resolve the incident by UI action the both BRs getting executed. Even after set abort action in BR1 when it fails still it the BR2 runs and an info message is getting populated how can we avoid this info message when BR1 aborted.
@Atul5
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2025 06:34 AM
Why not make it one BR? When state changes to closed and triggered by caller, all is fine, if not, check for the field and abort.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2025 06:51 AM
both the business rules will trigger if condition matches.
I agree with @Mark Manders why not merge both and discuss with customer what they exactly want
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2025 06:59 AM
Thanks for reply but cant we control this behavior without merging. Is there anyother approach? because if more requirements comes up related to BR we need to add all those here in the same business right? if not wrong?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2025 06:34 AM
Why not make it one BR? When state changes to closed and triggered by caller, all is fine, if not, check for the field and abort.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2025 06:59 AM
Thanks for reply but cant we control this behavior without merging. Is there anyother approach? because if more requirements comes up related to BR we need to add all those here in the same business right? if not wrong?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2025 06:51 AM
both the business rules will trigger if condition matches.
I agree with @Mark Manders why not merge both and discuss with customer what they exactly want
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader