system.perspective.getSessionInfo(username) to get current username?

I set up this function and was only able to get it to retrieve a whole array of usernames currently logged in and a bunch of other information that I am not looking for. What is the easiest way to retrieve the current username enacting something on the client? I’m looking to integrate the username into a dataset for their in-house note-keeping.

You want to use session properties.

2 Likes