Tag: SharePoint

webTiger Logo Wide
  • Enable SharePoint’s Save as Template Action If Not Available

    SharePoint 2013 Logo

    There are times when you want to save a SharePoint (SP) site as a template but the option doesn’t appear in the Site Settings page.
    To overcome this there are a few different things you can try.

    (more…)
  • Creating SharePoint Site Columns and Content Types Using PowerShell

    SharePoint 2013 Logo

    When developing new sites in SharePoint, using the web interface or SharePoint Designer is all well and good but it can become cumbersome when naming columns, getting their internal names, etc. A much better way is to use SharePoint’s rich PowerShell functionality.

    (more…)
  • Configure OData SharePoint Connected Excel Report To Query With Dynamic Date Range

    SharePoint 2013 Logo

    When using MS Excel to provide reports from SharePoint (SP) data, a common problem is managing the size of the dataset being retrieved. SP sites are notoriously long-lived and data can grow and sprawl over time, with lists having 100,000s or even millions of items in them, and Excel reports linked to those lists can take so long to load they are all but unusable. Using an OData query can help get around these issues.

    (more…)
  • Approximating Timer-Based Workflows in SharePoint

    SharePoint 2013 Logo

    SharePoint doesn’t officially support timer based workflows out of the box. Various hacks can be instigated to attempt to achieve this, and the most common one is to set up looping workflows that call other workflows. The drawback of this approach is that normally, at some point, the workflow looping breaks down and a user will therefore need to monitor, detect failure, clean things up, and then kick everything off again. True timer-based workflows can be approximated to some extent by SharePoint’s Information Management Policy options.

    (more…)
  • Developing Custom Activity Libraries for SharePoint

    SharePoint Logo

    This article introduces development of custom code activities that can be deployed to a SharePoint server farm. This greatly increases the scope of use of workflows in SharePoint by making it possible to publish activities that extend the built-in capabilities of the solution.

    (more…)
  • Working with User Profiles in SharePoint

    SharePoint Logo

    The SharePoint User Profile service application provides a means to offload the traffic on a domain controller when querying information in an Active Directory schema.

    (more…)
  • SharePoint Development – Hints and Tips

    SharePoint Logo

    A collection of hints and tips to make life working on development projects with SharePoint integrations a little easier.

    (more…)
  • Retrieving Users in a SharePoint Group

    When working programmatically with SharePoint you are likely to need to check membership of SharePoint Groups at some point. This article provides a simple route to retrieving user groups information via SharePoint’s web services.

    (more…)
  • Word Automation Services in SharePoint 2010

    SharePoint 2010 Logo

    Until Office 2007, Microsoft hadn’t offered any reliable Office suite automation capabilities with the exception of client-side mail merge. This often meant companies/developers had to hand-craft Word documents at byte level, or invest in costly commercial products that did so for them. With Office 2007, Microsoft’s introduced Open XML document formats and an OpenXML SDK for developers, but it still had some short comings when working with templates or converting between file formats.

    (more…)