Quantcast
Channel: jQuery Library for SharePoint Web Services
Browsing all 6517 articles
Browse latest View live

New Post: How long has a document been checked out for

Hello, My question is, does SPServices have a simple way of getting the duration that a document has been checked out for. I know that there is no way just to manually find out on a SP site. However,...

View Article


New Post: How long has a document been checked out for

I don't think there's anything other than GetVersionCollection. That gives you the modified date, at least. There may be a useful date in GetListItems as well. M.

View Article


New Post: Lists.GetListItemChangesSinceToken Not working on SharePoint 2007

Hi Marc... So, as the last discussion item I opened indicates, I have been playing with GetListItemChangesSinceToken, which may soon replace my use of GetListItems... This method...

View Article

New Post: Restart Workflow

Hi guys, first of all sorry for my bad english ;-) I got a problem. One of my workflow results sometimes in an error. But not always. It depends on the permission situation cuz of the eventhandler....

View Article

New Post: SharePoint Hide a list field based on user group

I am able to solve the issue and i am getting results. I need one help.We have a production Protal where we are adding NT AUTHORITY\authenticated users so that all authenticated users can access the...

View Article


Image may be NSFW.
Clik here to view.

New Post: SPServices Error Handling

Thanks @ptavares I used your code as a starting point for my own error handling. Before I share my "generic" SPServices error handling I've come up with that works for me, I'd like to remind everyone...

View Article

New Post: SPServices Error Handling

@ChrisNorton This is nice... and a good use of SP's (2010, 2013) SP.UI.Status which I had not seen before... Thanks for posting back and sharing your solution.. I just bookmarked this page for future...

View Article

New Post: EnumerateFolder with generic lists

Has anyone found a way to enumerate folders within a generic list? SiteData EnumerateFolder returns a list of folders and files. It works well with document libraries, but not with generic lists. With...

View Article


New Post: Advice please? Will SPUpdateMultipleListItems do what I would like...

Marc, It's taken me a few days to get back onto this so firstly, thanks for your reply. Thinking about things and looking at the source code and documentation again, I'm not sure...

View Article


New Post: SPXmlToJson Formatting Question

I am currently doing a GetListItems on a photolibrary list where I would like to return the filenames. All is going well however I want to convert this into json. Currently I have this which is...

View Article

New Post: EnumerateFolder with generic lists

You should be able to get the folders by using GetListItems and filtering for FSObjType=1. M.

View Article

Image may be NSFW.
Clik here to view.

Updated Wiki: $().SPXmlToJson

Function$().SPServices.SPXmlToJsonCertificationFunctionalitySPXslToJson is a function to convert XML data into JSON for client-side...

View Article

Image may be NSFW.
Clik here to view.

Updated Wiki: $().SPXmlToJson

Function$().SPServices.SPXmlToJsonCertificationFunctionalitySPXslToJson is a function to convert XML data into JSON for client-side...

View Article


New Post: Set/Change Column(s) value on new form based on Lookup Column

Hi Marc Thank you for quick reply. I am trying to learn jQuery and reading your other blogs/articles but do need a bit of kickstart. I figured that SPDisplayRelatedInfo is what will help me but how do...

View Article

New Post: Set/Change Column(s) value on new form based on Lookup Column

Ok, after doing a bit of reading, here is a test code I built up and nothing happens. We are using SP Foundation 2013 so, not sure where the issue is. It does not even display the columns.<script...

View Article


New Post: Getting Content Type within EditForm.aspx

The reason why I ask is because I have my three lists set up that I use for my cascading. The first two lists are the same are the same regardless of the content type. However, the values that should...

View Article

New Post: Getting Content Type within EditForm.aspx

Got it. The Content Type is displayed in a select, not an input element. Try this:var strContentType = $("select[title$='Content Type']").val(); alert("Content Type: " + strContentType);You should get...

View Article


New Post: File operations using SPServices

Marc, is this not such web service? http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.publishing.webservices.publishingservice.aspx

View Article

Image may be NSFW.
Clik here to view.

Updated Wiki: $().SPServices

Function$().SPServicesCertification See individual Web Services pages for certification specifics.NotesAs of v0.7.2, the core $().SPServices() function allows for simple caching of the XML results...

View Article

Image may be NSFW.
Clik here to view.

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 Article
Browsing all 6517 articles
Browse latest View live