
Announcements
I have the following problem with user I would
like to get to Team and extract the post offices
via teammemembership_association.
I am using the following statement with a Filter
ClearCollect(UfPo;
Filter(Utenti;systemuserid=MyUserid))
But if i do
ClearCollect(UfPo;
Filter(Utenti;systemuserid=MyUserid).'Team (teammembership_association)'.'Ufficio Postale')
goes wrong.
Can you help me?
Thanks
Hi @BlackRos,
"teammembership_association" is the many to many "N-N" entity that associates users to teams. You will not be able to retrieve the offices from there. Many teams can be associated to a user. Are the offices custom fields on (or a custom entity related to ) Team entity?