Is System.owner of a user always himself?

0
I noticed that even if MxAdmin creates a new user via Account Overview page the owner of the new user is this new user. Actually this may be handy for searching System.User with XPath also by attributes in Administration.Account (specializations ): //System.User [ contains(Name,$currentObject/Content) or System.owner/Administration.Account[ contains(FullName,$currentObject/Content) or contains(Email,$currentObject/Content) ] ]  
asked
1 answers
5

Hello ilya basin,

In Mendix when new user is created (through MxAdmin using Account Overview page) its system.user of that object set to user themself.

Given XPath searches content whose owners Fullname,Email matches.

 

few similar questions.

Mendix Community - Question Details

 

Mendix Community - Question Details

answered