Edited Unassigned: SPCascadeDropdowns not working within if statements [10234]
Hi,I'm using jQuery 1.11.0, SPServices 2013.02a and SharePoint 2010. I can get the SPCascadeDropdowns to work fine using the demo methods within the documentation so I'm happy with that. However I have...
View ArticleCommented Unassigned: SPCascadeDropdowns not working within if statements...
Hi,I'm using jQuery 1.11.0, SPServices 2013.02a and SharePoint 2010. I can get the SPCascadeDropdowns to work fine using the demo methods within the documentation so I'm happy with that. However I have...
View ArticleCommented Issue: SPDisplayRelatedInfo not working in SPServices 2014.01 [10238]
Hope I'm not missing the wood for the trees, but I have downloaded SPServices 2014.01 Beta to get a handle on the impact on my existing code made by the whole 'Required Field' debacle.During my testing...
View ArticleReleased: SPServices 2014.01 (Feb 18, 2014)
This release is in an pre-release state. Please only download it if you know what you are getting and are willing to test it. In any case, it's a bad idea to use any release with the word ALPHA or BETA...
View ArticleUpdated Release: SPServices 2014.01 (Feb 18, 2014)
This release is in an pre-release state. Please only download it if you know what you are getting and are willing to test it. In any case, it's a bad idea to use any release with the word ALPHA or BETA...
View ArticleCommented Issue: SPDisplayRelatedInfo not working in SPServices 2014.01 [10238]
Hope I'm not missing the wood for the trees, but I have downloaded SPServices 2014.01 Beta to get a handle on the impact on my existing code made by the whole 'Required Field' debacle.During my testing...
View ArticleNew Post: SPServices EnsureUser
I have created a web-part supported by SPServices which contains a peoplePicker for a SharePoint 2007 site. If the user selects a person who has never logged into the site or specified in a group, the...
View ArticleNew Post: SPServices EnsureUser
Since the user hasn't "touched" the Site Collection yet, they aren't in the User Information List. The trick would be to add them to ssomething in the Site Collect. Then they would be in the UIL and...
View ArticleNew Post: Get a User Profile Property for All Users
Exactly. The service just doesn't offer such capability, which is unfortunate. M.
View ArticleNew Post: Get a User Profile Property for All Users
As an FYI for other annoyed developers cursing the userprofile web service, the route I'm going to take to get around this is to write a PowerShell script to run as a monthly scheduled task on the...
View ArticleNew Post: Get a User Profile Property for All Users
That's glorious. So much for supporting common use cases! M.
View ArticleCommented Issue: SPDisplayRelatedInfo not working in SPServices 2014.01 [10238]
Hope I'm not missing the wood for the trees, but I have downloaded SPServices 2014.01 Beta to get a handle on the impact on my existing code made by the whole 'Required Field' debacle.During my testing...
View ArticleCreated Unassigned: Error after UpdateListItems - The file has been modified...
Hi, when I put the updatelistitems in $(document).ready() in editform of document library, I always get the error like __ _"The file has been modified by SHAREPOINT\system on 18 Feb 2014 12:00:13...
View ArticleCommented Issue: SPDisplayRelatedInfo not working in SPServices 2014.01 [10238]
Hope I'm not missing the wood for the trees, but I have downloaded SPServices 2014.01 Beta to get a handle on the impact on my existing code made by the whole 'Required Field' debacle.During my testing...
View ArticleCommented Issue: SPDisplayRelatedInfo not working in SPServices 2014.01 [10238]
Hope I'm not missing the wood for the trees, but I have downloaded SPServices 2014.01 Beta to get a handle on the impact on my existing code made by the whole 'Required Field' debacle.During my testing...
View ArticleCommented Issue: SPDisplayRelatedInfo not working in SPServices 2014.01 [10238]
Hope I'm not missing the wood for the trees, but I have downloaded SPServices 2014.01 Beta to get a handle on the impact on my existing code made by the whole 'Required Field' debacle.During my testing...
View ArticleClosed Unassigned: Error after UpdateListItems - The file has been modified...
Hi, when I put the updatelistitems in $(document).ready() in editform of document library, I always get the error like __ _"The file has been modified by SHAREPOINT\system on 18 Feb 2014 12:00:13...
View ArticleNew Post: Error after UpdateListItems - The file has been modified by...
Hi, when I put the updatelistitems in $(document).ready() in editform of document library, I always get the error like __ _"The file has been modified by SHAREPOINT\system on 18 Feb 2014 12:00:13...
View ArticleNew Post: Error after UpdateListItems - The file has been modified by...
I'm not sure what you're trying to do. Are you replacing the default form with your own? M.
View ArticleNew Post: Returning GetListItems as true/false
SPFilterNode will just return all of the z:row elements from the returned XML. Do you want to just check how many items have been returned? If so, you can do:var numItems =...
View Article