New Post: Add new lookup item on the fly
Just curious if my solution is worthy of a blog post. Really want something useful to blog about and thought this might make a good one. BTW, I was able to get local storage to work just fine though I...
View ArticleNew Comment on "Documentation"
I could not get thi sworking. Checked all the comments and documentation. Followed the instructions but it still did not work. This was a link between 3 dropdowns - Zone -> Region -> Office. Then...
View ArticleNew Comment on "Documentation"
I could not get this working. Checked all the comments and documentation. Followed the instructions but it still did not work. This was a link between 3 dropdowns - Zone -> Region -> Office. Then...
View ArticleNew Post: SPFilterDropDown: Reverting on EditForm
Thank you - I hadn't. What you posted makes sense - and it would probably make the form behave more gracefully - and I've been playing around with the code on the form - but I don't quite know enough...
View ArticleNew Post: problem with SPServices.GetTemplatesForItem soap message slightly...
hi, i've been using the SPServices.GetTemplatesForItem method in my development environment no problem viavar itemURL = documentURL;var testVar; $().SPServices({ operation: "GetTemplatesForItem", item:...
View ArticleNew Post: problem with SPServices.GetTemplatesForItem soap message slightly...
When it doesn't work, what does the returned XML look like? Is it showing some sort of error? Do you have the correct permissions in production to make the call you're making?M.
View ArticleNew Post: problem with SPServices.GetTemplatesForItem soap message slightly...
maybe it is some sort of permissions because i can't connect to the WSDL with SOAP UI (although i can with browser get to the web service page).. i'll see if ican see any error message, i'm a farm...
View ArticleNew Post: problem with SPServices.GetTemplatesForItem soap message slightly...
i tried to connect to a different web service with SOAPUI in the production environment (different service call) and it didn't work either<script type="text/javascript"> var thisSite =...
View ArticleNew Post: problem with SPServices.GetTemplatesForItem soap message slightly...
Yeah, it doesn't sound like SPServices, as it ought to work the same in the two environment, all other things being equal. If you can connect to the WSDL pages via the browser, this it mist be...
View ArticleNew Post: problem with SPServices.GetTemplatesForItem soap message slightly...
ok so i tried to use sharepoint designer... if i connect to _vti_bin/webs.asmx?WSDL it works (shows data in data view), but if I connect to _vti_bin/workflow.asmx?WSDL, i get a non specific error in my...
View ArticleNew Post: problem with SPServices.GetTemplatesForItem soap message slightly...
actually found the message in the error logs when it fails from designer...Leaving Monitored Scope (EnsureListItemsData). Execution Time=21.6217424281578 6e38edd6-693b-4a26-8d86-a7e94c681adb11/05/2012...
View ArticleNew Post: problem with SPServices.GetTemplatesForItem soap message slightly...
Could it be a licensing difference between the two environments?M.
View ArticleNew Post: problem with SPServices.GetTemplatesForItem soap message slightly...
interesting point they are both enterprise server licenses, thanks for all your input so far..
View ArticleNew Comment on "$().SPServices.SPCascadeDropdowns"
This blog post demonstrates how to implement $().SPServices.SPCascadeDropdowns. http://sharepointsource123.blogspot.com/2012/11/how-do-i-implement-spservicesspcascaded.html
View ArticleNew Comment on "$().SPServices.SPCascadeDropdowns"
Marc, can SPCascadeDropdowns be added anywhere except within the NewForm.aspx, EditForm.aspx etc.. ? Let's say I had a cascade.aspx page and I inserted "New Item Form" into the page. Would...
View ArticleNew Post: problem with SPServices.GetTemplatesForItem soap message slightly...
ok an update here i have isolated the problem to a specific site/site collection. I guess my lack of knowledge of web services is hindering me a bit. If I have a subsite in a site collection, ie...
View ArticleNew Post: problem with SPServices.GetTemplatesForItem soap message slightly...
did some more testing and actuallyy its only one particular library in one particular site, of course that is the site/library i selected to do my testing in so i'm lucky? i guess. I have no idea why...
View ArticleNew Comment on "$().SPServices.SPFindPeoplePicker"
Also the CurrentValue return value has "full name" in Chrome and "fully qualified domain name" in IE. e.g. in Chrome, we'd get "Joe Bo" whereas in IE we'd get "foo.com\jBo". I found it more consistent...
View ArticleNew Comment on "$().SPServices.SPFindPeoplePicker"
yikes - I forgot to mention that my 2 comments below were for SharePoint 2007.
View ArticleNew Comment on "$().SPServices.SPFindPeoplePicker"
I was able to set the value of the people picker in sharepoint 2007 with chrome and firefox using: var $MyPicker= $().SPFindPeoplePicker({ peoplePickerDisplayName: "MyFieldName", checkNames: false});...
View Article