Hello …
Trying get “LastAccessedDateTime” from user Profile using function at Global Code :
// Get current user last access data
function CurrentUserLastAccessData()
{
return Profile()->get("LastAccessedDateTime") ?? CurrentDate() ;
}
But I got empty string while there is a date and time value at user profile field , did I missed something ?
Thanx …