Skip to main content

Questions tagged [spservices]

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

0 votes
0 answers
25 views

My SharePoint Online auto-lookup function, implemented with a script, is working as expected. However, I now need to address a limitation: users can currently enter free-text instead of being ...
yrameshgupta's user avatar
0 votes
1 answer
199 views

First some info about the system I'm working in: Sharepoint Server 2013 on-premise Sharepoint Designer 2013 Infopath Designer No access to Power Apps I'm new to Sharepoint. I also know very, very ...
RWeaverAMT's user avatar
0 votes
1 answer
45 views

When I'm adding a new item to a list Software, I want Country field would be compared to the Country field in another list (Countries) and if it's duplicate, I need to get an error and form couldn't ...
Katia's user avatar
  • 3
0 votes
1 answer
416 views

Inside our SPFx web part we have the following code inside the spservices.js code:- spservices.prototype.getLookupFieldOptions = function (siteUrl, listId, fieldInternalName) { return ...
John John's user avatar
  • 1,420
0 votes
0 answers
165 views

Stopping "Microsoft SharePoint Foundation Subscription Service" in SharePoint 2016 Server by using Power-shell command but it stuck at below line and not responding. Remove-...
AravindHackett's user avatar
0 votes
1 answer
137 views

I have created a custom HTML page and moved it to a Sandbox Site on my SharePoint site. I have loaded the following script in my <head></head> tag, ttps://cdnjs.cloudflare.com/ajax/libs/...
BeerusDev's user avatar
  • 113
0 votes
1 answer
127 views

I have a knowledge check in HTML form, so I cant inject into CEWP or SP pages. It needs to be JS, CSS, and HTML. How do I populate a list if someone completes a Knowledge Check? It will add the score, ...
Lance Bitner's user avatar
0 votes
0 answers
50 views

Anyone have a solution as to what is missing in this script: It returns all the names in the list vs just the active ones? function OpenEmpReport() { var webURL = 'https://....................'; ...
user95039's user avatar
0 votes
1 answer
31 views

I was looking at my code and it seems that tempObj2.filename = $(this).attr("ows_URL") grabs the URL and Description field which makes the a href invalid when opening in the front end. When ...
Dynamics's user avatar
1 vote
1 answer
122 views

We deployed solution in one SharePoint server, and uploaded the js file after solution deployed. we are getting the following errors on debugging JS. SCRIPT438: Object doesn't support property or ...
sushma manne's user avatar
0 votes
1 answer
294 views

So we recently updated our SharePoint Farm (6 Servers [2 Web, 2 App, 2 Search]). Everything is working fine beside, SQL Server Repoing Service. We had some problems with getting the settings correct ...
Sebastian König's user avatar
0 votes
1 answer
107 views

I have been using the SPServices UpdateListItems code below for several years on an on-premise SharePoint 2013 Enterprise server without any issue. However, we recently migrated to a new cloud-based ...
billyjimjack's user avatar
0 votes
1 answer
61 views

When I am calling a JQuery using the ID element in the Div tag, its showing up twice. Is there something I need to do to stop the double showing? Below is my code and under that is the outcome (...
adams-j's user avatar
  • 317
1 vote
1 answer
71 views

I have a web-part created using SP Services to display Announcements on my SharePoint. I have tried to copy this web part and display different list (also announcements) however I'm having trouble ...
Dawid S's user avatar
  • 13
1 vote
1 answer
715 views

I am trying to set up a simple subscription tool where users can subscribe to or unsubscribe from various distribution list. The idea is that you select a user through a people picker ('subuser'), ...
nutshell99's user avatar

15 30 50 per page
1
2 3 4 5
38