i
User
Access methods are used to retrieve items or access specific functionalities.
Class methods are specific to each element, facilitating their management and incorporating their own behavior.
Access Method
Name |
Description |
Result |
---|---|---|
$d.getCurrentUser() |
Returns the current user. |
User |
Class Methods
Name |
Description |
Result |
---|---|---|
getLanguage() |
Returns the configured language of the user. |
“es_AR” | “en_US” | “pt_BR” |
getLastName() |
Returns the user last name. |
String |
getName() |
Returns the username. |
String |
getUsername() |
Returns the code of the logged in user. |
String |