Quantcast
Channel: Microsoft Dynamics 365 Community
Viewing all articles
Browse latest Browse all 60373

Short code: name of current user

$
0
0
The old fashioned way to get the name of the current user is to select the record from UserInfo: UserInfo userInfo; select firstOnly name from userInfo where userInfo.id == curUserId(); Instead...(read more)

Viewing all articles
Browse latest Browse all 60373

Trending Articles