Forum Discussion
Ankush_Daga
Apr 06, 2020Copper Contributor
The attempted operation is prohibited because it exceeds the list view threshold
I am using caml query as below: "<View><Query><Where><And><Eq><FieldRef Name = 'NumericRecordId'/><Value Type = 'Integer'>xxxxxxx</Value></Eq><Eq><FieldRef Name = 'ContextId'/><Value Type = 'Inte...
Apr 07, 2020
Well, what I would recommend here is to use search API instead of doing a CAML Query
Ankush_Daga
Apr 07, 2020Copper Contributor
jcgonzalezmartin Thanks for your suggestion . can you just provide an example on how to call them with multiple parameters and integrate them?