PDA

Click to See Complete Forum and Search --> : [1.0/1.1] error in accessing the document library items


popskie
Oct 16th, 2006, 04:56 AM
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

axion_sa
Oct 16th, 2006, 01:18 PM
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

popskie
Oct 16th, 2006, 09:47 PM
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.