Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
#Automation
Hi:
There is a function that I can use from a javascript block that returns the current portal username ?
Thanks Edgardo
You can use this expression in your script block:
var userId = "#{facesContext.externalContext.remoteUser}";