- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2024 12:38 AM
Hello everyone!
I've been studying the gs.getUser().getLocation() on my PDI as a system administrator. I've assigned a random location to the system administrator, but it's still not showing any results. Not only that, but I've changed locations three times and still no difference in the final result. Does anyone know why I'm not getting anything?
Best Regards,
Joana Fernandes
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2024 12:30 PM
The only documentation in can find for getLocation is in GlideRecord. It does not seem to be a valid function under GlideSystem. Also it brings back the location of the record rather then the location in the user records.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2024 12:30 PM
The only documentation in can find for getLocation is in GlideRecord. It does not seem to be a valid function under GlideSystem. Also it brings back the location of the record rather then the location in the user records.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2024 07:18 PM
Thank you for the help Brian!