Tagged Questions
0
votes
1answer
357 views
Logical AND ,OR CAML Query not working in External List
I am using ClientContext Class and CAML query to retrieve items from External List in sharepoint 2010.I have built the query with Logical AND Condition in CAML Query like this
string sDataFilter ...
0
votes
1answer
1k views
ECMAScript Client OM with External List
In SharePoint 2010, for a regular "custom" list calling SP.ListOperation.Selection.getSelectedItems() using the ECMAScript client object model returns an array of item IDs. These IDs correspond to the ...