Reviewed: SPServices 2013.01 (Aug 05, 2013)
Rated 5 Stars (out of 5) - For every custom solution I have needed in SharePoint I have addresses with SPServices. The documentation is very rich and there are multiple examples. I have created...
View ArticleNew Post: Getting Item ID Before Document Saved.
Mark, Yeah, I though about suggesting the Redirect utility, but his needs was very specific... Did not know that - "...assigned on item save, and asynchronously at that..." I'm assuming this is the...
View ArticleNew Post: Get page details by URL
Hi, Is there a web service method that will give me details about a Sharepoint page by its URL? Like author/title/body etc.? Thanks
View ArticleNew Post: Problems reading from a list on a public site with anonymous access
Hi, I'm trying to use SPServices to read from a list, store the data in some arrays and call the data back onto a page when it's needed. This works in the back-end version of our site (where our...
View ArticleNew Post: Problems reading from a list on a public site with anonymous access
Ash: The key is probably where that message shows up. Is it in the results of the GetListItems call? In the page when it loads? etc. You need to identify what object has the permission problem. M.
View ArticleNew Post: SPCascadeDropdowns for document set
Any suggestion on how to use SPCascadeDropdowns in the document set, thanks.
View ArticleNew Post: SPCascadeDropdowns for document set
Are you talking about on the Document Set form? Have you tried anything? M.
View ArticleNew Post: Get page details by URL
Pages are simply documents in the Pages Document Library (usually - you can store them elsewhere) so you can query that Document Library for their attributes. M.
View ArticleNew Post: SPCascadeDropdowns for document set
Yes, I am using for other content type in the document library EditForm.aspx works great for all content type in the library except document set content types. I was planning on creating custom...
View ArticleNew Post: SPCascadeDropdowns for document set
The Document Set home page is sort of a unique beastie. Here's an article to get you started on editing...
View ArticleNew Post: SPCascadeDropdowns for document set
Thanks for the suggestion, I did try editing the welcome page with CEWP, I was not successful in getting the results. It looks welcome page is just display page after we enter the metadata on the...
View ArticleNew Post: Problems reading from a list on a public site with anonymous access
Thanks for the prompt reply Marc, and congratulations on SPServices by the way, it's a fantastic tool. I've managed to get it half working, the access denied error has disappeared since I inherited...
View ArticleNew Post: Problems reading from a list on a public site with anonymous access
Boy are you working hard. Way too hard. You don't need all of those arrays. The pin that I click is what determines what data it is and what list, etc. In other words, you only need one instance, not...
View ArticleNew Post: How to trigger a call to another function when a user fills the...
Marc asked to move the question out here so here it is: How would you go about running “$().SPServices.SPFindPeoplePicker” whenever a user finishes selecting a user? Is it as simple as:...
View ArticleNew Post: How to trigger a call to another function when a user fills the...
It's not quite that simple because the name must be resolved. Can you explain a bit more about what you want to do with the value? M.
View ArticleNew Post: How to trigger a call to another function when a user fills the...
I want to user the user ID to call userprofileService.asmx and get other information
View ArticleNew Post: How to trigger a call to another function when a user fills the...
Yes, but do you need to do that as the user adds people or groups (if the user is allowed to add multiple people the logic would be different) or can it happen when the item is submitted? M.
View ArticleNew Post: Retrieving a User's Task List?
Hi, First off, let me just say that spservices is an amazing resource. Question: are there any examples out there of using spservices as a method to retrieve the current user's tasks? I currently have...
View ArticleNew Post: sharepoint Add list item
Hello, Can anyone tell how to add list items in share point 2010 using JavaScript or Jquery..? I am totally new to share point and Jquery. Please help. thanks.
View ArticleNew Post: Retrieving a User's Task List?
Carl: If it's just a single list, then it would be a simple GetListItems with the proper filtering. If you're looking across the site (or wider), then a call to the Search service probably makes sense. M.
View Article