asked on June 9, 2016
•
Show version history
Hello! I'm trying to create a custom Web Access button to get the active username of the user that clicked the button. Using the code samples in EDM 302: Advanced Web Customizations, I think I'm close.
I know how to get the user's connection using:
WebAccessSession WASession = WebAccessSession.GetSessionObject();
But now what? I don't see anything in the `WebAccessSession` object that returns the user's name. Any ideas?
(To be clear, I just need the user's name as string, I don't need the user object.)
0
0