Hi,
i'm facing a problem.
i've made a collection named "colOwnersByPrd" that store the Owner value of record selected in a combobox.
I have a button "Search" and when i click on it, it supposed to filter a gallery that contain users from the systemuser entity. To do that, i'm trying to show only users where the guid is in the collection "colOwnersByPrd".
The problem is "colOwnersByPrd" result is a record type and the criteria of my filter doesn't match between guid and record type.
Here's the collection "colOwnersByPrd" definition :
Here's the filter code :
The message is "Cannot convert this Guid to Record".
Utilisateur is the keyprimary of the Systemuser entity.
How can i retrieve systemusers where the guid is IN my collection "colOwnersByPrd" ?
Many thanks for your help.