Blog

We write about SharePoint and our products.

How to: Install the SharePoint Filter Web Part 3.0

Applies to SharePoint Filter Web Part 3.0. Installation Log on to one of your SharePoint farm’s servers as an Administrator. Download the setup to a local folder and unzip the folder E-Mail. The content should look like this: 1. Install the new Framework, run SetupFramework.exe You can check if this version of the sapiens.at SharePoint […]

Read more...

The SharePoint Filter Web Part 3.0 – The SharePoint High Speed List Filter

Applies to SharePoint Filter Web Part 3.0. The new SharePoint Filter Web Part 3.0 lets you instantly filter SharePoint document libraries and lists with hundred thousands or millions of documents or items with a great performance. Search or not Search – Using SharePoint Search to filter lists and document libraries Using key word search to […]

Read more...

How to: Configure the SharePoint Filter Web Part 3.0

This post describes how to configure the SharePoint Filter Web Part 3.0. After you have installed the solution and activated the “Sapiens.at.SharePoint List Filter Web Part 3.0” feature in your site collection’s features you can add the SharePoint Filter Web Part to any web part page. If you want to add the web part to […]

Read more...

How to: Configure the SharePoint Filter Web Part 3.0 for large lists

Applies to SharePoint Filter Web Part 3.0. The new SharePoint Filter Web Part 3.0 lets you instantly filter SharePoint document libraries and lists with hundred thousands or millions of documents or items with great performance. But there are some important facts you should know when configuring the SharePoint List Filter Web Part 3.0 for large […]

Read more...

How to: Enable Session State in SharePoint 2010

By default the Session State in SharePoint 2010 is disabled. The HttpContext.Current.Session will be null in this case and the following code will fail with a null exception:public static IAPIProfile SessionProfile { get { return (IAPIProfile) HttpContext.Current.Session[Constants.PROFILE_KEY]; } set { HttpContext.Current.Session[Constants.PROFILE_KEY] = value; } }   Enabling the Session State Locate your Web App’s folder […]

Read more...

How to: Create a new Employee Training Management site with unique permissions

Read this post to ensure you won’t run into problems when creating a new Employee Training Management site. It applies to the SharePoint Employee Training Management Site Template 2.1 and earlier. It is important to understand that the SharePoint Employee Training Management Site Template was originally designed as an administrator Template, designed to be applied […]

Read more...

How to: Create public reusable filters

This post describes how to create public reusable filters for the SharePoint Filter Web Part. With the SharePoint Filter Web Part users can save their current filter settings for future use. As an administrator you’re able to create reusable filters and publish them to all users. To create a reusable filter, follow the steps below: […]

Read more...

How to: Configure the SharePoint Filter Web Part

This post describes how to configure the SharePoint Filter Web Part. After you have installed the solution and activated the “sapiens.at.SharePoint List Filter Web Part” feature in your site collection’s features, you can add the SharePoint Filter Web Part to any web part page. If you want to add the web part to an existing […]

Read more...

How to: Configure the SharePoint Meeting Organizer

After you have downloaded and installed the SharePoint Meeting Organizer you have to activate the features Calendar E-Mail Extension and Calendar E-Mail Extension – Meeting Organizer in your Site Collection Features. The Meeting Organizer functionality can be configured using the Calendar E-Mail Extension settings in the list settings of your calendar lists. In the settings […]

Read more...

How to: Enforce your meeting organization policy

With the SharePoint Meeting Organizer you let SharePoint organize your meetings. Just send a meeting request to your SharePoint Calendar and let SharePoint organize it for you. After you have activated the features Calendar E-Mail Extension and Calendar E-Mail Extension – Meeting Organizer in your Site Collection Features you can configure the Calendar E-Mail Extension […]

Read more...