New Post: Query 2007 List form 2010 Environment
It's probably a cross-domain issue, then. What about using the built in RSS feed from the 2007 blog post list? M.
View ArticleNew Post: Query 2007 List form 2010 Environment
I tried that but I am getting the message: "The RSS webpart does not support authenticated feeds."
View ArticleNew Post: Query 2007 List form 2010 Environment
If one site is http and the other is https, that could pose an issue in addition to the cross domain thing. M.
View ArticleNew Post: SharePoint Hide a list field based on user group
I have a list of columns which i need to display to certain set of users.I have followed this blog and i am not able to achieve the use case.I am new to...
View ArticleNew Post: Query 2007 List form 2010 Environment
OK, I got this working with the following code:$.support.cors = true; $(document).ready(function () { $().SPServices({ webURL: "http://spsite/research/blog/", operation: "GetListItems", async: false,...
View ArticleNew Post: Cascading Drop-Down Project (Information Gathering)
Thanks Mark, I got it working a few days ago, I have another question with cascading drop down. How do I get a child to be related to multiple parents? For example X in column C will only be available...
View ArticleNew Post: Cascading Drop-Down Project (Information Gathering)
No, the function isn't built to support multiple parents. However, you can certainly build something using SPServices to meet your specific needs. M.
View ArticleNew Post: SharePoint Hide a list field based on user group
It's hard to say where things are going wrong for you. However, you'll need to use a DOM inspector to find the right elements for your selectors. M.
View ArticleNew Post: Advice please? Will SPUpdateMultipleListItems do what I would like...
At this stage, this is a design-type question, hence no code attached yet. What I'd be grateful for are some expert views on whether SPUpdateMultipleListItems is able (or best suited) to achieve the...
View ArticleNew Post: SPCascadeDropdowns not woking in SharePoint 2013 Office 365
Hmm. Codeview gives me this:<tr> <td nowrap="true" valign="top" width="113px" class="ms-formlabel"> <h3 class="ms-standardheader"><nobr>Dominante...
View ArticleNew Post: SPCascadeDropdowns not woking in SharePoint 2013 Office 365
I also tested the simplest form with the lists TESTCity, TESTCountry and TESTForm. Same error. I'm sure i'm doing it right since i'm using it all the time, just not on 365..
View ArticleNew Post: Advice please? Will SPUpdateMultipleListItems do what I would like...
I think for your use case, the approach in SPUpdateMultipleListItems might make sense. (I just removed those two comments on the docs page because they could be misleading out of context.) It sounds...
View ArticleNew Post: Lists.GetListItemChangeSinceToken operation input parameters not...
Hi Marc, While looking into how GetListItemChangesSinceToken works, I found that it is not setup to accept CAMLQuery as one of the input parameters.. In looking at the source, looks like (perhaps?) you...
View ArticleNew Post: SPCascadeDropdowns not woking in SharePoint 2013 Office 365
Well...I got it working. It ended up being very trivial. Somehow I suddenly stopped getting a debug window like mentioned by others (after switching to different browser modes) so I decided to look...
View ArticleNew Post: Cascading Drop-Down Project (Information Gathering)
Thanks for all the help. I will study them first and I'll share it here if I ever suceeded on it.
View ArticleNew Post: Cascading Drop-Down Project (Information Gathering)
Great. I look forward to hearing how it goes. M.
View Article