Blog

How to

How to: Change time of event reminder

The SharePoint Employee Training Management and the SharePoint Calendar E-Mail Extension send Meeting Requests to attendee’s email clients. Microsoft Outlook and other email clients remind users before an event is due to start (usually 15 minutes before an event). Meeting requests sent by our applications have set the reminder to 1 hour before the event […]

Read more...

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...

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 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...

SharePoint Meeting Organizer – Meeting organization on SharePoint 2010 without gaps

SharePoint Meeting Organizer fills the gap between SharePoint and your Meeting Organization’s needs. It equips you with the features you need to make SharePoint your Meeting Organization Central. It lets SharePoint take over the Meeting Organizers role and automates the Provisioning of Workspaces to your Meetings’ attendees. SharePoint Calendar E-mail Extension 3.0 adds the missing […]

Read more...