Question:
How can I tell which are the attributes of the user currently logged in the system?
Solution:
Whenever a user logs in the system via Login() function, the following application’s properties are updated:
- userName: name of the user currently logged in. Empty if no user is logged in.
- userAccessLevel: access level of the user currently logged in. Empty if no user is logged in.
- userLogin: login of the user currently logged in. This is the value informed in the Login() dialog. Empty if no user is logged in.