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."
I rarely remember this, and virtually no one else knows, either. If you’re editing the contents of a SharePoint list in Datasheet view, entering the wrong data can be disastrous. Never use Datasheet view unless you really know what you are doing, as the changes are destructive, meaning that there’s rarely a way to undo…
I ran across a neat trick today to get navigation from My Site back to the main Site Collection. From any Site Collection site, append the query string ?MySiteView=1 to the URL. This will take you to your My Site, with the previous site displayed as a tab. There is a drop down from that…
I’ve complained about the 5000 item list threshold limit so many times, I’ve lost count. If you don’t believe me, you could read my posts here and here and here and here. Today’s difficulty was caused by needing to delete a Very Large List. This isn’t just a Large List – it’s Very Large. The number…
Sometimes I work on something and blindly stumble into a neat trick. The other day I was trying to figure out how to reliably add a tabbed view to a SharePoint Web Part Page. I was working in SharePoint Designer, so I had total freedom to try whatever I wanted. The idea was to show…
Working in a client tenant today, I noticed a new suggestion in the SharePoint Admin Center I hadn’t seen before. It’s certainly possible it’s been around for a while, but it was new to me. The tenant where I’m working has been around since at least 2015. That means it was created with a classic…
Recently, I got this question in the SPServices Discussions: I’m new to SPServices, and I was wondering if it is possible to define some kind of out-of-the-box error handling procedure, like this: The only thing I am aware of is that you can do something like this: However, this solution will also execute the success-branch when…