New Post: Retrieving a User's Task List?
Thank you for the help, Charles and Chris! Charles, I'll check out CAMLDesigner -- much appreciated. Paul, I'm trying to be slightly more ambitious and emulate the "My Tasks" query that finds a user's...
View ArticleNew Post: Multiple SPCascadeDropdowns on 1 Form don't save.
SharePoint 2007 JQuery - 1.8.3.min SpServices - 0.7.2 I am using SpCascadeDropdown to cascade form fields. When I use 1 call to SpCascadeDropdown like so:$().SPServices.SPCascadeDropdowns({...
View ArticleNew Post: Retrieving a User's Task List?
With a Tasks list an Assignee field (usually) exists which is used to set to the user for which the task is assigned. But: it could be any field if type 'People and Group'. So when you say you want to...
View ArticleNew Post: $().SPServices.UpdateListItems not updating list item
I am attempting to provide my users with the ability to save edits made to a list item editform and continue working without needing to reopen the edit form. I have the following function linked to the...
View ArticleNew Post: $().SPServices.UpdateListItems not updating list item
I'm pretty sure it's the date format. When using WebServices the date must be formatted as YYYY-MM-DD._____PaulSent from mobile device.
View ArticleNew Post: Cascading lookup - child drop-down not filtering
G'day Charles, The script to hide fields works great on NewForm and EditForm, but Dispform for some reason known best to Microsoft doesn't use the NOBR tags, so I tried using the h3 tags instead and...
View ArticleNew Post: Cascading lookup - child drop-down not filtering
Hmm, that's interesting that Dispform.aspx doesn't use the <nobr> tag. Seems like you're getting more comfortable with jQuery, though, since you figured that the <h3> tag might work :)
View ArticleCreated Unassigned: Failed to load resource: the server responded with a...
i'm getting Failed to load resource: the server responded with a status of 500 (Internal Server Error) http://Sharepoint/sites/sitecollection.when i try to get list items with below code.var MNSName =...
View ArticleNew Post: SPServices SPGetCurrentUser does not retrieve any info
I have been having some difficulty getting this to work. We are currently on Office 365. SPServices on the whole works - we have a production system using some commands. However, I have been having...
View ArticleNew Post: SPServices SPGetCurrentUser does not retrieve any info
Some further info I got while using IE8's debug function for the first code snippet: thisWeb was having the value of "https://mydomain.sharepoint.com" thisUserDisp.status = 200 thisUserDisp.statustext...
View ArticleNew Post: SPServices SPGetCurrentUser does not retrieve any info
This is a know bug. It has to do with the fact that the web is the root site. The link to the bug is below, which I think the user also mentions how to address it. Maybe you do the change on your copy...
View ArticleNew Post: Migration to SharePoint 2013
I keep reading great things about 2013's new integration with REST Services. While I HOPE that SPservices will continue to be a great tool for is in 2013, I think that it would be very helpful to...
View ArticleNew Post: SPServices SPGetCurrentUser does not retrieve any info
Thanks for your quick reply Paul. But that can't be right. The known bug is only because of running the command in the root web ie https://mydomain.sharepoint.com In my case, I'm actually running it on...
View ArticleNew Post: Issue with Multiselect Cascade Dropdowns SharePoint 2013 IE8
I did not see any javascript exceptions or errors. Have not tried it in SP2010.
View ArticleNew Post: SPServices SPGetCurrentUser does not retrieve any info
I see what you mean now... and since you are explicitly defining webURL it would also not encounter the bug I pointed out... This is in fact weird.. It should work... I just ran your code (in your...
View ArticleNew Post: SPServices SPGetCurrentUser does not retrieve any info
I should have waited to post my last message.. I just looked at the source for 0.7.2 and its version of SPGetCurrentUser does not support setting webURL as an input param - thus why I was able to...
View ArticleNew Post: SPServices SPGetCurrentUser does not retrieve any info
Dear Paul, Thanks for your help with troubleshooting this. I have re-tried the 2 URLs straight from the...
View ArticleNew Post: SPServices SPGetCurrentUser does not retrieve any info
Any chance you have Firefox running with firebug plugin. If so, take a look at the network traffic and check what URL is being used and if anything is coming back._____PaulSent from mobile device.
View ArticleNew Post: SPServices SPGetCurrentUser does not retrieve any info
Dear Paul, I just installed Firefox and the Firebug plugin. My current is IE8 (I know it's old but some other corporate applications prevent use of IE9 and above). I fired up the test page on Firefox...
View ArticleNew Post: SPServices SPGetCurrentUser does not retrieve any info
This is the Net result from Firefox. I took this snapshot as the alert for the SPGetCurrentUser came up.
View Article