StrataFrame Forum

Retrieve Users First and Last Name

http://forum.strataframe.net/Topic20825.aspx

By Paul Chase - 11/21/2008

I may be missing something but I don't see where to get the current logged in users first and last name. I am poking around in securitybasics and obviosly can get user name and pk, but don't see an easy way to get a the first and last name of the user.

I will make a user bo and fill by PK to get what I need but it would be nice if the name property's could be exposed within the security basics class unless they already are in that case show me the light!! BigGrin

Paul

By Ivan George Borges - 11/21/2008

Hi Paul.

SFSUsersBO.RetrieveFullName(UserPK, False)

By Trent L. Taylor - 11/21/2008

Ivan is on the job BigGrin