New Post: SPUpdateMultipleListItems Item limit
ptavares...it appears the code you have provided in this thread may be what I am looking for to do my multiple list item updates in batches of 100...please forgive the simpleness of my question...how...
View ArticleCreated Unassigned: Cascading dropdown error if over 19 items in the...
Hello Marc, Thank you in advance for either fixing the issue or letting me know what I'm doing wrong.Please see attachment for screen shots.With the simple cascading dropdowns the expected and observed...
View ArticleNew Post: SPUpdateMultipleListItems Item limit
@williamnevarez Actually, it should be :) You can just copy/paste the function above (bulkupdate) and use it like this:bulkUpdate({ SPServicesOptions: { listName: "Anoucements" }, updates: [...
View ArticleCreated Unassigned: Return ONE list item using GetListItems or a similar...
I have used GetListItems to return all list items, however I have a situation where I only want to display information from one record from a list, not all list item. Is there an ID option that I can...
View ArticleClosed Unassigned: Cascading dropdown error if over 19 items in the...
Hello Marc, Thank you in advance for either fixing the issue or letting me know what I'm doing wrong.Please see attachment for screen shots.With the simple cascading dropdowns the expected and observed...
View ArticleClosed Unassigned: Return ONE list item using GetListItems or a similar...
I have used GetListItems to return all list items, however I have a situation where I only want to display information from one record from a list, not all list item. Is there an ID option that I can...
View ArticleNew Post: SPUpdateMultipleListItems Item limit
Paul, Thank you for your quick response. So I tried what you advised and I am not having any success. I copy/pasted the bulkUpdate function exactly as it was indicated above with no revisions on my...
View ArticleCommented Unassigned: Cascading dropdown error if over 19 items in the...
Hello Marc, Thank you in advance for either fixing the issue or letting me know what I'm doing wrong.Please see attachment for screen shots.With the simple cascading dropdowns the expected and observed...
View ArticleNew Post: Cascading lookup - child drop-down not filtering
Hi Mark, Unfortunately, the way your lists are structured, especially with using a site column, is not compatible with the cascading dropdown function. However, I drafted and tested the code below,...
View ArticleNew Post: Cascading lookup - child drop-down not filtering
Hi Charles, thank you very much for your time with this. I have tried to use your suggested approach BUT the Course drop down still doesn't filter. I tried in Chrome as well as IE10 just to make sure...
View ArticleNew Post: Cascading lookup - child drop-down not filtering
Hi Mark, You're right about line 9. I missed that one in my explanation. Also, the correct web address for the spjs utility library is spjsblog.com. Regarding your updated code, it appears that line 15...
View ArticleNew Post: SPUpdateMultipleListItems Item limit
@williamevarez, I think that you're trying to do something like: UPDATE all items WHERE stringFromStatus=Active This function is not going to help you with that... With Client side programing (using...
View ArticleNew Post: Cascading lookup - child drop-down not filtering
I cannot thank you enough Charles! I found the right place to get the spjs library, but I would never in a million years have realised I'd deleted a line form your code. I must have deleted that line...
View ArticleNew Post: Cascading lookup - child drop-down not filtering
You're welcome Mark. I'm glad I was able to help. :) Charles
View ArticleNew Post: SPCascadeDropdowns in DFWP
Hi, I would need to cascade Dropdowns in a Data Form Web Part. Either with Dropdowns which are always shown or with activated inline editing (Dropdowns shown after clicked edit or insert link). My...
View ArticleCreated Unassigned: SPServices() sets wrong server relative URL on SP2010...
#Description:Calling SPServices() from a page located at root website Pages library (e.g. http://<server>/Pages/default.aspx) to access a list at same level (e.g....
View ArticleEdited Unassigned: SPServices() uses wrong server relative URL on SP2010 [10165]
#Description:Calling SPServices() from a page located at root website Pages library (e.g. http://<server>/Pages/default.aspx) to access a list at same level (e.g....
View ArticleNew Post: SPUpdateMultipleListItems Item limit
You are 100% correct on what I am trying to accomplish; and thank you for taking the time to clarify my next steps and most importantly why I must take them. I was confused on the Field ID portion of...
View ArticleCreated Unassigned: SPFilterDropdown in SPServices-2013.01 [10166]
SPFilterDropdown does not appear to be working in SPServices-2013.01.js. The function works fine in my form when using SPServices-0.7.2.js. But when I switch the javascript "src" reference to...
View ArticleNew Post: SPUpdateMultipleListItems Item limit
Glad I could help... Good luck. _________Paul T
View Article