Created Unassigned: SPCascadeDropdowns does not reflect if field is required...
Hi,this fields are required in one CT in list and not in another, but SPCascadeDropdowns still displays the "(none)" option.SP2013.
View ArticleEdited Unassigned: SPCascadeDropdowns does not reflect if field is required...
Hi,these fields are required in one CT in list and not in another, but SPCascadeDropdowns still displays the "(none)" option.SP2013.
View ArticleNew Post: Does SP Services have a public hosted library?
Hi Folks, I found codes that uses google hosted libraries.<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> Does SP Services have public hosted libraries?...
View ArticleNew Post: Does SP Services have a public hosted library?
Yes, SPServices is available on http://cdnjs.com - There's a link to each version on the download page.. No, there are no security concerns if you use a CDN. M.
View ArticleNew Post: Does SP Services have a public hosted library?
Thanks! Marc, The use of publicly hosted libraries can definitely make the pages that implement these codes easier to maintain and also eliminates the need to assign permisssions to the people that...
View ArticleNew Post: Replicate Document Library Views with SPServices?
Hello, SPServices has been a wonderful tool for displaying list data in non-Sharepoint list formats. But I would like to know if SPServices is able to display a View from a Document Library. I find...
View ArticleNew Post: Replicate Document Library Views with SPServices?
Document Libraries are just lists with different capabilities, so you can absolutely use SPServices and GetListItems. It doesn't make sense that your List Views aren't updating, though. What Web Part...
View ArticleNew Post: Replicate Document Library Views with SPServices?
I have this situation occurring with the "All Documents" example I mentioned above. It is a Content Query web part which pulls the files from a subsite's document library. It seems to be up to date...
View ArticleNew Post: Replicate Document Library Views with SPServices?
CQWPs do live queries, so it doesn't make any sense that they aren't updating. Do you have some sort of caching going on? There are plenty of examples here in the discussions, but the column you'll...
View ArticleNew Post: $().SPServices.SPGetCurrentUser not returning a user ID
So, I haven't been able to get the ID, but I was able to accomplish my end goal (which was filtering a list result based on the current user). I used this finally.var userName =...
View ArticleNew Post: Replicate Document Library Views with SPServices?
I see. I believe this may be related to some configuration issues we are aware of, one of them having to do with the Crawler service... Perhaps getting to the root of these issues will fix this issue...
View ArticleCommented Feature: SPServices.SPAddMultipleListItems New Feature [8719]
While developing SPPostIt, I discovered I needed to create a list and then add multiple items to the list. It appeared to me that I could also use this elsewhere so I copied the UpdateMultipleListItems...
View ArticleNew Post: Replicate Document Library Views with SPServices?
The CQWP doesn't rely on indexing, so I'm not sure where your issue is. However, you're right that getting to the bottom of this may have a large, positive impact on site performance. M.
View ArticleNew Post: Trying to use SPAddMultipleListItems
I'm trying to use the example code but it does not appear to be working. I added the function to a click event. Not even the alert at the top works. Any ideas?function postFunction() { //main function...
View ArticleNew Post: Trying to use SPAddMultipleListItems
Because you have everything wrapped in a function, that function won't fire unless you call it. There are a number of things you're doing in your script that don't make a lot of sense. You're defining...
View ArticleNew Post: Trying to use SPAddMultipleListItems
I am assigning the click function to a button. If I remove the SPAddMultipleListItems code, the alert fires. When I add it back, it does not. Here is the code I used to assign the function above to the...
View ArticleNew Post: Trying to use SPAddMultipleListItems
That item in the Issue Tracker is a suggestion for an enhancement to SPServices, which would add the new function SPAddMultipleListItems. It's not in SPServices today. As such, the way it is structured...
View ArticleNew Post: Trying to use SPAddMultipleListItems
Well I feel sheepish! Thanks for the heads up!
View ArticleNew Post: updatelistitems .. text field not passing data
I have a strange anomaly. I am consuming a multiline text column with GetListItems that passes to UpdateListItems to create the data in a duplicate column in another list. 71 out of 72 pass data with...
View ArticleNew Post: updatelistitems .. text field not passing data
You may need to escape certain characters for the write. For instance, the & character becomes & M.
View Article