New Comment on "$().SPServices.SPCascadeDropdowns"
Hi, I am new to this so apologies if I'm not posting in the correct area. I have tried this in SP2013 (I know its not yet certified). I didn't know if this would be useful information or not. The first...
View ArticleNew Comment on "$().SPServices.SPCascadeDropdowns"
Hi, I am new to this so I apologise if I'm not posting in the correct area. I have tried this in SP2013 (I know its not yet certified). I didn't know if this would be useful information or not. The...
View ArticleNew Post: UpdateListItem Date Format?
I used moment.js to reformat the date into ISO formathttp://momentjs.com/docs/#/displaying/as-iso-string/
View ArticleNew Post: UpdateListItem Date Format?
I added a function in SPServices 2013.02 to assist with this called $().SPServices.SPConvertDateToISO, in case it's helpful. But moment.js rocks for doing anything with dates and times. M.
View ArticleNew Post: SUM Calculation in 1:n Sharepoint list association.
hi Folks, i got 2 SPLists the 1st one for the Projects and the 2nd for the Project Tasks. The 2nd contains a cost column.Now i would like to Display the aggregated sum of the costs in the Project list...
View ArticleNew Post: SUM Calculation in 1:n Sharepoint list association.
That's a pretty basic JavaScript thing. You'd retrieve all of the items in the second list you want to sum, loop through them accumulating the total, and then display it in the page. M.
View ArticleNew Post: Pretty new to jQuery trying to do something (hopefully) simple with...
I haven't gotten it to work yet. I've added a Yes/No Checkbox field and named it "Alert" And Created 2 entries with Title Values as "Test1" and "Test2" respectively and the Alert Checkboxes are...
View ArticleNew Post: SPRedirectWithID not redirecting in IE10
Thanks Scott! Had the same problem here, and PreSaveAction works good for me! (Internet Explorer 10 and SharePoint 2010)
View ArticleNew Post: Auto population?
Hello again SP Services Folks, It took me a while to find away to accomplish this functionality but thanks to the you guys and a few blogs found by google, I manage to figure out a way to get the...
View ArticleNew Post: Auto population?
Francis: I'm having a little trouble figuring out what you're trying to accomplish here. It looks very similar to cascading dropdowns to me, i.e., what you enter a value in the Title column, you're...
View ArticleNew Comment on "$().SPServices.SPDisplayRelatedInfo"
Hi, I have tried this in SP2013, when I select from the list I get "Undefined" instead of the data in the 2 columns in my example. $().SPServices.SPDisplayRelatedInfo({ columnName: "Relation Lookup",...
View ArticleNew Post: List Size
Does anyone know of a way to get the size of a list using SPServices?
View ArticleNew Post: List Size
Bytes, I have done this for the document libraries but I don't see any way to get the size in bytes for lists or list items. Trying to discover where the most space is being used accross a site...
View ArticleNew Post: List Size
I would assume with a Document Library that you simply looped through the items and added up to byte counts? I think you could do something similar with a list, but there you would probably be more...
View ArticleNew Post: $().SPServices.SPGetCurrentUser not returning a user ID
To start: thanks for this tool. It's really amazing. I'm having trouble getting my current user's ID -- am using SP2014.01 and jQuery 1.11.1 along with SP2007. I can get the user's name and other...
View ArticleNew Post: $().SPServices GetListItems Distinct Values
I'm about 4 years late to this party, but I was having the exact same issue earlier today and quickly found a very simple jQuery solution (credit to StackOverflow). It (appears) to loop through all of...
View ArticleNew Post: This field cannot be blank
I have tried this code, however, my People Picker is named "Employee". <script language="javascript" type="text/javascript"> $(document).ready(function() { var userName =...
View ArticleNew Post: Auto population?
Hi Marc, In a sense this code sort of like function like a People Picker where the "Employee Number" is used to query other data. We needed to fetch other data that isn't available in our LDAP. And...
View ArticleNew Post: SP3 (for SharePoint 2010) broke my SPCascadeDropdowns
Having the exact situation as you, only the unhandled exception when submitting (none) values in required fields is only occurring when using cascade dropdowns in calendar lists. I also still need to...
View Article