New Comment on "$().SPServices.SPCascadeDropdowns"
This is awesome but it's not working for a Choice Field with multi-select (checkbox). When I make the field into a dropdown it works. Can you tell me how you were able to make the checkboxes dynamic?...
View ArticleNew Post: xData.responseText showing no error code or undefined with no list...
It shouldn't have ever worked without the leading slash unless the relative path was different. In any case, glad it's working now.M.
View ArticleNew Post: How to define more than one
I am not sure if this is the correct way of defining two orderby's in the query as I could not find the documentation regarding this issue. Nor did this work as expected for me.I am trying this: var...
View ArticleNew Post: Adding SPServices via CEWP: Works, but getting TypeError in FireBug
So, I tried to install SPServices in my SiteCollection for I want to create a contact form visual web part with cascading dropdowns (use-case: Having Events and Attendees, 2 Dropdowns, first "event...
View ArticleNew Comment on "$().SPServices.SPCascadeDropdowns"
Perhaps it is obvious to all of you, but I don't know how to create the Form itself?! Can I just create a new visual webpart with asp-Element Dropdownlist in it and add SPServices with a CEWP on-top...
View ArticleNew Post: How to define more than one
The syntax looks fine but you're sorting on the same field twice. Also, Ascending='TRUE' is the default so you can omit that if you like. The complete CAML reference is availablehere.
View ArticleNew Comment on "$().SPServices.SPCascadeDropdowns"
@Pinguwien Can you post the details of what problem you are facing in the Discussions? Most people don't follow the comments here. Cheers, Matthew
View ArticleNew Comment on "$().SPServices.SPGetCurrentUser"
Couple of questions: #1. How do we get the property "Office Location". I see that it has an internal name as [SPS-Location] in my User Profile. #2. The above list of field names has ONLY 15 of them...
View ArticleNew Post: Adding SPServices via CEWP: Works, but getting TypeError in FireBug
Dominik:That error refers to sp.ui.rte.debug.js, which is one of SharePoint's .js files. I'm not sure what's happening. I think you'll need to do some debugging.M.
View ArticleNew Post: AddUserToGroups\Remove with owner credentials
Hi Marc,Strange situation here- silly me built something where the user has the ability to add\removehinmself from user groups.While testing it is worked (duh! i am the site collection admin) but..it...
View ArticleNew Comment on "$().SPServices.SPFindPeoplePicker"
I have been unable to get this function to work. It may be that I am too green to understand the additional code to update the form to show the changed value. I have added the following: <script...
View ArticleNew Post: 2 related projects: Static Filters and ListMerge (a.k.a. Join)
I have created 2 projects (on GitHub) that may be of interest to the folks here. They both have come out of requirements for a SharePoint site that I am working on.1) Static Filters ans...
View ArticleNew Post: global variables
To address a particular situation occurring in the asynchronous processing of a current project, I would like to have a set of values that I build dynamically throughout the routine where these values...
View ArticleNew Post: global variables
I'm assuming your two "global" variables are (Note, they way this code is written, these variables are not global): var arHoldAll = []; var arCurrentDupes = [];If you want these to be available after...
View ArticleNew Post: global variables
Thank you for that, Matt. Unfortunately, I had no more luck with that approach than what I had been using, but I certainly had not been aware of the possibility of making those variables into...
View ArticleNew Post: AddUserToGroups\Remove with owner credentials
Can you explain more about what you are trying to accomplish?M.
View ArticleNew Post: global variables
I'm only skimming the thread, but if you define your globals up top before the $(document).ready, they should be available for the page lifecycle. It can get you into trouble unless you use variable...
View ArticleNew Post: AddUserToGroups\Remove with owner credentials
Thanks for your reply Marc.1. viaspservicei am getting list of all user groups available on the portal ( they aremeaningfull names, so user understands)2. via"addusertogroups" i am trying to addan user...
View ArticleNew Post: global variables
Yes, that global variable list at the top of code is probably my oldest lesson learned. So often, routines intended to return values did not work in my early efforts, and I discovered that writing to a...
View ArticleNew Post: AddUserToGroups\Remove with owner credentials
Something that I thought should work for this, would be to set the group to allow users to request access and also set it to auto accept incoming requests.
View Article