New Post: Can I use SPServices to write item-level permissions?
Refer to this thread:http://spservices.codeplex.com/discussions/433585 Thinking about it a little more, you can fire a workflow using SPServices. That workflow can have an impersonation step that...
View ArticleNew Post: Cascading Dropdown with Managed Metadata Columns
Thanks for the response Marc. Just wanted to make sure before I tried to build something myself. Thanks also for all the great JavaScript/jQuery info and your work on this library! It has been...
View ArticleNew Post: Cascading Dropdown with Managed Metadata Columns
If you come up with something that you feel would be useful for me to add into SPServices, please let me know! M.
View ArticleUpdated Wiki: $().SPXmlToJson
Function$().SPServices.SPXmlToJsonCertificationFunctionalitySPXslToJson is a function to convert XML data into JSON for client-side...
View ArticleNew Post: SP services is not null or not an object
I keep getting this error and unable to resolve this. And I have already spent days on Google and trying to fix but all in vain. I tried the absolute and relative URL references. and references seems...
View ArticleNew Post: SP services is not null or not an object
"SP services is not null or not an object" means that your reference to the script file isn't correct. Even though you've checked them, check them again. Look at this post for some...
View ArticleNew Post: SPRedirectWithID causing issue with people picker field
I am having the same issue. Also occurs when trying to use the RequireUnique function. Error is occuring in the core.js on line 5767 the variable matches is null.Snippet from core.js var matches =...
View ArticleNew Post: GetUserProfileByName
No, you don't have to upgrade jQuery, but they do make significant improvements. I'd suggest 1.8.3. The 1.9.x versions so far don't work with SPServices (their blunders not mine). Add an alert in the...
View ArticleNew Post: GetUserProfileByName
p.s. I just ran this in a test environment and it worked fine: $().SPServices({ operation: "GetListItems", async: false, listName: "User Information List", CAMLQuery:...
View ArticleNew Post: GetUserProfileByName
I put the responseText in a DIV..."soap:ServerException of type 'Microsoft.SharePoint.SoapServer.SoapServerException' was thrown.Guid should contain 32 digits with 4 dashes...
View ArticleNew Post: GetUserProfileByName
Ok, you're probably in a subsite, and the UIL is in the root of the Site Collection. Add the webURL option pointing to the root. M.
View ArticleNew Post: GetUserProfileByName
I added a webURL parameter, but it still returned the same error. I give up for today! Thanks for all your efforts, Marc. Don
View ArticleNew Post: Error handling with UpdateListItems
This is out the point discussed here (and I apologize in advance) but do you have a blog describing your work to create that Excel-to-SP import utility? I've been recently challenged to find a way to...
View ArticleNew Post: Error handling with UpdateListItems
I have a jqGrid that shows records from a database, users can select one or more to make a copy of those in a list in our site. In my case I had to implement error handling to let users know when the...
View ArticleNew Post: UpdateListItems - Invalid URL Parameter
Hi, I'm trying to write some variables to a SharePoint List but it's throwing up an "__Invalid URL Parameter - The URL provided contains an invalid command or value. Please check the URL again__"...
View ArticleNew Post: UpdateListItems - Invalid URL Parameter
Hard to determine where the error is happening (ex. Is before the call to SPServices or after is comes back). Is the error you mention below show. In your alert? Or somewhere else?_____PaulSent from...
View ArticleNew Post: UpdateListItems - Invalid URL Parameter
Thanks for the quick reply, Paul. The error appears in the alert. Should I be writing the Site URL in the SPService jquery file or something? Or by default should it just be using the site that it's...
View ArticleNew Post: UpdateListItems - Invalid URL Parameter
Ok. Good. That tells me the call to the server was successful and SharePoint replied with an error.I just looked at the forum post on the web which made a few items obvious to me. Looks like you are...
View Article