GetCurrentProfile
Function that returns the profile name of the current user that is logged in.
Syntax:
String
GetCurrentProfile();
Return the profile
name of the current user that is logged in.
Return:
Return a String value with the profile name of the current user that is logged in.
Example:
Get the profile name of the current user that is logged in and set to the "Profile" tag.
@Profile = SVSecurity.GetCurrentProfile(); |