开发者

Is there a tool to change a CAML query and bind it to its view?

开发者 https://www.devze.com 2023-02-07 09:41 出处:网络
I created a view in a Sharepoint 2007 (SP) list, I included some filters in this view. Internally, SP have generated a CAML. I need to change this generated CAML and include more complex conditions in

I created a view in a Sharepoint 2007 (SP) list, I included some filters in this view. Internally, SP have generated a CAML. I need to change this generated CAML and include more complex conditions in the where clause, after t开发者_StackOverflowhat, I have to save it to the view and then, test the results.

Is there a tool that let me do this?


Dunno if this helps - for Development using SP Web Services, we previously used the U2U CAML generator on MOSS2007.

However, it seems there is a new tool on CodePlex - CAML Generator

But I haven't developed in SP for a while tho ...


If you are talking about a tool that is an advanced version of the out of the box ViewEdit.aspx page, I do not know that such a tool exists.

If you want to create a custom List Definition, then I would WSPBuilder or STSDEV to create the feature and solution package for your custom List Definition containing the CAML generated by the U2U CAML Query Builder.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号