Hi All,
Can anyone Please suggest how can i update Microsoft list line item on SharePoint using CAML query or any Other options . as i have tried few CAML queries and its not working as expected. TIA… Pls give suggestion…
karuna Singh
Hi All,
Can anyone Please suggest how can i update Microsoft list line item on SharePoint using CAML query or any Other options . as i have tried few CAML queries and its not working as expected. TIA… Pls give suggestion…
karuna Singh
This is how you build a caml query…follow the syntax for more details check below
<Query><Where><Eq><FieldRef Name ='InvoiceID'/><Value Type='Text'>1234</Value></Eq></Where></Query>
This filters InvoiceID column iwth 1234 and returns the results
Cheers
thank u i will try this