New Comment on "Documentation"
Spankh , thank You for! //Hello world. This is a quick script for new users to see if everything is working ok:
View ArticleNew Post: UpdateList method can't unhide lists
Thanks @spevilgenius, but I'm still having the same issue (using 'false', 'False' and 'FALSE').After some tests I conclude the following:When I use the following code to show the...
View ArticleNew Post: UpdateList method can't unhide lists
Changing another property (to true or false), for example ShowUser, is working well!
View ArticleNew Post: Sorting is not working when it is required field
hi Geoff, I applied above condition for showing the default value ,it works fine in the newform but in the editform even if i have selected some other value ,after editing the form it shows default...
View ArticleNew Post: How can I add a header x-requestdigest (canary to every post request)
Is there a way to add a canary X-RequestDigest to any post operation on Sharepoint webservices post via SPServices ?
View ArticleNew Post: GetUserProfileByName
Is this function only availabe for use when using MOSS or both MOSS 2007 & WSS? That is what I understand from the documentation on it. We don't use MOSS 2007, only WSS (we're pretty "thumbed...
View ArticleCommented Feature: Working with SpellCheck.asmx [10063]
From http://spservices.codeplex.com/discussions/353539Marc,Is there anything in SPServices that allows you to work with this service? Or anything in the works?My goal is to be able to spell check...
View ArticleNew Post: Sorting is not working when it is required field
I mentioned above you shouldn't use this method in the EditForm.aspx because it will edit every record you open with that form. There's no need to have a default value for an edit form. You have that...
View ArticleNew Post: Sorting is not working when it is required field
Thanks for the response.When the look up fields are changed to required fields by default it gets the value assigned,can we show as blank and force the user to select the value by setting a field as...
View ArticleNew Post: Example Webservice Provider
Hello guys,okay?I'm newinWSSand I need to develop awebserviceusing"jquery"and"SPDesigner"so I canconsume itthrough aJavaapplication inuntil I getoff thejavaversionand then useonly theSPversion.Does...
View ArticleNew Post: UpdateList method can't unhide lists
Can you check the properties to see if there is a group proerty set on the hidden list. Sometimes I have seen "_hidden" as a group property so even though you set the hidden property, it is not...
View ArticleNew Post: SPComplexToSimpleDropdown when column is required
Hi Marc,For required look up fields i want to add a blank and show the error message once they click on OK button.You suggested to write the same in PreSaveAction() function.Could you please suggest me...
View ArticleNew Post: Set time zone of user
Hi, Perhaps this is the wrong group for this, but as here is a lot of SharePoint knowledge I try it. I have the following problem:I created a site, which highly uses SPServices for all kind of tasks....
View ArticleNew Post: SPComplexToSimpleDropdown and jquery cookie plugin.
Im using SPComplexToSimpleDropdown on a list that is having its value set with a cookie. The dropdown is being converted to a simple dropdown. I can see that visualy. The code Im using is:...
View ArticleNew Post: LiveSearch Multi-Select
When playing around with CascadedDropdown I've got an idea - maybe you'll like it, too :)At the moment I do have a simple document library with an additional column for metadata (type: managed...
View ArticleNew Post: SocialDataService
If I know how to write url of a list item that will be helpful. This I want to use with GetRatingAverageOnUrl/SetRatings.-Sameer
View ArticleNew Post: how spservices work - quick question please
Hi All, Just got a quick question here. I have been using spservices for a while now and i love it because it just works. But lately i'm working on a project with a client and i need to use...
View ArticleCommented Feature: Add SP2010 SocialDataService Web Service Methods [7492]
From Chris Quick: Here are some of the functions that I would definitely use within 2010 scripting solutions:· GetRatingOnUrl· GetRatingAverageOnUrl· SetRatingThe challenge is these don’t seem to be...
View ArticleNew Post: GetUserProfileByName
Carl:If you look at the core SPServices documentation page, you'll be able to see that the User Profile Service is only available in MOSS.M.
View ArticleNew Post: Example Webservice Provider
You can't build a Web Service without server side code. That means Visual Studio, so you'll have to make some other architecture decisions.M.
View Article