Tag: SharePoint 2010


  • Case Recently I ran into a typical SharePoint problem. A SharePoint 2010 site exploded in storage usage. Users was uploading like crazy to one single document library and I needed to move the document library and a few lists to a new site on a new SiteCollection. The source site, was build on a SiteTemplate,…

  • Code for adding pop-up links to list items and to Library items. Full Code For a List Item:  <a onclick="javascript:NewItem2(event, &quot;http://SiteName/_layouts/listform.aspx?PageType=8&amp;ListId={83747BB4-49C6-4181-B4A3-F8C6B611846D}&amp;RootFolder=&quot;); javascript:return false;" href="/_layouts/listform.aspx?PageType=8&amp;ListId={83747BB4-49C6-4181-B4A3-F8C6B611846D}&amp;RootFolder=" target="_self"> Submit Feedback</a> Full Code for a Library Item:  <a href="http://SiteName/_layouts/Upload.aspx?List={94AC86A8-6774-4822-A197-A98542251678}&amp; RootFolder=" onclick="javascript:NewItem2(event, &quot;http://SiteName/_layouts/Upload.aspx?List={94AC86A8-6774-4822-A197-A98542251678}&amp;RootFolder=&quot;); javascript:return false;" target="_self"> Upload a Document</a> Source: http://erikswenson.blogspot.dk/2010/09/how-to-create-hyperlink-to-modal-pop-up.htm

  • SharePoint has always had a bit of a “Design Issue”. Let’s be honest. SharePoint has never been accused of being the hippest kid in the classroom. But the built-in design for displaying content on mobile devices is downright miserable. As a consequence I always recommend my clients to disable that and go for a responsive…

  • [[UPDATE: Links updated, thank you Saiful for pointing that out]] For months, it’s been a severe problem for the bulk of SharePoint Online (Office 365) customers. If you are running on Windows 7, while using the latest and greatest Internet Explorer (IE 10), you would experience problems whenever you try to map a network drive…

  • Do you get this error in your ULS-log when visiting a page with a DataViewWebPart that’s been changed via SPD? Error while executing web part: System.NullReferenceException: Object reference not set to an instance of an object. Try and uninstall the Update: KB2844286 (Security Update for Microsoft .NET Framewok 3.5.1 on Windows 7 and Windows Server 2008…

  • If you have ever messed around with the XSL Itemstyles for use with the CQWP in SharePoint, you know how valuable they can be. Also how frustrating they can be from time to time. This is not as tricky as it may sounds. Out of the box, the Content Query WebPart (CQWP) does not support…

  • I got this error: The EXECUTE permission was denied on the object ‘proc_putObject’, database ‘SharePoint_Config’ Solution: Assign Execute permissions on the SharePoint Config database for the user who runs the Application Pool of the site. (SP Service) Source  

  • [ProjectCasemanagement solution] As a follow-up on my previous post, I’ve decided to make a short video demonstrating how to create a better solution. I still use the same method, but I’ve added some functions that makes it semi-dynamic. I say semi-dynamic because you’re still hardcoding the number of subfolders you want. It’s only the names of…

  • [[UPDATE: This is now part of a series of posts, where I show how to build a simple project/case management solution, with a no-code approach, using SharePoint 2010 Designer Workflows. Check out my other posts to learn more.]] [ProjectCasemanagement solution] Case I have a list with names of projects. Whenever I create a new item…

  • When i come up with architectural ideas around projektmanagement i SharePoint, I very often use the CQWP to aggregate results from Content Types in lists, placed in a lot of sites. So when I had to come up with a sensible structure for a projectmanagementsystem in SharePoint Online, I turned to my trusted Content Query Webpart.…

  • Most places on the web, you get a wrong guidance in how to enable PDFs in SharePoint. The easy and most used method is just to enable “Permissive” rights in the settings for the web application. Unfortunately that solution is a security risk. What it does is actually, enabling all filetypes in your SharePoint to open in the browser. The…

  • This is a great, simple and very cheap tool for migrating files from a local network/SharePoint drive to Office 365. Office 365 SharePoint Online File Migration Tool.

  • I SharePoint bruger man ret tit WebDAV til at håndtere filer. Vil du gerne flytte rundt på filer, via WebDAV der er større end 50 Mb, kan du komme ud for at du får en fejl. Windows WebDAV klient (Stifinderen) kan som standard kun håndtere filer der er mindre end 50Mb og det kan jo godt…