New Post: global variables
When you write an item into the list with UpdateListItems, the data which has been written is returned to you. Doesn't that tell you enough about what's happened? You could always push the important...
View ArticleNew Post: SPArrangeChoices With Custom Form Not Working
I think I need a little assistance with the SPArrangeChoices!I have created a custom form for one of our 2007 SharePoint sites. The following code is added to the page:<asp:Content...
View ArticleNew Post: SPArrangeChoices With Custom Form Not Working
Try replacing your long columnName in the code with the actual field internal name which I believe you already have [My_x0020_immediate_x0020_supervi].Dan
View ArticleNew Post: Multiple Multi Select Box issue
Sorry to get back to this so late, but something is definitely going on here. I have seen the SPServices code and it looks like it should work. However, as this is Marc's code I am not going to claim I...
View ArticleNew Comment on "$().SPServices.SPCascadeDropdowns"
How to make SPCascadeDropdowns work with different SP language packs installed ? F.i. I have different Form "DisplayName" in different languages, so if I make it work in one, it does not work in...
View ArticleNew Post: global variables
I re-did that portion of the code, pushing into an array (arWritten) the items show from xData.responseXML.global variables: arWritten (and others)doStuff is invoked upon successful reading of email...
View ArticleNew Post: SPArrangeChoices With Custom Form Not Working
Thanks for the response Dan. I replaced the code name in both spots with the internal field name and it still is not showing up properly.
View ArticleNew Post: Use StartWorkflow on Site Workflow
I've got a site workflow that takes a list of email addresses as a parameter and shoots off a notification email to those address. It's not associated to a list because I'll be creating several list...
View ArticleNew Comment on "$().SPServices.SPAutocomplete"
This works perfect in SPF 2010 ! Thanks Marc!
View ArticleNew Post: UpDateListItems
Marc, First SPServices Rocks! That aside, I am curious if you ever considered instead of valuepairs, to just use Key: Value from JSON?BACKGROUND: I have been incorporating SPServices into John Papa's...
View ArticleNew Post: UpdateListItems Error
Hi All, I'm upgrading my platform to run jQuery 1.8.3 and SPServices 0.7.2. With these files in place, I get an error each time I attempt to run the UpdateListItems operation. I do not get the error...
View ArticleNew Post: global variables
In my code, I open all emails in a library, then write an array containing all relevant data for each (we're mostly interested in the name as a kind of ID).I then iterate through the array, calling...
View ArticleNew Post: UpdateListItems Error
Drop your completefunc: null reference... I'm not sure if there is a check for it being a function or not in either library and invoking null will definitely throw an error.Cheers, Matthew
View ArticleNew Post: UpdateListItems Error
I appreciate that tip. I updated my code but still get the same result in the same line of the jQuery module. jQuery is the one throwing the error, not SPServices.Geoff
View ArticleNew Post: Question Regarding SPGetCurrentUser
I'm working on a site where a form might be filled out on behalf of the manager of an employee, by say a supervisor. The form however, required Employee's manager information be filled out regardless...
View ArticleNew Post: UpdateListItems Error
The problem from what I've found looks to be a bug in SPServices 0.7.2. I've found this on line 1206:opt.completefunc(cachedXML, status); // When the call is complete, do this The error you are...
View ArticleNew Post: UpdateListItems Error
Thinking about this a bit more, an added safety benefit would be to wrap any completefunc calls with$.isFunction. The function appears lightweight, but you always have to weigh the benefits...Cheers,...
View ArticleNew Post: Deleting via SPServices
Hi Marcwhile deleting list items via sp services using/* $().SPServices.SPUpdateMultipleListItems({ listName: "xxxxx", CAMLQuery: "<Query><Where><And><Eq><FieldRef...
View ArticleNew Post: UpdateListItems Error
I don't know how you found that but it's a good one! I verified your point by adding a completefunc argument to my code just to pass something (without modifying the SPServices 0.7.2 file). It works...
View ArticleNew Post: Using GetUserProfileByName to Fill Columns on a Data View Web Part...
I have a requirement that I prefill user information based on a field that is already filled out in the edit view of a Data View Web Part.I'm grabbing the username right now with...
View Article