- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2023 09:21 AM
Hello,
I created a business rule that runs against the Reassignment History (u_reassignment_history) table.
The condition that I need to trigger against is when the new assignment value is "App Eng"
Here is what I added to the advance condition field:
current.u_new_value == 'App Eng'
App Eng is the name of the assignment group. Please see my image to review my business rule:
NOTE - I have a larger script but for now I just have the log statement just to see if the business rule gets triggered by my condition. So far it isn't working.
I want the business rule to be triggered anytime I change from one assignment group to "App Eng"
Is my condition formatted correctly?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2023 10:18 AM - edited 11-29-2023 10:20 AM
You can dot walk from there - go to the bottom of the drop down - show related fields

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2023 09:29 AM
Hi there,
"App Eng is the name of the assignment group"
So is this field a string field or a reference field? Asking because you do mention assignment group, usually that would be a reference field. With that... a sys_id! So you would need to check on the sys_id, not on the name.
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2023 09:59 AM
Hey @Mark Roethof and @H S B I just checked and its a reference field. I captured the sysID for App Eng and I set the condition to: current.u_new_value == '953eef776fa4c2401440523e5d3ee4ce'
see image below:
However, I'm still not seeing my log even though you can see that I updated this recent record to App Eng as New Value -
Any ideas?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2023 10:06 AM
How does the When to run section look like?
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2023 10:10 AM