New Post: Limitations of SPServices
Marc Thanks for the reply. I guess your are referring to User Profile Service App and User Profile Sync Service kicking in, when you mention "touched" . The issue I have seems to happen to all users -...
View ArticleNew Post: SPCascadeDropdowns for mutiple cascading
Wayne: No, not as the function stands. It only supports a single parent/child relationship, though you can have many of them on a form, as shown in the documentation. e.g., Country -> Region- >...
View ArticleNew Post: Multiple Cascade Dropdowns incorrectly update list items
Originally posted as an item in the Issue Tracker by tonydixon I have a page with three dropdowns, Account, Contact and Location. When a user selects an account the contact and location list are...
View ArticleClosed Unassigned: Multiple Cascade Dropdowns incorrectly update list items...
I have a page with three dropdowns, Account, Contact and Location. When a user selects an account the contact and location list are updated to only show items already linked to the selected account (so...
View ArticleNew Post: Limitations of SPServices
Danial: Yes, spevo looks like it was cracking all right! There's the UPS synchronization, but on first "touch", even if the user hasn't been synchronized, they are added to the User Information List...
View ArticleNew Post: SPServices in SharePoint Hosted App?
So the success of the first PServices call tells us that the script references are good and that it's possib le to request information from SharePoint. So far, so good. What are you seeing as returned...
View ArticleNew Post: Deleting item in one list triggers item deletion in a different list
will266: You'd have to hook into the event when the delete icon is clicked on the form for ithe itme in list A. However, since there are multiple places where a user can do the delete, including the...
View ArticleNew Post: Strange behavior with some methods and getting 'childColumnStatic'
Great to hear that the current alpha fixed the problem! I think what's making it work is that I'm taking more advantage of existing JavaScript variables in this release. In SharePoint 2010 and above,...
View ArticleNew Comment on "$().SPServices.SPGetCurrentUser"
Perhaps in the next version, you could include an option to retrieve the SharePoint Groups that the user belongs to.
View ArticleCommented Issue: Multi Select CascadeDropdowns not working in 2013 [10128]
Using the Alpha (jquery.SPService-2013.01APLH2) code with SharePoint 2013 I have found several problemsFIrst threw a bunch of errors with use Strict -- removed use Strict and single select Cascade...
View ArticleNew Post: SPGetCurrentUser error when picture is blank
I'm getting the same error: SCRIPT5007: Unable to get property 'replace' of undefined or null reference jquery.SPServices-0.7.2.min.js, line 19 character 46073
View ArticleNew Post: SPServices in SharePoint Hosted App?
Thanks Marc for the tip, I have been on IE with SharePoint work majority of the time and switching back to Firefox with Firebug provides a more interesting view than the Developer tools...but I...
View ArticleCommented Issue: Multi Select CascadeDropdowns not working in 2013 [10128]
Using the Alpha (jquery.SPService-2013.01APLH2) code with SharePoint 2013 I have found several problemsFIrst threw a bunch of errors with use Strict -- removed use Strict and single select Cascade...
View ArticleNew Post: SPServices in SharePoint Hosted App?
I have now updated to use sentence case consistently for the spHostUrl and webURL variables, plus the subsite name (LCM). My updated code is not longer giving the not found, but instead "302 found" and...
View ArticleNew Post: SPCascadeDropdowns for mutiple cascading
sympmarc wrote: Wayne: No, not as the function stands. It only supports a single parent/child relationship, though you can have many of them on a form, as shown in the documentation. e.g., Country...
View ArticleNew Post: Limitations of SPServices
Marc I see what you mean - this seems quite feasible. On the subject of "touch" I guess you referring to a user logging in for the first time - does this trigger the population of the Information list...
View ArticleNew Post: GetListItems Returns "undefined" for a field
My code is as below, I want to call the below function from a different JS file and use the xdata further for looping in that file. function GetSPListItemByQuery(ListName, Query, Viewfields) {var URL =...
View ArticleNew Post: GetListItems Returns "undefined" for a field
Please ignore the above post . It is resolved. Thanks !
View ArticleNew Post: Multiple Cascade Dropdowns incorrectly update list items
Hi, I've found this problem. I'm confident my list structure is ok, as when I use Firefox the item is correctly posted, and the links are correct. It seems to be a problem in IE? The calling structure...
View Article