Is my business rule condition correct?

DanielG
Tera Contributor

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.

Screenshot 2023-11-29 at 9.07.59 AM.png

 

I want the business rule to be triggered anytime I change from one assignment group to "App Eng"

Is my condition formatted correctly?

1 ACCEPTED SOLUTION

Community Alums
Not applicable

You can dot walk from there - go to the bottom of the drop down - show related fields

JoroKlifov1_0-1701282018309.png

 

View solution in original post

15 REPLIES 15

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.