In my project each User is a Member of a Group/Team. I am working on a datagrid that will display all objects created by people of the group that I (currentUser) am also a member of. Is it possible to select an association/reference from [CurrentUser]? My xpatch woould start as follows: owner of object -> Team = currentUser -> Team System.owner -> Team = '[%CurrentUser%]' ----> this obviously does not work