|
Jan 10 |
awarded | Scholar |
|
Jan 10 |
accepted | Finding pages that are pending approval across an entire site collection |
|
Jan 10 |
answered | Finding pages that are pending approval across an entire site collection |
|
Sep 23 |
comment |
InfoPath 2007 Web-based form reading from Bar Code Scanner I mean that you'd write that javascript somewhere near the bottom of the page. Preferably just before the </body> html tag. Really though, it would be fine anywhere after the query textbox. If you write it before, it will error because at the point when it's running the textbox doesn't exist :) |
|
Sep 22 |
awarded | Critic |
|
Sep 21 |
comment |
Sharepoint 2010 how to get all items in a folder contained in a list? No one said that this was a large list. The solution works, and I was able to provide a code example that he could use. You could have simply written a comment rather than down voting my answer. Shantha's code didn't limit the result set in any way when using the SPQuery so both our code would run at the same speed, except with mine you'd have some scope to work with so you knew which folder you were at when. At least I tried to help. Next time I won't, in fear of someone coming along and saying that it wouldn't work with 15k documents... |
|
Sep 21 |
revised |
Sharepoint 2010 how to get all items in a folder contained in a list? description of why i'm using the itemcount |
|
Sep 21 |
answered | Sharepoint 2010 how to get all items in a folder contained in a list? |
|
Sep 16 |
comment |
GetListItemChangesSinceToken query returns “Value does not fall within the expected range.” Oh yes you're right :) |
|
Sep 16 |
awarded | Teacher |
|
Sep 16 |
awarded | Editor |
|
Sep 16 |
revised |
GetListItemChangesSinceToken query returns “Value does not fall within the expected range.” added 279 characters in body |
|
Sep 16 |
comment |
GetListItemChangesSinceToken query returns “Value does not fall within the expected range.” He's not using contains is he? |
|
Sep 16 |
answered | Percentage matching of queries in sharepoint 2010 search |
|
Sep 16 |
comment |
SharePoint 2010 Document ID Link Opens to Search Page What file type is that actual document? docx, pdf, xlsx...? |
|
Sep 16 |
comment |
GetListItemChangesSinceToken query returns “Value does not fall within the expected range.” I don't think I deserve a downvote, maybe the Query is required if you say so, but the order of the CAML query definitely makes a difference: blog.henryong.com/2009/06/29/… The OP posted a query with the OrderBy clause after the Where clause. It's at least worth a try |
|
Sep 16 |
answered | GetListItemChangesSinceToken query returns “Value does not fall within the expected range.” |
|
Sep 16 |
answered | GetListItemChangesSinceToken query returns “Value does not fall within the expected range.” |
|
Sep 16 |
answered | InfoPath 2007 Web-based form reading from Bar Code Scanner |
|
Sep 15 |
comment |
Finding pages that are pending approval across an entire site collection Would this approach not be using "live" data? The index would only be updated at every incremental crawl and thus there may be new workflows made between each which would not be returned. Am I correct? Similarly, actioned workflows would still show in the list until the next incremental crawl. If so, it's not an ideal solution and I may prefer to opt for a slower, but more live one. Many thanks all the same though :) |