SPServices is a jQuery library which abstracts SharePoint's Web Services and makes them easier to use.

learn more… | top users | synonyms

1
vote
2answers
14 views

Undefined responseXML on StartWorkflow

I was presented with a task to run a workflow via jQuery. I know that SPServices has this capability, but I have never tried it before being assigned this task. So I set out and found some good ...
0
votes
2answers
435 views

childColumnStatic is undefined

I am getting the error "childColumnStatic" is undefined . I am trying to implement cascading dropdown using the below code. Here the column "profilesystem" contains more than 20 items. The below ...
2
votes
1answer
63 views

Add New List Item with SPServices anonymously

I have an HTML5 + jQuery application with a built in contact form that I wanted to hook into Sharepoint, and Lists seemed an ideal way to do that. I used the jQuery library SPServices to get this up ...
0
votes
2answers
351 views

Creating Groups via Web Service

I am trying to create groups on a SharePoint 2010 site via the UserGroup.asmx web service. I am using jQuery and SPServices to interact with the web service. When I try to create a group (via the ...
0
votes
1answer
323 views

How to use spservice for taxonomy terms in metadata administration

I have added terms in termset and need to loopthrough the terms in javascript to get the array of terms. so i used spservice. but not working function GetTerm() { var termStore = ...
2
votes
1answer
1k views

Getting Version History and What Field has Changed

I am using the GetVersionCollection to get the history information from my list. This seems to be working fine; however, what I need to do is get the version history of the individual item which has ...
1
vote
0answers
23 views

Display New item Icon with SPServices

I want to display the New Item Icon with SPServices or using custom Javascript to show a new item icon for n days when Created. I achieved this using XSL. Thank's to Mark ...
2
votes
2answers
39 views

Services Actions Missing in Central Admin

We recently added a new SharePoint server to the farm and to my surprise the server is not showing any actions in The Page Manage Services on Server .Please see the attached screenshot for further ...
2
votes
1answer
67 views

Hide fields on NewForm.aspx and EditForm.aspx based on the current user's membership in a SharePoint Group

I have found a number of recommended ways in blogs looking to answer how to do this and have not successfully made any of them work using SharePoint MOSS 2007 and SharePoint Designer 2007. I have ...
0
votes
3answers
491 views

Get value from drop down using jQuery (lookup column)

I feel like this should be an easy one but am having trouble finding the answer here and via Google. Using jQuery, how do I retrieve the currently selected value from a dropdown in an ...
0
votes
2answers
60 views

SharePoint SPServices autocomplete not working for a column

I have a working jQuery SPServices code for a column Description in a list. The problem is, that when I try to get the data from another column, Project Item, with the same code, nothing happens. ...
0
votes
1answer
183 views

SharePoint Client-Object-Model - Return List Item Counts by Created Month

Looking to get monthly totals of items from a list using the SharePoint COM/SP Services. My intention is to pass this data to a D3 chart.
0
votes
0answers
54 views

CAML Query on External Content Type not honoring the <In> operator

So I've been testing this out for a day or so. For the life of me I cannot get an external list to listen to honor the <In> operator in CAMLQuery. On any other type of list it seems to work ...
1
vote
2answers
33 views

2;# 5;# Web services returns odd characters

When I use SPServices to query a list it brings back some of the columns with odd prefixes and encoded characters. How can I get rid of the Oddball characters? I recognize the @amp; as a HTML ...
0
votes
0answers
31 views

How to aggregate content based on a URL with SPServices rather than a Content Query Web Part

I hope the below makes sense. I have in the past used this approach: List of links presented on a page Each link would connect to the same page which consists of content query web parts ...
0
votes
1answer
66 views

How do you display a list item image with SPServices? (Rather than displaying the URL)

I'm currently using SPServices to retrieve information from a list and present it on the page. I've retrieved the metadata correctly,and presented it on the page. However, when attempting to display ...
1
vote
1answer
30 views

Workflow form display error

I am trying to create a workflow that has an approval process. Once i create the workflow and start it. I get a task added in a Task list but when i try to view it i get this error. The form ...
0
votes
0answers
18 views

AdminService file in logs library

Earlier in folder where I keep SharePoint logs once a days about 6 a.m. in AdminService file entry appeared with: Exiting SPAdvApi32.CheckRestartService Entered ...
0
votes
3answers
2k views

newform.aspx and People Picker field - set current user as default?

This is for SP2010. Got a list. One of the fields is a "Person or Group" type, with the results limited to members of an SP group. I've created a copy of NewForm.aspx in SharePoint Designer, and am ...
2
votes
1answer
251 views

Multicolumn textarea area to insert into SharePoint 2007 but display not correctly

I have a form that use SPServices and have a textarea field for user to insert multi rows data. The data from the textarea can be successfully insert into the SharePoint 2007 column of type 'Multiple ...
0
votes
1answer
373 views

Use SPServices in Sharepoint 2013 to display username

Has anyone managed to use SPServices to display the current logged in username in a content webpart? Is this even possible in 2013 (online)?
1
vote
3answers
274 views

SPServices/JQuery How to Detect If The Current User Is System Accout

I need to detect if the current user is system account. With SPServices i can find user login name: var thisUserName = $().SPServices.SPGetCurrentUser({ fieldName: "Title", ...
0
votes
3answers
385 views

'SPServices' is null or not an object

I need to find out if logged in user belongs to a specific sharepoint group (2010). I am using below code to get it. but getting javascript error as 'SPServices is null or not an object'. ...
0
votes
1answer
88 views

Object Expected error in Non Edit Mode only

I have an issue with Javascript errors (Object Expected) in normal mode while it works in Edit mode. Its failing on the last line shown below. $(document).ready(function() { updateListItem(); }); ...
0
votes
1answer
54 views

How to know if content was added to a SharePoint list or folder?

I'm using the GetListItemChangesSinceToken service in order to be notified for changes in a sharepoint list. This works ok for deleted items since the ChangeType return Delete , but for added items, ...
2
votes
1answer
201 views

How can I get specific SharePoint site GUID using javascript/jquery

For example: I have a site under this url: http://intranet.contoso.com/news When I open it i would like to read it's GUID for future use in my custom AssetPortalBrowser.aspx url picker. Thanks!
2
votes
1answer
29 views

Using SP's document rendering engine in a 3rd party utility

New to the community. Wondering if it's possible to call SP's document rendering engine from a third party utility. What I'd like to do is call it from my application, so that I can take a MS Word ...
0
votes
0answers
84 views

executeQueryAsync working fine in IE problem in firefox not calling on asp button client click

function updatefeeall() { var ctx = new SP.ClientContext.get_current(); currentweb = ctx.get_web(); this.list = currentweb.get_lists().getByTitle("ClubFeePattern"); ...
2
votes
1answer
35 views

SP Tools help - Not returning results

I have downloaded SPTools from github, and have followed the directions of uploading the files to a Document Library. When I try to open the index.html file from the document library, I get prompted ...
0
votes
0answers
162 views

spcascade dropdowns

I am trying to implement the spcascade dropdown for achieving caascading. My cascading is achieved but somehow i get the following error on btn OK Click, Invalid postback or callback argument. Event ...
2
votes
1answer
80 views

Lost instances of services on Sharepoint Foundation 2010 Server after a VM Clone

I needed a new Sharepoint Foundation 2010 server (on server 2008 R2 X64), so I cloned it to save time. It screwed up my production server. The clone worked, and I renamed the server, but it added ...
1
vote
1answer
389 views

Cascading Dropdown for Lookup with more than N items

I've got cascading dropdowns implemented for sharepoint 2007. It worked fine until lists exceeded 100 items. My code looks like this: $(document).ready(function() { ...
1
vote
1answer
123 views

Implement Cascaded Dropdowns without using Lookups

I have 3 lists with a great deal of data in them (7-12k rows) that I'm pulling from another system. I want to implement cascaded dropdowns between the three, but I can't populate lookups for 12,000 ...
0
votes
5answers
4k views

Jquery to get list items from sharepoint list

I have a work from my time to use jquery with sharepoint. I have written the code to get list items. When I run in IE it dosen't show any errors to me, but I am not getting the results. Can any one ...
1
vote
1answer
140 views

Manually setting sort order of items in a Sharepoint List using JQuery and SPServices

I have a Sharepoint List called "tasks". The field names are taskname (string), priority (integer). Using JQuery's sortable feature I am at the point that the user can manually sort a list by ...
0
votes
2answers
86 views

Is SPServices working different on https?

It seems like I can't access any Lists on https sites, I get the status -> error everytime I try. Tried GetList and GetListItems operations in my Javascript function, which works fine on any site I ...
0
votes
1answer
534 views

Get attachments of list items with SPServices

How can I fetch the attachments (the URL, to be precise) of a list item with SPServices (the jQuery library)?
1
vote
1answer
544 views

jQuery find doesn't return single result - SPServices, SharePoint 2010 Search Web Service

I'm using SPServices to access the SharePoint Search web service. When it returns multiple results my code function fine. However, when it returns on a single result the str.find("Document").length ...
0
votes
2answers
3k views

Lists.asmx UpdateListItems returns unexpected error 0x80070005

I'm using SPServices to insert items to a list. The code works fine except for, some users see the response below: <?xml version="1.0" encoding="utf-8"?> <soap:Envelope ...
4
votes
4answers
2k views

Multiple Values in CAML query from Array? SharePoint 2010 using jQuery/SPServices

So if I use SPServices to GetListItems with CAMLQuery, is it possible to insert multiple values inside Value Type='Number'> here I would like to evaluate things throught a flow in my page, add to an ...
0
votes
3answers
120 views

How do i return the manager name if the userID is provided?

Is it possible to retrieve the name of a user's manager using SPServices if the userID is entered? Ie: Either using a people picker field or a text field ("txtUserID) the userID is entered. Upon ...
0
votes
1answer
261 views

Get User Profile Info from Preferred Name

I am trying to fetch the manager full name when a user name is populated in the people picker control. Here are the steps I am following: Added another control on page. The ...
0
votes
2answers
394 views

How to reference an announcement list item?

When I look at the url at a given announcement list on e.g. a fresh team site, it is something like: ...
0
votes
2answers
367 views

I have two ways to bind gridview one is server side one is client side spservices so which one is better faster and efficient

Server side SPWeb site = SPContext.Current.Web; SPList list = site.Lists["GridList"]; SPListItemCollection items = list.Items; DataTable dt = ...
1
vote
1answer
342 views

insert to sp list is not working with spservices

<script src="../../../_layouts/Gridwebpart/jquery-1.6.3.js" type="text/javascript"></script> <script src="../../../_layouts/Gridwebpart/jquery.SPServices-0.7.2BETA1.js" ...
0
votes
4answers
347 views

jquery 1.7.2 and spservices 0.7.0 syntax unrecognized error with .find(“[nodeName=z:row]” and .find(“[z:\\row,row]”

both .find("[nodeName=z:row]" and .find("[z:\\row,row]" give me syntax unrecognized on SharePoint 2007 IE 8 client trying this code that redirects me to the dispform given a match on title list ...
3
votes
3answers
909 views

using jquery and search.asmx service search People in sharepoint 2010

Hi i use below code for Getting people Search. Using below code I am able to search but getting only user name and User my site url. I want all user profile Property.How I get all user Property using ...
1
vote
2answers
210 views

Using Workflow or SPServices to temporary gives user permission to access a particular items in a SharePoint 2007 List?

May I know if there are ways and also possible to use workflow or SPServices to temporary give a particular user (who does not have any access to the site) permission to read / write a particular ...
0
votes
1answer
413 views

SPServices: How would I add Ascending=False to CAML in GetListItems

How would I use SPServices GetListItems and still be able to add Ascending=False to the CAMLViewFields? I haven't used this for long and I am just wondering if this is possible? Thanks as always!
1
vote
2answers
446 views

Accessing list data from another site collection or web application using REST services?

I have a list (Links template) of URLs that is on a site collection and I was wondering if it is possible to include this list as a jQuery megamenu on another site - ideally another web application on ...

1 2 3