...
Returns a profile question value from a user, or returns null if the profile item does not exist.
Info |
---|
NOTE: Profile questions for a user are configured at the role level. |
Parameters:
username (String) - The username for whom the profile belongs. If the username does not exist an exception will be thrown.
profileItemName (String) - The name of the profile question to retrieve from the user.
...