Updated Wiki: Home
Project Description SPServices is a jQuery library which abstracts SharePoint's Web Services and makes them easier to use. It also includes functions which use the various Web Service operations to...
View ArticleUpdated Wiki: Home
Project Description SPServices is a jQuery library which abstracts SharePoint's Web Services and makes them easier to use. It also includes functions which use the various Web Service operations to...
View ArticleNew Post: Get list item info (dynamically without specifying field names)
Sure. If you know the ID of the items, simply call GetListItems without specifying the column names in the ViewFields. Keep in mind that by default you will get what is in the default view of the list. M.
View ArticleNew Post: SPUpdateMultipleListItems and the dreaded [today]
You could do the update and then simply redirect to the same page: window.location = window.location.href; M.
View ArticleNew Post: CascadingDropdown demo
It sounds like you've got things set up properly. (Many people don't initially.) It's more a function of whether the column is required or not. In SPServices, I try to mimic what the behaviors are out...
View ArticleNew Post: SPUpdateMultipleListItems and the dreaded [today]
won't that put it in a recursive page loop if there are no hash or query tags to detect and stop the next redirect? As soon as it redirects to itself it will run the SPUpdateMultipleListItems and...
View ArticleNew Post: SPUpdateMultipleListItems and the dreaded [today]
You'd have to add something conditional in your script, yes. Simply adding a Query String parameter you can test should do it, like http://sharepoint/sitename/updatestuff.aspx?DoneToday=1 M.
View ArticleNew Post: SPUpdateMultipleListItems and the dreaded [today]
I did have a question however about your SPUpdateMultipleListItems. I found out some interesting things about how it's being executed that may explain why I can't get it to run before the page load. I...
View ArticleNew Post: Sorting is not working when it is required field
I'm not sure what's going on. It seems like you have everything in place correctly. M.
View ArticleNew Post: SPUpdateMultipleListItems and the dreaded [today]
You can't. The paage is assembled on the server and script runs client side. By the time the script *can* run, the page already has all of its data on it. M.
View ArticleNew Post: SPUpdateMultipleListItems and the dreaded [today]
I see, thanks for the info. I really appreciate it :D
View ArticleNew Post: Sorting is not working when it is required field
ya looks like sorting gets applied but default value gets assigned.Do u have any suggestions for doing some trials
View ArticleNew Post: Sorting is not working when it is required field
It's hard to say. The first thing I'd do is look at how the page loads with no script applied. The add the script and step through it to see what it's doing. M.
View ArticleNew Post: Sorting is not working when it is required field
Sorting works as expected after applying the script ,this fails only when the field is required Thanks Bindu
View ArticleUpdated Wiki: Home
Project Description SPServices is a jQuery library which abstracts SharePoint's Web Services and makes them easier to use. It also includes functions which use the various Web Service operations to...
View ArticleNew Post: Using SharePoint 2007& SharePoint Designer 2007
We are using SharePoint 2007 for our Intranet and I am using SharePoint Designer 2007 to work on my 'issue.' Here is the situation, I created a site and would like to have 3 rows and 3 columns of web...
View ArticleNew Comment on "StartWorkflow"
Here is a function to help with that (code available there too: https://gist.github.com/3873181) /** * Start a workflow * * @param {Object} params * @param {String} params.listName The name of the list...
View ArticleNew Post: Using SharePoint 2007& SharePoint Designer 2007
hospitalwebguy, Not sure this is the right forum for your question as it does not really pertain to SPServices. You may be best served over at http://sharepoint.stackexchange.com/. _____ Paul Sent...
View ArticleNew Post: Is any working on a client-side based caching solution? ...or other...
Is any working on a client-side based caching solution? ...or other performance/bandwith optmizations? Michael Toronto
View ArticleNew Post: Cascading Dropdown Error
Evening All I have hit the same error on a SharePoint 2010 Enterprise and a MOSS implementation. The cascade works as expected but when I attempt to save the form, the data does not commit and I get...
View Article