New Post: Search values from a list using wild card character
Hi,I am tying to use SPServices very newly. Here I found out how to get the data from a list. But can i use wild card character like* here? In my below code I have used a full title JOHN, but if I want...
View ArticleNew Post: SPComplexToSimpleDropdown and jquery cookie plugin.
Something is wrong but everything works if I use SPComplexToSimpleDropdown_undefined as the ID. Not sure what to think.
View ArticleNew Post: SPComplexToSimpleDropdown and jquery cookie plugin.
Well, that is indeed the id, so it ought to work. However, something's wrong in that SPServices is generating an odd id.You may be fine carrying on with your selector for...
View ArticleNew Post: Update One particular item in sharepoint list
You're almost there, but you have to provide either the url (for documents) or the ID (for list items) to match the existing item for an update. You're also using the options for UpdateList, not...
View ArticleNew Post: Search values from a list using wild card character
No, you can't use wildcard characters in CAML. Again, back to the documentation, this time for CAML so that you can see the options available to you for the CAMLQuery.M.
View ArticleNew Post: SPComplexToSimpleDropdown and jquery cookie plugin.
No idea what's going on, then. If you can do some debugging to find the error, I'd appreciate it. The function where the problem is occurring is genContainerId. I assume that your form page is in the...
View ArticleNew Post: SPComplexToSimpleDropdown and jquery cookie plugin.
I guess it isnt working. The cookie gets set, however when I submit the form the equipment field dosnet get anything saved for that field. Its just blank.
View ArticleNew Post: SPComplexToSimpleDropdown and jquery cookie plugin.
/sitename/Pages/add_issue.aspx This is the actual path.Thanks, Ill take a look at the function.
View ArticleNew Post: SPUpdateMultipleListItems dynamic query and value?
Got it!Ended up NOT building the query and value outside of the SPUpdateMultipleListItems function. Here is my working code;$(document).ready(function() { fields = init_fields_v2(); // Get value from...
View ArticleNew Post: SocialDataService
Hi,1. For a list item I tried URLs like below with GetRatingOnUrl but nothing worked.http//<list path>/2_.000 // Here 2 is th id of the...
View ArticleNew Comment on "UpdateListItems"
Hi Marc, Awesome library! Reading from lists with SPS is working great. But my first attempt at writing to a list is not turning out so hot. I wonder if you could help me diagnose the problem. It sure...
View ArticleNew Post: column not found on page
when i edit or create folders in sharepoint document library i get an error message column not found click to continuehow do i disable that error message on folder
View ArticleCreated Issue: Error in SpellCheck [10107]
From http://spservices.codeplex.com/discussions/404041TechnSmile wroteNov 13 at 2:39 PMHello Marc,I have tried it out !The webservice spellcheck.asmx cannot be called properly with 0.7.2I had to update...
View ArticleNew Post: Working with SpellCheck.asmx
This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.
View ArticleNew Post: Set time zone of user
Joerg:Paul's right in his assessment, and I think you've done the best you can client side.M.
View ArticleNew Post: SPComplexToSimpleDropdown when column is required
Bindu:I have some posts about PreSaveAction on my blog if you do a search there.M.
View ArticleNew Post: Sorting is not working when it is required field
See my reply on your other post.M.
View ArticleNew Post: LiveSearch Multi-Select
Take a look at the $().SPServices.SPAutocomplete function. It's not exactly what you're talking about, but it does a similar thing.I've used the Search Web Service to do what you're describing, showing...
View ArticleNew Post: GetListItems - returning old data
I usually just use the list name rather than the GUID. It's easier to spot!M.
View Article