Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
getting user name
elenav
Hello,
I need to have a text field in the form when editing a DCR with the name of the user that is modifying the DCR.
I'm able to get the USER with the form API getUser IWDatacapture.getUser(). But it returns the user_code. Is there a way to get the name in letters of the user? name and surname?
Thank you very much,
Elena
Find more posts tagged with
Comments
Rick Poulin
Not directly in FormAPI.. but you could do a callserver to a script that uses the iwuseradm CLT, or an executeDatasource to a Java class that does client.getCurrentUser().getDisplayName().
elenav
Ok, thank you.
I will try with the callserver to a script that uses the iwuseradm CLT.
html.web.png
pdf.png