System.User createdDate visibility settings

0
Hi All, I want to show System.User 'createdDate' on a page for Admin. This is successful for System.User's attributes (eg LastLogin, etc..) But it doesn't work for createdDate and changedDate. That admin role has the access to manage other users. I can say show these two on the page, I don't get any errors. But they do not appear on the page. Is there a point I missed about this? I can add an attribute to Account and give User's createdDate in event handlers with 'After Create'. But it seems unnecessary to do it this way if there is another solution.
asked
1 answers
0

It seems that access to System members is not to other users other then themselves.

Also see: https://forum.mendix.com/link/questions/103730

Storing it in another attribute might do the trick like you mentioned yourself

answered