SharePoint & InfoPath Solutions

The latest SharePoint & InfoPath Development Tips, Tutorials, Resources and Events. The information provided is by some of the world's leading SharePoint Developers, Administrators, Designers and Programmers.


Recent Articles


Rating
 

Content Type of Documents set as folder on in SharePoint Library

Posted by GeorgeH on February 19, 2011

I have a document library with both version control and content approval enabled. The library uses one custom content type for documents and is configured to include the "New Folder" button on the Ne... [read more]


Rating
 

InfoPath - Find the minimum date in a repeating table

Posted by GeorgeH on January 23, 2011

I had an InfoPath form, where I needed to copy the earliest date that appeared in a repeating table to a separate Date Field in the main data source. With the assistance of the following article, I w... [read more]


Rating
 

Developing Sustainable Solutions in SharePoint

Posted by GeorgeH on January 23, 2011

Using SharePoint's rich set of capabilities and easy to use site creation and management tools, it makes it possible to throw together a few sites with lists, libraries and workflow when developing bu... [read more]


Rating
 

Custom TOCWP Styles / CSS & Background Images

Posted by GeorgeH on September 24, 2010

The article below details the process required to override or replace default styles used by Table of Contents Web Parts (TOCWPs) displayed on SharePoint sites. Using these methods, it is possible to... [read more]

Most Popular This Month

Rating
 

Out of Box Timecard and Holiday Lists

Posted by Laura Rogers on February 23, 2011

Title: Out of Box Timecard and Holiday Lists Body: In SharePoint 2010, there's a little-known built in feature. There are list templates that can be used for time card tracking, with a holiday calen... [read more]

Rating
 

Workaround: Format SharePoint number column to remove commas

Posted by Share Notes on May 12, 2010

Let’s say you have a column named “TicketNumber” of number type in your list. By default SharePoint formats it to show with commas. If your requirement is not to show those comma’s then here i... [read more]

Rating
 

ECMAScript - Get Site Collection Server Relative URL

Posted by Antonio Lanaro on March 31, 2011

To programmatically obtain the Site Collection Server relative URL, with JavaScript Client Object Model. INTRODUCTION: One is working with the following Site Collection “http://myserver/mysite... [read more]

Rating
 

Open SharePoint 2010 modal dialog and refresh the parent page from custom form

Posted by Antonio Lanaro on April 12, 2011

Objective: 1) Open a SharePoint 2010 popup and refresh the parent page when one closes it. 2) Build a custom form that at “submit event” closes the popup and refreshes the parent page. Soluti... [read more]

Rating
 

Show a document library hierarchy in a tree view

Posted by Antonio Lanaro on April 17, 2011

To programmatically build a tree view that shows a specific document library. Solution: To achieve this goal, SharePoint offers the classes: - SPHierarchyDataSourceControl - SPTreeView With SPHie... [read more]

Rating
 

Content Type of Documents set as folder on in SharePoint Library

Posted by GeorgeH on February 19, 2011

I have a document library with both version control and content approval enabled. The library uses one custom content type for documents and is configured to include the "New Folder" button on the Ne... [read more]

Rating
 

SP2010: Fixing Javascript / Ribbon errors

Posted by jsiegmund on October 21, 2010

I had some users complaining about their Ribbon not working. When looking more closely, SharePoint was generating lot’s of JavaScript errors in IE8. I had no clue why (still don’t have rea... [read more]

Rating
 

Event 8058. SharePoint 2010 Password Expiration

Posted by Eric Belisle on May 31, 2011

Topic: SharePoint 2010 EnterpriseSubject:  SharePoint 2010 Password ManagementProblem: I keep getting the Event Log Error. The credentials used for the account domainuser expired on 12/05/06 12:48:50... [read more]

Rating
 

Open SharePoint 2010 modal dialog and refresh the parent page from custom form

Posted by Antonio Lanaro on April 12, 2011

Objective:1) Open a SharePoint 2010 popup and refresh the parent page when one closes it.2) Build a custom form that at submit event closes the popup and refreshes the parent page.Solution:-     ... [read more]

Rating
 

InfoPath - Find the minimum date in a repeating table

Posted by Daniel S on January 23, 2011

I had an InfoPath form, where I needed to copy the earliest date that appeared in a repeating table to a separate Date Field in the main data source. With the assistance of the following article, I w... [read more]

Recent News & Resources

Rating

Why Bother with Site Columns and Content Types?

Posted by mossipqueen on March 19, 2012

Recently, I have been having some major problems with updating site columns and content types that have been used across 100s of sites. Ultimately, site columns and content types a... [read more]

Rating

Limited Access in Site Permissions

Posted by mossipqueen on March 19, 2012

Limited access is a permission level that is automatically assigned by SharePoint, at a container level, to an account that has access to an entity within the container. For exampl... [read more]

Rating

Exporting and Importing SharePoint 2010 Terms

Posted by Gary Lapointe on March 17, 2012

Ever had the need to migrate Terms from the Managed Metadata Term Store from one environment to another? Do you find the flat, CSV, import approach provided out of the box to be in... [read more]

Rating

“Stamping PDF Files Downloaded from SharePoint 2010

Posted by Gary Lapointe on March 12, 2012

First off I want to clarify that the subject of this post is not my idea as it is something that my friend Roman Kobzarev put together for his company and I merely assisted with ge... [read more]

Rating

Export Farm Solution Package with PowerShell

Posted by Sven Gillis on February 29, 2012

Follow the steps below to export a farm solution package.1. Open a text editor - such as Notepad.2. Paste the following code snippet:$farm = Get-SPFarm$file = $farm.Solutions.Item(... [read more]

Rating

How to view a version of an InfoPath form

Posted by Dan Parker on February 23, 2012

Today I had a situation where I needed to see what a person originally submitted, i.e., the initial version of an InfoPath form with version history enabled. While you can revert ... [read more]

Rating

Setting task-item-level permissions in a SharePoint workflow

Posted by Dan Parker on February 22, 2012

I didn’t realize this cool tip until yesterday when a colleague at my client informed me about the SpecialPermissions property of the CreateTask workflow activity. I had been ta... [read more]

Rating

Error: The form cannot be rendered. This may be due to a misconfiguration of the Microsoft SharePoint Server State Service...

Posted by Sven Gillis on February 17, 2012

This error can be encountered while viewing an InfoPath form in the browser. In most cases, the problem can be solved by reading through the following blogpost. In my case, the sta... [read more]

Rating

How to use SharePoint 2010 Chart web part with Excel Services

Posted by Somnath Matere on January 30, 2012

In this post, I will show how to use SharePoint 2010 chart web part with excel services to display various charts. Firstly we need to configure excel services on the SharePoint ser... [read more]

Rating

SharePoint 2010 install on Windows 7 throws error on Secure store services click in Central Administration

Posted by Somnath Matere on January 29, 2012

Error:Unrecognized attribute 'allowInsecureTransport'. Note that attribute names are case-sensitive. (C:Program FilesCommon FilesMicrosoft SharedWeb Server Extensions14WebClientsSe... [read more]

Rating

How to Configure Excel Services in SharePoint 2010

Posted by Somnath Matere on January 29, 2012

In this post, I will show how to configure excel Services in SharePoint 2010. Following are the steps to configure excel servicesClick Application ManagementCl... [read more]

Rating

How to Configure Secure Store Services in SharePoint 2010

Posted by Somnath Matere on January 29, 2012

In this post, I will show how to configure Secure Store Services in SharePoint 2010. In SharePoint 2010, Secure Store Service replaces the single sign on featur... [read more]

Rating

How to use SharePoint 2010 Chart Web part to display SharePoint list data in various chart type such as pie, bar, area etc

Posted by Somnath Matere on January 27, 2012

In this post, I will show how to use SharePoint 2010 chart web part to display SharePoint list data in various chart type such as pie, bar, area etc.Step 1: Cre... [read more]

Rating

How to use SPSecurity.Runwithelevatedprivileges Method in Sharepoint 2010

Posted by Somnath Matere on January 25, 2012

In this post, I will explain in which scenario we need to use SPSecurity.Runwithelevatedprivileges method in sharepoint customisation.There are many times when ... [read more]

Rating

FAST Search for SharePoint Relevancy - Part 1

Posted by Eric Belisle on January 13, 2012

Topic: FAST Search for SharePoint 2010 Relevancy. Subject: Understanding Relevancy and FS4SP.Problem: When I perform a search the items are not returned in the ... [read more]


>>View Older Posts