[1.0/1.1] error in accessing the document library items
Hi,
I have a web service that access and get items in the sharepoint document library. The error says NO such field name found.
When I view the document library in the eidit dataset the field name is NAME but when i download a caml builer and browse my document library. No field with the name of NAME.
Is anyone encounter. pls give a solution.
Thanks,
Popkie
Re: [1.0/1.1] error in accessing the document library items
Name would be the "display name" for the field - you'll probably find it has a prefix and/or suffix (e.g. if there's a special character, it'll be replaced with it's hex code).
Your CAML builder should list all the fields - find the field with the value "Name" within it and there ya go
Re: [1.0/1.1] error in accessing the document library items
In the caml builder I can found only title field but in the edit dataset page there's no title field. No name field found in the caml builder.