Resolved! Advanced condition in business rule is not working( two not equal to condition)
Requirement : to run BR when current logged in user is not the problem manager or not belongs to the role "thd pm admin". Advanced condition: gs.getUserID() != current.u_problem.u_problem_manager || !gs.hasRole('thd pm admin') If I give one c...
