- 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 10:09 AM - edited 11-29-2023 10:14 AM
if this is custom app (from what i can see it is NOT) gs.info() wont work.
So, your BR - set it onBefore, move the condition to the first tab and remove it from where it is now. From the condition builder set your condition. This way you will see if this field is there, is it reference or plain text and so forth. You just dont meet the condition you have- either coz of when to run is wrong , bad condition, typo somewhere (to remove this - change the condition to true - so you can see the message in the log always)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2023 10:16 AM
Hello @Community Alums I won't be able to use condition builder because the condition I eventually want to use will need to dot walk. I'm going to add on the following
"&& current.task.active == true"
- 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 10:21 AM
Wow, how did I miss that. Thank you so much @Community Alums
And thank you too @Mark Roethof I imagine you were going to lead me to this answer as well.
I really appreciate the quick replies!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2023 10:23 AM
Welcome 🙂