Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

No Fields that start with OWS_ prefix display in query result

  Asked By: Rickie Bray         Date: Aug 01, 2008      Category: Sharepoint      Views: 348
 

I have just setup a report to get data from a SharePoint list, however the results dont return any fields that start with the OWS_ prefix. I can only see lots of system fields.

Any ideas? Is it my query?

<Query>
<SoapAction>schemas.microsoft.com/.../SoapAction>
<Method Namespace="http://schemas.microsoft.com/sharepoint/soap/" Name="GetList">
<Parameters>
<Parameter Name="listName">
<DefaultValue>Announcements</DefaultValue>
</Parameter>
</Parameters>
</Method>
<ElementPath IgnoreNamespaces="True">GetListResponse{}/GetListResult{}/List/Fields/Field</ElementPath>
</Query>


Do you know someone who can help? Share a link to this thread on twitter, or facebook.

Tagged:                      

 

No Answers Found. Be the First, To Post Answer.

 


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].