Dynamics Ax 2009 UserInfo

In Ax 2009, user details can be retrieved from UserInfo Table and the Groups to which a user belongs can be retrieved from UserGroupList.

These table can be seen in AOT-> System Documentation → Tables. To find the users Last Login Date and Time, use the sysUserLog table and access the first record where the sysUserLog .Type == SysLogType::Login;

You can use CurUser() method to get the Login User Info.

Regards,

Janak Talekar