Typeahead filtering - can't restrict user selection to within one group
Hi all,
I can't get it to work so decided to reach out for some expert help !
I'm using a 'typeahead' field in a custom form to allow users to select someone from a particular group that they have been working with.
So the Typeahead 'Referenced Object Type' is User
I then want to limit the user names selectable to only those in one 'group'
so I add this into the filter to specify the group
group:ID=66d8ccc9005443e4cb8c60dd1b292bb4
group:ID_Mod=in
But it doesn't work.
They are of course not selecting a group from the typeahead - but I thought this text mode was appropriate.
Or do I have to relate it back up a level to the user - using EXISTS:
Thanks in advance