New Post: Single List Item
I have a situation where I would like to manipulate items in the Display list item Modal window, specifically adding a Google Map depending on the record. The trickier part of this is that the address...
View ArticleNew Post: Single List Item
fslassiter, Just to confirm - from your posting, are we to assume that you already have the ID, and need the information behind it? If this is the case, could you not just do a match against that...
View ArticleNew Post: Single List Item
alibby, I would be getting the ID from the Item that I clicked on, for example, clicking from a List title. Anyways I am halfway there or closer. I completely spaced on this, I do not know how I could...
View ArticleNew Post: Single List Item
I was able to find a way to get the List Item ID of the list item that I had clickedbyusing a function Marc created called SPGetLastItemId. Thanks Marc!var listID = $().SPServices.SPGetLastItemId({...
View ArticleNew Post: Single List Item
Hehe - I know what you mean about spacing out; there's no need to feel embarrassed, as I am sure most of us have been there at some point in our careers! In terms of getting rid of the "3;#" - I'm...
View ArticleNew Post: Auto Complete Radio Buttons
Is there any suggested method for completing the following: A single user form with radio button for types of transactions: Easy, Medium, Hard There are then 45 subsequent questions, some pertain to...
View ArticleNew Post: Add support for jQuery NoConflict mode
Hi Guys, I am trying to use SPServices library with Nintex forms. I am referring the SPServices library reference in Nintex forms but when i open the SharePoint list form it gives me error "fn is null...
View ArticleNew Post: Dropdown Lookup
Hello all, i'm looking for a function that will do a lookup to a different list and copy the value to a single line of text field. Using MOSS 2007 Source List A: ID Title 1 Apple 2 Orange 3 Banana List...
View ArticleUpdated Wiki: Documentation
Please read the documentation (starting with theGeneral Instructions at the bottom of this page) before asking questions. I'm happy to help out, but it's so much nicer when folks read the...
View ArticleNew Post: $().SPServices.SPGetCurrentUser not working on the Title field?
Hi Experts, We have a very weird issue that suddenly we cant get the below code working perfectly. Its partially working actually as it was able to populate the InitiatorEmail field without an issue...
View ArticleNew Post: Finding implemenations of SPServices and/or jquery
Does anyone have any ideas how I could find out which sites in our farm are using SP Services and/or jQuery? TIA Dean
View ArticleNew Post: Finding implemenations of SPServices and/or jquery
Dean: Take a look at SPScriptAudit.https://spservices.codeplex.com/wikipage?title=$().SPServices.SPScriptAudit I haven't used it or tested in in quite a while, so let me know if you have any problems...
View ArticleNew Post: $().SPServices.SPGetCurrentUser not working on the Title field?
Arnel: All the fiddling around with versions of things isn't going to solve this. I'd recommend stepping through the code (or using alerts) to see what you are getting back from the calls to...
View ArticleNew Post: Dropdown Lookup
It sounds like you should simply use a Lookup column, and therefore you need no function at all. It's simple, out of the box functionality. M.
View ArticleNew Post: Add support for jQuery NoConflict mode
I haven't ever tried to use SPServices (or jQuery, for that matter) with Nintex forms. You may have found the issue in that Nintex is using .noConflict. However, if you are referencing jQuery yourself,...
View ArticleNew Post: Auto Complete Radio Buttons
Kep: You're going to have to write something for this. It sounds like you want to bind to the click event on some of the radio buttons and click others (trigger the click events) automagically when...
View ArticleNew Post: Single List Item
fslassiter: SPGetLastItemId retrieves the last item created by a specific user, so if that is what you want you can use it the way your say you are. Otherwise, simply pass an ID in as part of the...
View ArticleCreated Unassigned: Caching bug if making same call to different webURLs [10167]
Hi Marc,I'm working on a cascading autocomplete solution where the user enters a site URL in one input and then types a list/library name in a second input. I'm using the URL from the first input as...
View ArticleNew Post: $().SPServices.SPGetCurrentUser not working on the Title field?
Hi Marc, I put 2 alerts on my code. The first alert displays BLANK value but the second one does displays the email address of the current user. Also, using jquery-2.0.3.js and...
View ArticleNew Post: Getting Item ID Before Document Saved.
I have a parent child relationship between an orders and a products list (part of an order). In the order forms you can add products. That's working fine, but the problem I have is that obviously the...
View Article