gs,getUserId returns wrong value in ACL while impersonating
Hello Guys, I'm trying to check if the Requested by user is the same loggedIn user so i checked this in the ACL but gs.getUserID returns my ID not the impersonated user here's the code : (function () { var userId = gs.getUserID(); var internalUserI...