Hi Mates,
I am trying to featch records from SharePoint List using GetItems
I would like search on department and Designation. I would like to get Manager and Supervisor records. my query is like below but its not working its returing 0 records
Department eq 'A' and Designation eq 'Supervisor' and Designation eq 'Manager'
please let me know where i am doing mistake.
Thanks in Advance