
Get the current logged user e-mail
UserInfo userInfo;
str email;
select firstonly userInfo where userInfo.Id == curUserId();
email = userInfo.networkalias

Get the current logged user e-mail
UserInfo userInfo;
str email;
select firstonly userInfo where userInfo.Id == curUserId();
email = userInfo.networkalias
More Posts
Leave a comment