New Post: Spservices getlist items not working when called over web to html page
Success! Thanks for your time Paul and Marc,webURL: location.protocol +"domain/site/" was the key. I had tried this previously, however in my case because of the structure of this site I needed to use...
View ArticleNew Post: Constructing a reusable framework
Hi Marc! I'm creating an AngularJS framework & am very inspired by SPServices. Any recommendations for best way to structure a JS library for reuse?
View ArticleNew Post: Constructing a reusable framework
Of course the answer is "it depends". ;+) Is your library going to be the middleware between AngularJS and SharePoint? If so, check out the excellent work Andrew Connell has done with AngularJS and...
View ArticleNew Post: Getting Workflow GUID Troubles
I'm having some trouble getting a Workflows GUID. I have a list that I create programmatically and during that process I associate a reusable workflow after the list is created. I know that the...
View ArticleNew Post: Constructing a reusable framework
Thanks Marc. The more I dig into Breeze, it seems to do a lot of the stuff I am trying to accomplish. The reason I started the framework was to provide a reusable angular module to quickly interact...
View ArticleNew Post: SPServices SPGetCurrentUser does not retrieve any info
Hi Guys, did you find any answer? I had a similar experience, I was having the same problem, so I checked the source code and I found the call to the web services thorugh the page userdisp.aspx url:...
View ArticleNew Post: Lists.asmx 401 cross subdomain, farm admin works
Hi Paul, We use integrated (NTLM with claims) security on all webapplications, so yeah they are all authenticated. Browsing to any part of the site is allowed. I am also in the mist here, but it...
View ArticleNew Post: Scroll bar for Spservices.AutoComplete()
We need to overwrite css Add following line $('#SPAutocomplete_').css({"max-height":"150px","overflow-y":"auto","overflow-x":"hidden"});
View ArticleNew Post: SPServices SPGetCurrentUser does not retrieve any info
First suggestion would be to use the latest release, which is 2014.01. If it's not working in that release, please let me know. M.
View ArticleNew Post: Constructing a reusable framework
You're probably best off jumping on the train with Andrew, as he's been working with the Breeze folks to make everything work well with SharePoint. My biggest recommendation about building anything...
View ArticleNew Post: SPServices.SPFilterDropdown Error
I am not sure why my code is not working. I have searched through the other discussions and believe that my code is correct and I am still receiving an error"Error in function...
View ArticleNew Post: Cascade filter on two columns ? (newbie)
Please pardon my ignorance, first time using Javascript and SPServices. I am trying to filter "Description" to only show items that have the program and commodity from the previous two pull downs....
View ArticleNew Post: Lists.asmx 401 cross subdomain, farm admin works
Sander,The good thing with WebServices and SPServices calls is that they are all done from the browser and are performed using the users permissions to the targeted site (sub-site). This is why I'm...
View ArticleNew Post: Cascade filter on two columns ? (newbie)
For some context: CorePrograms List has just title column with program names in it (single line of text)Commodity List has title column and contains commodity name (single line of text) and Program...
View ArticleNew Post: SPCascadeDropdowns not working in DFWP?
Hi, I successfully used SPCascadeDropdowns in a SEWP on a newForm.aspx page. Now I got a new request where I have to customize the newForm.aspx. For this I edited it in SharePoint Designer. Created a...
View ArticleCommented Issue: Title Changed for Required Fields after CU for Sharepoint...
From https://spservices.codeplex.com/discussions/528533I just installed the update on our Dev box. Here is what a required select now looks like:```<td width="190px" valign="top"...
View ArticleCommented Issue: SPDisplayRelatedInfo not working in SPServices 2014.01 [10238]
Hope I'm not missing the wood for the trees, but I have downloaded SPServices 2014.01 Beta to get a handle on the impact on my existing code made by the whole 'Required Field' debacle.During my testing...
View ArticleNew Post: SPServices CopyIntoItemsLocal
hey all, We're slowly replacing some of our more basic InfoPath forms with custom HTML forms to deploy single-page applications more easily. But, I have a requirement to maintain the connection to the...
View ArticleCommented Issue: Title Changed for Required Fields after CU for Sharepoint...
From https://spservices.codeplex.com/discussions/528533I just installed the update on our Dev box. Here is what a required select now looks like:```<td width="190px" valign="top"...
View Article