New Post: Count the number of items returned from a query ?
GetListItems also returns the count of items. The XML looks something like...
View ArticleNew Post: Count the number of items returned from a query ?
Thanks for the reply, I have tried the following: var sd = getUsableDate(startdate).toDateString(); var ed = getUsableDate(enddate).toDateString(); var query = "<Query>" + "<Where>" +...
View ArticleNew Post: Count the number of items returned from a query ?
Hi, never mind, its working now I fixed my CAML query. thanks for your help.
View ArticleNew Post: Count the number of items returned from a query ?
You should look at the returned XML to see what errors might be there, plus look at the Net traffic in Firebug or Fiddler. Dates need to be in ISO format. There's a function in SPServices to convert...
View ArticleNew Post: Cascading lookup - child drop-down not filtering
Has anyone figured out what is stopping the associated fields from rendering in the second drop down? I too am getting stopped at this point following the same code. Using the chrome debugger, I am...
View ArticleNew Post: Cascading lookup - child drop-down not filtering
James: This is a really old thread. Why don't you start a new one and post the code that's causing you problems? M.
View ArticleNew Post: Filtered lookup - Child Drop-down not filtering
Hi All, I have an assignment to add a Parent/Child related filtered list look-up to a document library in SP 2010. I came across SPServices while trying to work on this assignment. This post has gotten...
View ArticleNew Post: Filtered lookup - Child Drop-down not filtering
James: If the script you show above is all you are doing, then you don't need the jquery-migrate and spjs-utility references. Those have nothing to do with SPServices. I'd also suggest that you update...
View ArticleNew Post: Filtered lookup - Child Drop-down not filtering
Also, check your "relationshipWebUrl" as it will likely need tweaked whether you stick with your current method or change to the preferred "SPCascadeDropdown" method. The relationshipWebUrl should be...
View ArticleNew Post: Filtered lookup - Child Drop-down not filtering
Thanks sympmarc and Geoff for the quick responses. After testing both options, I now get the Can not find relationshipListParentColumn: AgreementParent or relationshipListChildColumn: Title message. I...
View ArticleCreated Unassigned: SPArrangeChoices Causes Failed Validation [10269]
I've got an uncustomized form with 6 columns of radio buttons. Without SPArrangeChoices, the OOTB validation works normally. With SPArrangeChoices, none of the radio buttons pass validation ("You can't...
View ArticleNew Post: Filtered lookup - Child Drop-down not filtering
Hello again. After looking into the column problem: I am still unable to figure out why it is unable to find the columns on the relationship List. This is the column name from the...
View ArticleNew Post: Adding comments to blog via SPServices
In an effort to provide a bit more customization and cleaner look and feel along with all the other goodies that SPServices provides, I've been trying to get a custom comment submission from a home...
View ArticleNew Post: Starting a SPD workflow that is bound to a content type
I am trying to initiate a SPD workflow that has been defined at the web's content type level. The workflow is associated to the content type and I can start it from the SP UI without issue. The item I...
View ArticleNew Post: How many maximum items can get using SPServices-Lists-GetListItems
Hello Team. My list is having 52000 Items in list and I am getting only 10000 Items when call GetListItems. Please help me how to retrieve all items in one call.
View ArticleNew Comment on "$().SPServices.SPRedirectWithID"
Not working with SharePoint Server 2013
View ArticleNew Post: How many maximum items can get using SPServices-Lists-GetListItems
I'm guessing you're using the "GetListItems" call? With that, you can set the "CAMLRowLimit" argument to 0 to override the chosen view's item limit setting. Setting the CAMLRowLimit to 0 instructs the...
View ArticleNew Post: How many maximum items can get using SPServices-Lists-GetListItems
So even though it's possible (as long as you don't hit thresholds), if you have the need to pull all 52 THOUSAND rows client side, you are doing it wrong. I suggest you re-assess what problem you are...
View ArticleNew Post: Help With StartWorkFlow
I would like to kick off a SP 2010 workflow associated with a content type. I'm keeping it simple, similar to this:function StartWorkflow() { var itemURL = document.getElementById("txtItemURL").value;...
View ArticleNew Comment on "$().SPServices.SPGetCurrentUser"
Hello Support, We want to use this code and it works fine in IE but it seems not to work in Safari (haven't tried other browsers) Please advise Kind regards, Mario
View Article