Hello.
I`m trying to query all task lists. I have modified default Task content type to allow multiple choices for Assigned To field (Internal name - AssignedTo).
My SPSiteDataQuery fails if I specify <FieldRef Name='AssignedTo' />
(Returns no results)
If I add Nullable='TRUE'
then results are returned but AssignedTo field ends up being null for all records. If i'll add Type='UserMulti'
, that won't help.
Looks like a very nasty bug. Is there a workaround? (Well, besides looping all task lists and querying...)
Thankyou.