Posts Tagged ‘Customization’

People/Group field in SharePoint allow us to keep adding the existing user(s) or group(s) into the document library or list item. Let’s think, I have a list where one field name i.e. Assigned To (reviewer) is type of People/Group. Objective is when I assign someone to review the list item, and then an email notification [...]

Tuesday, March 2nd, 2010 at 00:05 | 0 comments

Productive reports are always welcome. Management always appreciates you to build up a good informative report. In SharePoint, you can found a large area where organization can play with their business data and transformed the raw data to a informative and intelligent report.
From the ancient stage, we are following the process to transformed business data [...]

Tuesday, January 26th, 2010 at 08:59 | 1 comment

Today, I’m going to demonstrate one useful and simple custom method against SPList object which could be reusable in other SharePoint applications. The objective is to verify whether any item is exist in the existing SharePoint list. And if the item is not exist in the SharePoint list, let an entry of the new inserted [...]

Saturday, December 12th, 2009 at 17:53 | 0 comments

We can assume many things in life, but not everything match with our assumption. Similar story with SPList.Fields properties. Fields is a properties of the SPList objects which actually returns the SPFieldCollection object which also basically inherited  from SPBaseCollection.
From .NET perspective, we can use indexer or name to get the actual Field object from the [...]

Wednesday, December 2nd, 2009 at 04:25 | 0 comments

This is very common requirement in web world to open any link in a new window. The simplest approach is to use JavaScript to implement same. The same is applicable in SharePoint as well. There are different gateways you can implement JavaScript in SharePoint pages. You can use master page, layout page or any OTB [...]

Wednesday, November 25th, 2009 at 17:54 | 0 comments

SharePoint designer has many features and one of the features is to design the SharePoint list and implement rule over there. You can implement bi-color on any SharePoint list by using SharePoint designer.
This article is to help you to understand how to design a list in a SharePoint page, implement rule on the list and [...]

Monday, November 2nd, 2009 at 18:02 | 0 comments

The question which strike in my mind last week is why we are using stereo type SharePoint page. Where we can feed added value into the page. In other words, in which area, we can change easily (not considering branding here). The objective is to use more webpart and utilize the space available in dashboard. [...]

Tuesday, September 8th, 2009 at 18:36 | 0 comments
Categories: Customization, WSS 2.0

This article is to address one of the very common errors in SPList which most of the SharePoint developer face while working with SPList object. Let me try to explain the scenario first and the error.
Let’s say we have a list name Registration which when submitted some kind of action item need to execute. Say, [...]

Tuesday, June 30th, 2009 at 15:51 | 0 comments

To send email from SharePoint is very simple like ASP.NET process. You need to use the name space Microsoft.SharePoint.Utilities.SPUtility and call the SendEmail() method.

Sunday, June 7th, 2009 at 07:47 | 3 comments
Categories: SharePoint, WSS 3.0

Few months back, I had a requirement which was to build up a solution framework for time sheet booking. It was an IT firm, and therefore many consultants were working out there. New system should able to allow individual to submit their weekly time sheet and it will then follow some work flow process and [...]

Tuesday, June 2nd, 2009 at 13:24 | 0 comments
TOP