- 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-30-2023 05:10 AM
I guess you missed to mention this DOT WALK part even in your question which led to the confusion.
If you had mentioned you are trying to put condition on 'current.task.active' field & not able to do it via Condition builder, it would have been more clear.
Cheers its sorted finally.