New Post: Problems reading from a list on a public site with anonymous access
Ash, I am trying to solve the same problem. When I saw the "Access Denied" error I also noticed that ( inspite of referencing jQuery 1.8 in my masterpage) the error was coming from jQuery 1.4 When I...
View ArticleNew Post: Direct Report
I was hoping UserProfileService will answer this. but GetCommonManager is kind of the opposite of what I need. If I have user X who report to Z and I have user Y who report to Z, calling...
View ArticleNew Post: SPServices Issue with SP2007
Well, if it works, it works. You should be able to access userdisp.aspx identically from http://server/_layouts or http://server/subsite/_layouts. M.
View ArticleNew Post: Direct Report
Yeah, the User Profile Service is sort of backward in a number of ways, but that's what we've got. M.
View ArticleNew Post: Prompt for site authentication in GetGroupCollectionFromUser
I've narrowed it down to the SPServices.SPGetCurrentUser function, but still don't know why it prompts for authentication.
View ArticleNew Post: Prompt for site authentication in GetGroupCollectionFromUser
Authentication can get in the way of things. Basically, if the user can do the task through the UI, they should be able to do it via the Web Services. As noted in the docs, SPGetCurrentUser loads the...
View ArticleNew Post: Calling a function on commit
Marc Something that has had me scratching my head for a day or so; How would I do a callback when committing a data form? Here's the scenario: User edits a list item in a custom form. User clicks...
View ArticleNew Post: Calling a function on commit
Martin: I'm not sure if I understand where the gap is for you. Are you using a promise (jQuery .Deferred()) with the UpdateListItem call? If so, you can act after the item is written, even testing on...
View ArticleNew Post: Problems reading from a list on a public site with anonymous access
Excellent, Ash. DCoutts, what about you? M.
View ArticleEdited Issue: First 2 arguments for the of addToPayload method for the...
The first 2 arguments of addToPayload method for the GetTermSets are incorrect.Currently, it is.case "GetTermSets":addToPayload(opt, ["sharedServiceId", "termSetId", "lcid", "clientTimeStamps",...
View ArticleCommented Issue: First 2 arguments for the of addToPayload method for the...
The first 2 arguments of addToPayload method for the GetTermSets are incorrect.Currently, it is.case "GetTermSets":addToPayload(opt, ["sharedServiceId", "termSetId", "lcid", "clientTimeStamps",...
View ArticleEdited Issue: First 2 arguments for the of addToPayload method for the...
The first 2 arguments of addToPayload method for the GetTermSets are incorrect.Currently, it is.case "GetTermSets":addToPayload(opt, ["sharedServiceId", "termSetId", "lcid", "clientTimeStamps",...
View ArticleEdited Issue: $().SPServices.SPListNameFromUrl failed sometimes [10176]
Hi. I encountered some issues with the $().SPServices.SPListNameFromUrl function because in SharePoint 2013 the list url can have another form.Traditionnal form...
View ArticleEdited Issue: SPGetCurrentUser returns wrong data when fieldname setup is...
__I used SPGetCurrentUser with the following values:__ currentUser = $().SPServices.SPGetCurrentUser({ fieldName: "Name", fieldNames : ["Name", "Department", "Work phone"], debug: false });__The JSON...
View ArticleCommented Task: Make SPFindPeoplePicker Work with SharePoint 2013 [10174]
Good info here from Raghavendra Shanbhag:http://www.sharepointcolumn.com/sp2013-setting-people-picker-value-in-newform-aspx/Comments: Thanks for the info, rajatmig29.
View ArticleClosed Unassigned: Error when calling GetListItems on web app root [10171]
(This is very similar to bug: http://spservices.codeplex.com/workitem/10155)(using Version 2013.01)When calling GetListItems without providing the webUrl parameter the parameter defaults to the empty...
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 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 ArticleEdited Issue: 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 ArticleEdited Issue: Caching bug if making same call to different webURLs [10167]
Hi Marc,I'm working on a cascading autocomplete solution where the user enters a site URL in one input and then types a list/library name in a second input. I'm using the URL from the first input as...
View Article