user criteria based on city
Hi, im trying to create a user criteria based on the users city, i created this script but the catalog item doesnt show up for users with this city: answer = checkLocation();function checkLocation() { var userRec = new GlideRecord('sys_user'); ...
