New Post: sharepoint Add list item
Take a look at UpdateListItems in the Lists Web Service. M.
View ArticleNew Post: workflow parameters
i am trying to start a workflow with parameters. starting the workflow works great but the parameters never seem to work. function manreject is the calling functionfunction StartWorkflow(ItemURL,...
View ArticleNew Post: Retrieving a User's Task List?
Hi Marc, Thank you for the help! I think I'm getting there, but I am a bit of a novice programmer and am receiving results that are not just for one user. Do you see anything (or several things) in the...
View ArticleCommented Issue: Bug in SPGetCurrentUser when in root site (SP2013) [10155]
From: https://spservices.codeplex.com/discussions/449006I think that I've discovered a bug in SPGetCurrentUser when in a site which is at the root of the web server e.g....
View ArticleNew Post: SPGetCurrentUser not returning user information
I am getting the same issue of not getting the user info using SPGetCurrentUser.() I have tried the following: -- Quotes are fine -- Able to access the userdisp.aspx as the user. -- Using the following...
View ArticleNew Post: SPGetCurrentUser not returning user information
The jQuery 1.9.x versions don't work with SPServices. There are known bugs in both 1.9.x versions, as noted on the home page. M.
View ArticleNew Post: SPGetCurrentUser not returning user information
Thanks for the quick reply... I thought it worked with 1.9.0 version as per the comment --- 2013-01-29 - SPServices works just fine with jQuery 1.9.0, but NOT with the minified version I tried with...
View ArticleNew Post: SPGetCurrentUser not returning user information
Yes, SPServices ought to work with the unminified 1.9.0, but they are already up into the 1.10.x range, so you might as well go there if you haven't laid down jQuery already. I've tested up to 1.10.2,...
View ArticleNew Post: SPAutocomplete List Doesn't Exist Error
First of all ... Thank you for writing this great tool. I am trying to implement the SPAutocomplete in my custom application page in SharePoint 2013 I am using the jquery.SPServices-2013.01.js and...
View ArticleNew Post: Use GetList to retrieve document library template
We have a bunch of internal SharePoint (2010) pages containing links to InfoPath forms integrated with K2 workflows. Far as I can tell, after K2 gets its hooks into the InfoPath form I don't have any...
View ArticleNew Post: How to trigger a call to another function when a user fills the...
the business value could be the following scenario: A user picks another user with the people picker the event uses the selected user's ID to lookup Department location and other information about the...
View ArticleCreated Unassigned: Multiple cascading dropdown list [10169]
I have three list items : Department, Team, and ComplainTypeBoth Team and ComplainType are based on Department, however only first call to SPServices.SPCascadeDropdowns is working. Below is my code....
View ArticleCommented Unassigned: Multiple cascading dropdown list [10169]
I have three list items : Department, Team, and ComplainTypeBoth Team and ComplainType are based on Department, however only first call to SPServices.SPCascadeDropdowns is working. Below is my code....
View ArticleNew Post: UserProfileService.asmx 500 (Internal Server Error)
Hi All, I am Getting UserProfileService.asmx 500 (Internal Server Error) error in google chrome on fetching the manager of the current user using marc's method see this Please help what could be the...
View ArticleCreated Unassigned: UserProfileService.asmx 500 (Internal Server Error) [10170]
Hi All,I am Getting __UserProfileService.asmx 500 (Internal Server Error)__ error in google chrome on fetching the manager of the current user using marc's method [see...
View ArticleCommented Unassigned: SPFilterDropdown in SPServices-2013.01 [10166]
SPFilterDropdown does not appear to be working in SPServices-2013.01.js. The function works fine in my form when using SPServices-0.7.2.js. But when I switch the javascript "src" reference to...
View ArticleCommented Unassigned: Multiple cascading dropdown list [10169]
I have three list items : Department, Team, and ComplainTypeBoth Team and ComplainType are based on Department, however only first call to SPServices.SPCascadeDropdowns is working. Below is my code....
View ArticleNew Post: Issue with Multiselect Cascade Dropdowns SharePoint 2013 IE8
I am having an issue with SPServices CascadeDropdowns where the parent column is multiselect and the child column is multiselect. This is for SharePoint 2013. I was able to get this to work fine in IE...
View ArticleNew Post: Create a Slide Show in SharePoint 2013 using an Announcements List...
I am using SharePoint 2013 with the following scripts stored in a doc library:jquery-1.10.2.min.jsjquery.SPServices-2013.02.js jshowoff.min.js Added a Script Editor WP, and made reference to these...
View ArticleNew Post: UserProfileService.asmx 500 (Internal Server Error)
What version of SharePoint? Also, can you show your code? Did you try it in any other browsers? M.
View Article