How do I identify the username of the current, logged-in user via Javascript?
The current logged-in user is available in Javascript within the $C.USERNAME global variable. Example:
alert($C.USERNAME);
The current logged-in user is available in Javascript within the $C.USERNAME global variable. Example:
alert($C.USERNAME);
Hi , how about the role of the user?