Issue
Scripted User Criteria not working when using the gs.getUser function
Cause
Scripted User Criteria are cached after being run, when they use gs.getUser.
Resolution
- User Criteria are not working when they use gs.getUser in the script.
- This is because when gs.getUser is used, the scripted User Criteria get cached after running once.
- If we remove the scripted Criteria and directly add the users, it will work
- To avoid this, the customer can use Extended user Criteria
Related Links
user_criteria,Scripted_getuser_criteria