New Post: async on version 2013.01
Paul: Yes, you have a valid point. I want to think about it, but if you have input, I'd love to hear it. I certainly didn't intend to break anything: backward conmpatibility is one of my mantras, as...
View ArticleCreated Issue: async on version 2013.01 [10148]
From: https://spservices.codeplex.com/discussions/444799I have an issue with a function not running async when upgrading SPServices to the new version. The issue I found was at line 1220 of SPServices....
View ArticleNew Post: async on version 2013.01
This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.
View ArticleCommented Issue: async on version 2013.01 [10148]
From: https://spservices.codeplex.com/discussions/444799I have an issue with a function not running async when upgrading SPServices to the new version. The issue I found was at line 1220 of SPServices....
View ArticleNew Post: async on version 2013.01
Hi Marc... I had a chance to look at the code and to think about this... It does in fact look like all calls are made with Async false if the completefunc is set, as @thamera points out. I did a few...
View ArticleNew Post: SPUpdateMultipleListItems Item limit
Hello, I'm very eager to use this function, it is exactly something I need to use. I just need to ask you, what is the object "Agile" you are using in that example? Ie. You have "Agile.Bulkupdate()"....
View ArticleNew Post: SPUpdateMultipleListItems Item limit
Bbd,It took me a while to figure out what you were talking about. I could not see that reference in the code; but then found it in the jsDoc for the function.Agile was the namespace where I originally...
View ArticleNew Post: Return value from GetListItems
Hi. I've been looking at this for days now and just can not get it to work. I'm trying to return value "email" outside the function call to a variable called "subEmail". Code is below. Any ideas? The...
View ArticleNew Post: MOSS 2007 - anonymous access to the SPServices or Sharepoint Web...
Hi jmbill3, as Marc mentions, if a user cannot Delete or Update your List or SharePoint object, they won't be able to do so just because they have access to the web services. By Default, the "Read"...
View ArticleNew Post: Return value from GetListItems
You're defining the email variable inside the completefunc function, so it's scoped to that function. When you return it, it's out of scope, so you're getting undefined. Define the email variable at...
View ArticleNew Post: Move/copy item from/to document library
I know this is old thread, but I needed the Copy Functionality without the Link as well, so here's the code (since there's no current examples). Note: You'll have to add your error-checking where...
View ArticleCreated Unassigned: Getting User Profile Details via User Name [10149]
Is it possible to get User Profile Details of a User ,via User Name . Actually in my scenario, Clients will select the user via People Picker Contol, on that time other fields like Dept Name, Emp No...
View ArticleNew Post: GetUserInfo Using PreferredName
Hello, I'd like to use GetUserInfo to retrieve the WorkEmail of a user form Active Directory. The GetUserInfo function below looks up the user by the accountName. Is it possible to get the WorkEmail...
View ArticleNew Post: Is it possible to display the amount of users who have rated a list...
I'm using a list with the default SP rating columnsI'm displaying the ratings on the front end through my XSLTSPServices is used to hover over the rating images and write back to the list item when a...
View ArticleNew Comment on "GetRolesAndPermissionsForCurrentUser"
This is working great for site level roles. Thanks. However, does this not apply to list level roles? For example, if I have a site with numerous groups but a list on the same site that has the primary...
View ArticleNew Post: GetUserInfo Using PreferredName
Cicely: SPServices won't help you to interact with Active Directory, but if you have the right licensing you can query the User Profile Service....
View ArticleCommented Unassigned: Getting User Profile Details via User Name [10149]
Is it possible to get User Profile Details of a User ,via User Name . Actually in my scenario, Clients will select the user via People Picker Contol, on that time other fields like Dept Name, Emp No...
View ArticleClosed Unassigned: Getting User Profile Details via User Name [10149]
Is it possible to get User Profile Details of a User ,via User Name . Actually in my scenario, Clients will select the user via People Picker Contol, on that time other fields like Dept Name, Emp No...
View ArticleNew Post: Those pesky quotation marks
For a directory, I'm attempting to retrieve names and data beginning with their email address. Two addresses--both with single quotes--elude me. I've tried everything I can think of, but nothing has...
View Article