SERVICENOW_8 Error Code
gs.getUser()
or gs.getUserID()
functions.user_id
variable instead for better performance and compatibility.gs.getUser()
or gs.getUserID()
with the pre-defined user_id
variable in your scripted user criteria.user_id
variable contains the user sys_id against whom the evaluation is happening and is available by default in the script context.user_id
instead of calling session APIs.