Commented Issue: Problem with SPCascadeDropdowns (multi-select with...
<script src="/path/to/jquery-1.7.2.min.js" type="text/javascript"></script> <script src="/path/to/jquery.SPServices-0.7.1a.js" type="text/javascript"></script><script...
View ArticleNew Post: Adding CAML Query results in no filtering at all
So, I finally figured this out. I needed to remove the <FieldRef /> near the end of the CAML query. I'm not even sure why I had that in there anyway. I also re-created the boolean field to have...
View ArticleNew Post: GetListItems - Recurring Events - DateRangesOverlap
I had to apply the hot fix before web services would recognize the CalendarDate Query Option. http://support.microsoft.com/kb/974087 1) Click on the Download hotfix link from the link off the...
View ArticleCommented Issue: Problem with SPCascadeDropdowns (multi-select with...
<script src="/path/to/jquery-1.7.2.min.js" type="text/javascript"></script> <script src="/path/to/jquery.SPServices-0.7.1a.js" type="text/javascript"></script><script...
View ArticleNew Comment on "$().SPServices.SPComplexToSimpleDropdown"
Hi Marc I'm trying to use this script on an edit form, but when the form loads the value is defaulting to the top of the list rather than the value I've selected. Any idea how to get around this?...
View ArticleNew Post: How to Write to a User Profile Property
// profile properties that are pulled in from active user var thisUsersID; var thisUsersCustomPostalCode; // hardcoded values for testing var zipPropName = "UserPostalCode"; var zipPropValue =...
View ArticleNew Post: How to Write to a User Profile Property
Two more things of note about the above example: 1. The webURL is commented out b/c I was testing on the root. Would I still need a WebURL attribute here? If so, would it point to central admin...
View ArticleNew Post: Can't get child to populate with SPCascadeDropdowns
For the life of me I can't get this working, and I'm sure it is something simple. I'm using two lists that were previously being used by the SPCD.js and it work, but I'm looking to move to SPServices....
View ArticleNew Post: Custom Form Unknown Error (ULS Errors Included) upon Item Submission.
If the dropdown isn't using the list as its source, then SPCascadeDropdowns won't work. Odds are that you're trying to set a value with a different ID than is correct. That would throw an error. M.
View ArticleNew Post: GetVersionCollection with DateTime colum returns value one day off!
And keep in mind that SPServices is simply faciliatating your call to GetVersionCollection. SPServices helps by building up the SOAP envelope and such, but the results coming back are simply what...
View ArticleNew Post: permissions problem with UpdateListItems
SPServices itself isn't going to be causing an issue here. When you make the Web Services calls, it's always in the context of the current user. If the current user can't do exactly the same thing...
View ArticleNew Post: How to "reset" fetching results for SPCascadeDropdowns
Hi :) first at all I want to thank you all for those wonderful scripts. They made my worklife so much easier! But here is my question: Is it possible to retrigger the fetching of results for...
View ArticleReleased: SPServices 0.7.2 BETA (Aug 16, 2012)
This release is in an pre-release state. Please only download it if you know what you are getting and are willing to test it. In any case, it's a bad idea to use any release with the word ALPHA or...
View ArticleUpdated Release: SPServices 0.7.2 BETA (Aug 16, 2012)
This release is in an pre-release state. Please only download it if you know what you are getting and are willing to test it. In any case, it's a bad idea to use any release with the word ALPHA or BETA...
View ArticleNew Post: How to "reset" fetching results for SPCascadeDropdowns
Matthias: It's a little hard to follow what you are doing, but I think the problem may lie with the second relationshipList. Each relationshipList should maintain a single relationship, e.g., Region...
View ArticleNew Post: permissions problem with UpdateListItems
Thanks Marc, that's part of what I was looking for confirmation on. Now my question is, why can I navigate to the lists.asmx in a browser, as the user that throws the 401 error when I'm using...
View ArticleNew Post: permissions problem with UpdateListItems
Going to lists.asmx is just showing you that the Web Service exists. What you see is the Web Service definition, but you're not making any call to its operations. M.
View ArticleNew Post: Elevating privileges using spservices
Hi, I have a quick query . Is it possible to elevate privileges using SPSERVICES JQUERY library , if yes then how?
View ArticleNew Post: Elevating privileges using spservices
Yes, call a workflow that uses an impersonation step. Add your logic inside that workflow. Cheers,Matt
View Article