Commented Feature: Add support to allow SPUpdateMultipleListItems to use...
I needed SPUpdateMultipleListItems to support updating only files in a specific folder, after a bit a digging (and lots of why doesn't SP like my query), I found that with a simple change,...
View ArticleEdited Issue: Extend SPRedirectWithID with Query String Parameters [10030]
If I use redirectUrl: “EditForm.aspx” in SharePoint 2010 in a Dialog, the dialog parameter ?IsDlg=1 gets lost. If I use redirectUrl: “EditForm.aspx?IsDlg=1” the final URL is in an invalid format like...
View ArticleCommented Issue: Extend SPRedirectWithID with Query String Parameters [10030]
If I use redirectUrl: “EditForm.aspx” in SharePoint 2010 in a Dialog, the dialog parameter ?IsDlg=1 gets lost. If I use redirectUrl: “EditForm.aspx?IsDlg=1” the final URL is in an invalid format like...
View ArticleEdited Issue: SPCascadedDropdowns and content types [10120]
Hi,I encountered a problem with SPCascadedDropdowns where it didn't seem to correctly identify "required" columns in a list with multiple content types. As a result, the child dropdown is populated...
View ArticleCommented Issue: SPCascadedDropdowns and content types [10120]
Hi,I encountered a problem with SPCascadedDropdowns where it didn't seem to correctly identify "required" columns in a list with multiple content types. As a result, the child dropdown is populated...
View ArticleEdited Feature: SPCascadeDropDown - Allow Non-Hierarchical Selections in...
From: http://spservices.codeplex.com/discussions/404608Would it be complicated to have a new boolean parameter, let's say "NonHierarchical",and if it is true, the already selected children are not...
View ArticleCommented Feature: SPCascadeDropDown - Allow Non-Hierarchical Selections in...
From: http://spservices.codeplex.com/discussions/404608Would it be complicated to have a new boolean parameter, let's say "NonHierarchical",and if it is true, the already selected children are not...
View ArticleCommented Issue: SPDisplayRelatedInfo not working with matchOnId: true [10134]
From: http://spservices.codeplex.com/discussions/346508Did anyone get this figured out? I have run into the same issue. Using 'matchOnId: true' causes the function to return 0 items. I believe I have...
View ArticleNew Post: Using GIT for Source Control and Community Code Contributions
Thanks for all of the input. I'm not sure where I'll go with things, but I would like to learn to use github. Josh McCarty gave me a very helpful tour yesterday and I'm getting there. M.
View ArticleNew Post: SP2010 Joins
Hi Matt, I am trying to achieve the same thing i.e. apply "joins" on CAML queries using SPservices or the Sharepoint webservices . Please let me know if thats possible in any case .
View ArticleNew Post: SP2010 Joins
@ReenaN, Some others have reported <Join> not working with the web services. You should look at using JSOM instead. Cheers, Matthew
View ArticleNew Post: GetUserCollectionFromGroup not working on my WSS sites.
I am trying to write a function that returns all the members of a given group. My code seems to work just fine when I am looking at groups created in MOSS sites, but I can't seem to get it to work on...
View ArticleNew Post: GetUserCollectionFromGroup not working on my WSS sites.
You'll want to make sure the Group Settings allow for "Everyone" to view membership of the group. Make sure that is set and see if you get the results you expect. Cheers, Matthew
View ArticleNew Post: GetUserCollectionFromGroup not working on my WSS sites.
I checked that and it is set to "Everyone" as suggested but still no juice. Are there any server side settings that will prevent this webservice call? I tried stepping through the code, and on my WSS...
View ArticleNew Post: GetUserCollectionFromGroup not working on my WSS sites.
If the status variable of the completefunc() returns error, then that means the call to the server failed. Status tracks the communications to the server. Meaning, it was not even processed by...
View ArticleNew Post: How to get the displayed text of a cascading drop down list with...
Hi, thanks for your help. How can I use the getDropdownSelected method? what is the columnSelect parameter?? I have tried to put my column field name but the columnSelect.Type is undefined. Could you...
View ArticleNew Post: A bit of trouble with the Promise version
I hope I'm just doing some little thing wrong, but in the following code I call writeNew from the .done clause of a write to a different list (which always works), and although execution gets to that...
View ArticleNew Post: SPServices Filter Dropdown
Hi, I'm having a wee issue with the Filter Dropdown. I've managed to get the filter working by using a choice field "Project Status" and having my CAML Query as:"<Eq><FieldRef...
View ArticleNew Post: SPServices Filter Dropdown
I believe the static name of the "Created By" field is actually "Author." Try that and see what you get. Geoff
View ArticleNew Post: SPComplexToSimpleDropdown in EditForm sets index to zero
Hi Marc The above is working great for me in a new form but when using it within an edit form the initial value always sets at 0 with the "Choose ..." prompt displayed. Because I already have a value...
View Article