views:

294

answers:

1

Hello,

I know a similar question has already been asked, but that retrieves all the items for Choice field using Sharepoint Object Model. I dont have object model available to me. I want to do this using CAML or something. I couldnt figure out a CAML query to get all the items for a choice field.

Any pointers in the right direction will be really appreciated.

Regards.

+1  A: 

Can you use web service calls? This thread explains reading multi-choice choices from a web service: http://social.msdn.microsoft.com/Forums/en/sharepointdevelopment/thread/04a00936-7102-4ddc-aa7d-0be7e14e7692 This follow-up post might be useful, too: http://mysharepointwork.blogspot.com/2009/10/sharepoint-web-services-get-choice.html

naivists
Web services are the only way I can think of to get the choices without using the object model.
Kit Menke
Yes I can use web service calls. Thanks for the tip. Works like a charm :)
shaibee