Tagged Questions

0
votes
3answers
40 views

CAML Query find records where parameter does not exist?

I have a sharepoint list which has several fields. It seems that when a field is left blank on one of the records - that attribute is missing on the field when I query the list us …
0
votes
1answer
9 views

CAML Query Documents for Workflows

Hi All, I'm using Sharepoint 2007. Is there a way to CAML query documents (in this example with a ContentType of Invoice) that do not have any workflows assigned to them? I realiz …
0
votes
1answer
108 views

Determine the Next SPListItem ID in a MOSS SPList?

Hi, I am trying to determine what the ID of the next list item to be created in a MOSS list will be. Is there any way of doing this? Thanks, MagicAndi
1
vote
2answers
50 views

Retrieve all Master Pages for a SharePoint Site?

Hi, How can I determine programmatically what master pages (custom and OOTB) that are available for to use for a web site in SharePoint? Thanks, MagicAndi
2
votes
4answers
159 views

CAML query that includes folders in result set

I'm trying to write a CAML query that executes against a specific SPList, scoped to a specific folder, recursive from that point, and returns all ListItems (which meet a criteria) …
0
votes
3answers
382 views

Sharepoint Deleting an Item from a list using UpdateListItems WebService

I am trying to delete an item from a list and have the following xml <Batch PreCalc='TRUE' OnError='Continue'> <Method ID='1' Cmd='Delete'>\ <Field Name …
0
votes
0answers
9 views

Accessing last record in a sharepoint list via CAML query

hi,i ve some problem in accessing last record from sharepoint list through CAML query,can any one help me in this regrad;i have a sample list called 'MainHeads' which contains the …
0
votes
1answer
49 views

Get items from sharepoint list by Title field with ignore care using Caml or SPQuery

I want to get data from SharePoint List using CAML and filtered by Title with ignore case like <Query> <Where> <Eq> <FieldRef Name='Title' / …
0
votes
1answer
84 views

WSS GetListItems Not Returning Folders without Inherited Permissions when Calling with GUID

WSS 3.0 List Service I am running GetListItems() on a Picture Library (name Pictures) using the follow CAML query: <Query> </Query> <ViewFields> <FieldRe …
1
vote
2answers
159 views

SharePoint List View - DateTime in the Query String

I am writing a view for a list of events in SharePoint (Schema.xml) and I want to filter the results according to a DateTime (i.e. only display the events that start between 2 date …
0
votes
1answer
59 views

How to filter list using CAML query from a custom search field?

Hi, Background I'm configuring a custom WSS application that focuses around one main list. I want to replace the top sharepoint search box with my custom search. After clicking o …
0
votes
3answers
39 views

SharePoint CAML search on Modified By

What do I use in the value to return results using the following CAML query in MOSS2007? The query is currently not returning any results. I have tried using the Account Name and …
0
votes
1answer
54 views

SharePoint CAML OrderBy Modified does not work

I have made a query against a list. I want to get the last modified item which meets a certain condition, and my query looks like this: <Query><OrderBy><FieldRef N …
0
votes
0answers
21 views

Sharepoint: How to refresh the SpNavigationNodeCollection?

Hi, I have a Sharepoint 2007 website. As you know,in settings users can order the sites and pages as they want in exploration, and then you can get these items with this order wit …
0
votes
1answer
179 views

Sharepoint ListTemplate Multiple Content Types - Ref Fields

I am trying to create a list template in SharePoint Feature using CAML. I have two content types "News" and "News Release" they both share two fields called Overview and Descriptio …

1 2 3 4 next
15 30 50 per page