CurrentUser

Parent Previous Next

CurrentUser

Function that returns the login name of the current user that is logged in.


Syntax:

String CurrentUser();
Return the login name of the current user that is logged in.


Return:

Return a String value with the login name of the current user that is logged in.


Example:

Get the login name of the current user that is logged in and set to the "User" tag.



@user = SVSecurity.currentUser();