Error Creating a Document Workspace
"This document is already stored in a Document Workspace. A new Document Workspace cannot be created for this document."
"This document is already stored in a Document Workspace. A new Document Workspace cannot be created for this document."
When you want to display blog posts and announcements with DVWPs in your SharePoint Site Collection, you usually don’t want to display the full posts, but just enough to indicate what the item is about and to let the user know if they should click to see more. An example might be showing the last 3…
I ran into an instance today where a column’s data contained the ampersand (&) character when I hadn’t expected it to. Since the ampersand is used to separate Query String name/value pairs in the URL, that ampersand was causing me problems. In general, you should always encode Query String values just in case they might…
I got a question today from someone at one of my clients about how the All People page works. This is the page found at: http://[ServerName]/[SiteCollectionRoot]/[SubSitePath]/_layouts/people.aspx?MembershipGroupId=0 Here’s the question: I’ve noticed that in the All People page of my department site, accessible from the People And Groups section, some users are listed with the Created…
My Links in SharePoint is something that either no one uses or everyone uses; I rarely see any middle ground. In case you aren’t familiar with My Links, you get to them by clicking on the My Links link in the header of most pages in SharePoint, as highlighted below. (My Links is available in…
We’re using our hosted WSS site for our Internet site, our Intranet, and our Client Extranet. This is a very cool use of WSS, IMHO. Not only do we have all of the great content management capabilities for our external site, but we have the team-based capabilities which we can use to interact with our…
<UPDATE> 2010-10-27: After you read this, be sure to read Christophe’s follow-up to this post: About Scripts, Web Parts and Urban Myths. He gives some other specifics you’ll probably need. </UPDATE> One of the things I heard at SPTechCon several times was that in SharePoint 2010, it is no longer possible to put script into Content Editor…