Closed Issue: Cascade Dropdown with Multi-Select Child [10111]
I am using cascade Dropdown feature for Multi-Select child, everything working fine. But the think is if I remove the value from the Selected Values Box(Right Side) , the Possible Values Box(left side)...
View ArticleCommented Issue: Error in SPCascadeDropdowns: Selected Values lost after...
Selected values in the (single value) child selection are lost on a parent selection change if it has less then 20 entries and is rendered as a simple DropDown menu.<br /><br />Can be fixed...
View ArticleClosed Issue: Error in SPCascadeDropdowns: Selected Values lost after change...
Selected values in the (single value) child selection are lost on a parent selection change if it has less then 20 entries and is rendered as a simple DropDown menu.<br /><br />Can be fixed...
View ArticleCommented Issue: SPRedirectWithID does not re encode the querystring [10110]
After the redirection, the Source variable in the query string is not encoded. There are cases where you end up with not proper usrls like...
View ArticleCommented Issue: SPRedirectWithID does not re encode the querystring [10110]
After the redirection, the Source variable in the query string is not encoded. There are cases where you end up with not proper usrls like...
View ArticleNew Post: Lists.UpdateListItems with External List
This is something I have never been able to do with web services. I tried every trick I could think of! I even tried to write the SOAP request manually including the name of the command from BCS to no...
View ArticleNew Post: Multiple Multi Select Box issue
Can I assume that you are making these "multi-select" in the list settings? Are these then 3 sets of checkboxes or still dropdowns? I gather you mean dropdowns but want to be sure I know how you are...
View ArticleNew Post: Multiple Multi Select Box issue
These three columns are set up in the list "AppSupportProdTest" as column types "lookup" and "<label for="ctl00_PlaceHolderMain_OptionalSettings_ctl00_ctl01_cbxAllowMultiValue">Allow multiple...
View ArticleNew Post: Multiple Multi Select Box issue
Additionally, on the list form the multi select box is just two square boxes that populate with the data dynamically from the previous option box above (previous column) a scroll bar dynamically...
View ArticleNew Post: Lists.UpdateListItems with External List
A good link to read over:http://allthatjs.com/2012/07/17/api-access-to-sharepoint-external-list/The meat and potatoes of this post is this:External list CRUD OperationsSharePoint...
View ArticleNew Post: Multiple Multi Select Box issue
Column 1, 2 and 3 on the form. With column 2 set to not allow multiple selections from the lookup field. It works this way,whatever is "added/selected" from column 1 will populate the small dropdown in...
View ArticleNew Post: GetListItems not working in subsite
Greetings,Given a list at the site collection level, can you think of a reason whyGetListItems would fail to work when referenced from a page in a subsite of the same site collection? As soon as it...
View ArticleNew Post: GetListItems not working in subsite
I'm not sure what version of SPServices and jQuery you're using, but the .find("z\\:row") syntax won't work with jQuery 1.7+. I also assume that you're passing the webURL correctly? It would help if...
View ArticleNew Post: GetListItems not working in subsite
Aha. That's it. I was using "webUrl" instead of "webURL". Duh.Thanks again for the quick response and point in the right direction. -Brian
View ArticleNew Post: xData.responseText showing no error code or undefined with no list...
Just a follow up Marc. This is very bizarre. I moved the page to a different server (which should not matter as I successfully use GetListItems there anyway). But in the new location I now get a error...
View ArticleNew Post: xData.responseText showing no error code or undefined with no list...
Looking at what you originally posted above, shouldn't trhe webURL be:webURL: "/sss/sites/web",? Note the leading slash.M.
View ArticleNew Post: Multiple Multi Select Box issue
I see what you are trying to do. I have not really tried this, but it should work. I do notice that some of the items are duplicated in the 3rd multiselect option. I am wondering if there is a data...
View ArticleNew Post: Multiple Multi Select Box issue
I removed most of the data from all the lists and made sure there was no duplication in the title column in the list and still nothing unfortunately. At this point I can't even make a multi select box...
View ArticleNew Post: xData.responseText showing no error code or undefined with no list...
You are correct Mark! I was using the absolute href before in the URL: properties. I'm not sure but maybe the newer Jquery & SP Services versions changed that from before? Thats the only reason I'm...
View Article