March 2017
Beginner
358 pages
9h 51m
English
The GlideUser API class in ServiceNow provides methods that allow you to get information about the current user, their roles and permissions, and their preferences; all without needing to rely on much slower GlideRecord queries.
The GlideUser class has no constructor method, and instead it is generally declared by calling the GlideSystem method: gs.getUser(), which returns the GlideUser object.
Read now
Unlock full access