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 for my Google map is based on another "Locations" list that I have created, to which is a lookup. I would love to be able to retrieve the address from the Lookup, i.e. "Business Office". From then I can pipe the address into the Google MAP API that I have already integrated using a cool jquery plugin called "gomap". Anyways, the goa of this discussion is how we can return one record from a List that is specific to an ID or some other relational field using SPServices. I know how to retrieve ALL list items using using GetListItems and an each() function, however the trick is to getting a specific one.
↧