entity system member

0
hello experts, about system member (owner), i need to now which of below is the correct answer :     Object id for logged-in user will be store in system owner who created object Object id for Adminstration.account will be store in system owner who created object when i debug in platform , the data store in owner is the account id is that right ?    
asked
2 answers
4

Hi Deena,

By checking the awner option, Mendix stores the ID of the current logged-in user, who created the object,

so, 1. will be the correct answer,

Hope it helps!

answered
0

The Administration.Account entity is a specialization of System.User, which means they will have the same ID. When creating a new object, Mendix will store the ID of the Account/User the user is signed in with, as owner.

answered