Sharepoint Update -list line Items without 365office activity

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

@karunsingh

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

1 Like