New Post: $().SPServices.SPGetCurrentUser not working on the Title field?
Why are you defining .ready twice? You only need to use it once, then put any code you want to run on document load inside it. So your code should be like this:-<script type="text/javascript"...
View ArticleNew Post: Single List Item
Thanks for the reply Marc. The issue is that I am trying to get the ID. So, let me elaborate, the user opens the list, clicks on the Title of the list item, then the view items details modal window...
View ArticleNew Post: Need Help with spservices
I'm trying to use spservices to do this on a calendar form list: a list of dates i want the form to check against this list of dates if it falls within the range of dates picked on the date pickers. if...
View ArticleNew Post: Auto Complete Radio Buttons
Marc, That's exactly what I'm thinking it going to be the best method. Any pieces of the SPServices that you would suggest I start with regarding manipulating the standard code to work? I'm new to...
View ArticleNew Post: Getting Item ID Before Document Saved.
Anyone got any thoughts on this please? I thought it'd be a fairly common issue when you're doing stuff behind the scenes with web services.
View ArticleNew Post: Single List Item
So, the way that I was able to pass in the ID for the CAMLQuery was to change my library settings to not use dialogs, so that I could grab the query string value of the item record, using Marcs...
View ArticleNew Post: Call SPServices operation from an HTML webpage outside of SharePoint?
Hello, I am new here, I would like to use the operation updateListItem from SPServices library with a HTML page that is outside the SharePoint Server. To be more specific, I am using a html application...
View ArticleNew Post: Call SPServices operation from an HTML webpage outside of SharePoint?
Hello, I am new here, I would like to use the operation updateListItem from SPServices library with a HTML page that is outside the SharePoint Server. To be more specific, I am using a html application...
View ArticleNew Post: Getting Item ID Before Document Saved.
You are going to have to describe your List setup a little more. I'm not sure what relationships you are trying to capture. I think you are trying to create an order that has relationships to products....
View ArticleNew Post: Get Library Item URL
Hi, I need to get the selected item URL of a document library using jQuery. So I use SPServices library and tried several options. Unfortunately still I'm not getting into the correct track. This is my...
View ArticleNew Post: SPAutoComplete not working
I'm really new in javasript and can't figure out why small test example doesn't working. All I want is autofilling one of text boxes on NewForm. There is my code:<script language="javascript"...
View ArticleNew Post: Getting Item ID Before Document Saved.
The basic problem is getting the item/order ID before it's saved for the 1st time to use to relate the products to that order. Yes, there's just Products and Orders involved. The products are related...
View ArticleNew Post: Getting Item ID Before Document Saved.
It's the part "relate products to that order" that is very fuzzy here... but I'm going to leave that alone :) I assume you have a design that you are going with... You only have a few options here: you...
View ArticleNew Post: Getting Item ID Before Document Saved.
Thanks. presaving the form then using the edit form sounds like a good approach, as then I'll only have one form to customise as well. It should be fine as regards to cancelling etc, as the order form...
View ArticleNew Post: Getting Item ID Before Document Saved.
i tried Redirecting in the new form and it does it pretty quickly. I haven't done the item create yet, but that'll be quick. I was concerned the whole original page would load and show before the edit...
View ArticleNew Post: Getting Item ID Before Document Saved.
Re: Understanding of how you are storing data What I don't understand is the approach you are taking for storing the relationships of orders to products... or products to Orders.... can you elaborate...
View ArticleNew Post: Getting Item ID Before Document Saved.
I'm storing the Order ID in the Products (ordered) list. It's a simple parent-child relationship. Good point about the various routes to the NewForm. I'll stick to doing it on the form. I meant I...
View ArticleNew Post: Single List Item
So, finally got it to work! Need a few more customizations to the pop up in the map, however thanks for the help guys, what a great way to end a Friday! SPServices made my weekend again, also Tiger...
View ArticleNew Post: SPAutoComplete not working
Looks like SP did not like the request. If you look at the XML response, you may actually see the error returned (not that it will help - probably)Try using the actual list name, not the UID....
View ArticleNew Post: Can't make SPCascadeDropdowns work, any help appreciated
I am new to coding but I have the following code in my EditForm.aspx, one step Alert test works fine, but cascading doesn't work in the form. Any pointer or help is appreciated, thanks....
View Article