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 ArticleNew Post: Odd: Can't add columns to a list
Fiddling a little, and hard-coding the list name in: //Add field: Score var newFields = "<Fields>"; for(i=1; i <= 100; i++) { newFields += "<Method ID='" + i + "'>" + "<Field...
View ArticleNew Post: Write to list with anonymous access
Obviously it's not pretty or safe, depends on your environment I guess anyway. It's probably the closest thing to writing anonymously to a list though...
View ArticleNew Post: Add new lookup item on the fly
First of all, I am not very code literate when it comes to scripts like this, so my question may be worded a little naively.Is there a way within the exsisting SPLookupAddNew function to: Add a Save...
View ArticleNew Post: Add new lookup item on the fly
Brian:It's tricky because you can only save the current form if all of the required columns are already completed. Usually the lookup columns that you'd like to add values to tend to be toward the top...
View ArticleNew Post: Add new lookup item on the fly
Marc,I could very easily understand that every single application has it's own caveats, and I certainly would never assume to ask for a custom solution to one set of circumstances.Where would I go to...
View ArticleNew Post: Add new lookup item on the fly
Brian:All of the functions in SPServices are documented on the Documentation tab. Let me kbow if you have specific questions.You can certainly borrow or clone any of the existing code - one of the joys...
View ArticleNew Post: Add new lookup item on the fly
Brian, have a look at http://code.msdn.microsoft.com/Javascript-to-add-an-Add-60b6299b...
View ArticleCommented Feature: Enhancement Suggestion to...
I would like to recommend that SPGetCurrentUser accept the webURL option to be able to prevent an extra call to SPGetCurrentSite().Comments: Actually, I take it back. You can set the webURL using the...
View ArticleEdited Feature: Enhancement Suggestion to $().SPServices.SPGetCurrentUser()...
I would like to recommend that SPGetCurrentUser accept the webURL option to be able to prevent an extra call to SPGetCurrentSite().
View ArticleClosed Feature: Enhancement Suggestion to $().SPServices.SPGetCurrentUser()...
I would like to recommend that SPGetCurrentUser accept the webURL option to be able to prevent an extra call to SPGetCurrentSite().Comments: Actually, I take it back. You can set the webURL using the...
View ArticleCommented Feature: Enhancement Suggestion to...
I would like to recommend that SPGetCurrentUser accept the webURL option to be able to prevent an extra call to SPGetCurrentSite().Comments: While this is true that you can set it via the defaults, the...
View ArticleNew Post: sharepoint Add list item
How to add list item in sharepoint list for only authenticated user of sharepoint
View ArticleNew Post: sharepoint Add list item
Have you attempted anything on this yet? If so, what specific issues are you having? M.
View ArticleReopened Feature: Enhancement Suggestion to $().SPServices.SPGetCurrentUser()...
I would like to recommend that SPGetCurrentUser accept the webURL option to be able to prevent an extra call to SPGetCurrentSite().Comments: Note that there's a check at the top of SPGetCurrentSite 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: AddAttachment
I'm creatig a form with plain HTML and jQuery/SPSerivces. The form has a few fields for file uploads. This is all well and good. On my submit function, I'm successfully adding an item and I get back...
View ArticleNew Post: AddAttachment
Have you read over this thread?http://spservices.codeplex.com/discussions/221435?ProjectName=spservices I too have had issues with other file types, but then again, I may be doing something wrong. I...
View ArticleNew Post: AddAttachment
I did see that thread. Unfortunately I can't rely on ActiveX, there are too many Chrome and Firefox users I have to account for. There is a SP.Base64EncodedByteArray() method in the JSOM, but I can't...
View Article