New Post: SPServices 401 Unauthorized Issue
This is undoubtedly caused by your infrastructure. Many times production environments require several hops to get to the content, perhaps through an F5 or similar box. This can introduce multiple...
View ArticleNew Post: Append user to People&Group Field
There is not Append option to UpdateListItems so your update (valuepairs) needs to be all inclusive. Meaning include existing and new values._____PaulSent from mobile device.
View ArticleNew Post: Creating Webs and Documents Stores
Oli: None of these questions are SPServices questions. I'd suggest that you post them in a more general forum. M.
View ArticleNew Post: Toggling SPDisplayRelatedInfo content
You should be able to hide or display the SPDisplayRelatedInfo content as simply as: $("#SPDisplayRelatedInfo_columnname").hide() or .show() I make the ids simple and easily identifiable for just such...
View ArticleNew Post: Find Content Link values in CEWPs
I assume you mean script files references in the Content Link fields in Content Editor Web Parts? Take a look at the SPScriptAudit...
View ArticleNew Post: Form Enhancements are synchronous - why?
Because calls to these functions can be "stacked up", I want to be sure that the previous call has completed and the function is done before allowing the next instance to do anything. M.
View ArticleNew Post: SPArrangeChoices for all columns?
Keep in mind that this is script that runs once the page is loaded. The radio buttons will load as usual and then the function does its thing. if it's onerous, hide the column until after it...
View ArticleNew Post: Cascading lookup - child drop-down not filtering
Hi, I am pretty new to jQuery and am trying to get my head around the Cascading Lookup function. I have this scenario in SharePoint 2010: Single Site Collection. At TOP LEVEL there is a list of PCYC...
View ArticleCreated Unassigned: SharePoint 2013 - couldn't get user's department field...
I couldn't retrieve the user's information in SharePoint 2013,$().SPServices({ operation: "GetUserProfileByName", async: false, AccountName: "domain//usrname", completefunc: function (xData, Status) {...
View ArticleCommented Unassigned: SharePoint 2013 - couldn't get user's department field...
I couldn't retrieve the user's information in SharePoint 2013,$().SPServices({ operation: "GetUserProfileByName", async: false, AccountName: "domain//usrname", completefunc: function (xData, Status) {...
View ArticleNew Post: SPServices Rocks! :-)
Not sure if this is allowed or not, and I know I'm a bit late to the party, but I've recently started using SPS for a project I'm working on, and I'd just like to say how awesome and incredibly useful...
View ArticleNew Post: Client-Side Form And Field Updating.
This is a bit more general than just SPS, but I know you guys use SPS in some pretty fancy client based apps and I wanted to get some experienced opinions on this. I'm working on a SP2007 site using...
View ArticleNew Post: Client-Side Form And Field Updating.
Yes, you'll end up with a bunch of jQuery (and pure JavaScript) around what you do with SPServices. Probably the best examples are what is in SPServices itself plus what people show in these...
View ArticleNew Post: Client-Side Form And Field Updating.
Thanks. I'll have a look on your blog and the source code. I was hoping you could just use a field name and operation in Jquery and it would magically work out the field type and what it needed to do...
View ArticleNew Post: Client-Side Form And Field Updating.
PS I just googled "marc sharepoint" to get your blog and 6 out of the top 7 results were all by you (your site, here and slideshare). Being on 1st name terms with google must be nice!
View ArticleNew Post: Client-Side Form And Field Updating.
This also looks useful:-https://jspoint.codeplex.com/ Any thoughts? Better or worse than JQuery? Does anyone else use this, or any other JS libraries? I'm just trying to suss out a clean and easy way...
View ArticleNew Post: Form Enhancements are synchronous - why?
Thanks, that makes sense. I'm currently using SPLookupAddNew opening in a new window with SPFilterDropdown to refresh the Lookup choices every 3 seconds, without requiring the page to be reloaded. As a...
View ArticleNew Post: Form Enhancements are synchronous - why?
Obviously, since it's script and open source, you can feel free to make any adjustments that you want. I'd just be careful, as it took me a long time to get things where they are and I've already lived...
View ArticleCreated Unassigned: Bug in SPRedirectWithID [10162]
Bug description: page gets redirected to "/&"Bottom line: missing parenthesis around ternary operator when concatenating redirect Url.I am using SPServices version 2013.01 and jquery 1.8.2, and...
View Article