September 2017
Intermediate to advanced
408 pages
9h 25m
English
The gs.getUserNameByUserID() method of the GlideSystem class can be used to determine the username of a user by his sys_id.
Usage:
gs.getUserNameByUserID(String sys_id); //return the username if the user with matching sys_id exist
Example:
varuser_sys_id = gs.getUserID(); gs.getUserNameByUserID(user_sys_id);
Read now
Unlock full access