How to check which Business Rule runs when a specific Catalog Item was submitted from the Service Portal?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2022 09:59 AM
I have a catalog item that when submitted, a few business rules should run:
1. to update the due date and the location (office) of the RITM based on the Requested Start date in the catalog item. (before insert)
2. to update the due date of all the tasks it creates. (after insert)
For some reason unknown to me, it updates the location (office) just fine, BUT it does not update the due date. My guess is something else is overwriting my updates and I need to know what.
I know my Business Rule script works because I tested it in the Scripts Background before putting it in the Business Rule.
Is there a way to find out what rules is hijacking the due_date of my RITMs and SC_tasks?
Thanks much.
- Labels:
-
Script Debugger
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2022 10:32 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2022 06:50 AM
To identify the business rules and flows that run on a record when inserting, updating, deleting, displaying or querying the record the DevTools' WhatRuns button comes in handy.
As the name suggests it shows you what runs on a record (including business rules on parent tables).
DevTools contains a truckload of re-usable functions and features for developers.
Fork at will: