CTRLX AUTOMATION
FORUM CTRLX AUTOMATION
ctrlX World Partner Apps for ctrlX AUTOMATION
04-28-2023 09:36 PM
Hello,
how can I read the username of the logged in user using JavaScript?
Solved! Go to Solution.
05-08-2023 08:15 AM
const um = shmi.requires('visuals.session.UserManager'), user = um.currentUser; console.log("Logged in user is " + user.name);