Tagged Questions
1
vote
1answer
224 views
FilterDefinition CamlQuery
I working with custom AlertTemplate. I only want to send an Alert if field "Beställare" or "Agent" contains my UserId I Have tried with this query, but I always get an Alert when something chanches.
...
6
votes
1answer
3k views
CAML query for field of type “Person or Group” which allows multiple selections
Consider a list which has a column of type "Person or Group" (single selection) witch contains a SharePoint group. I want to return all rows for which the group is within a list. I know the IDs of the ...