Archive for the ‘Customization’ Category
Last week, I got a request from a site owner whose site recently had been migrated to SharePoint 2010. He is having problem with one content editor webpart. The content editor webpart has an image and it has couple of hyperlinks (image mapping). This hyperlink was working perfectly in WSS 3.0, however after migrating the [...]
This post is about to tell you a few common and tricky errors in SharePoint UserProfile object model. Using UserProfileManager class, we can easily instantiate the UserProfile manager object by passing the server context. And here the methods of the UserProfileManager class. To work with UserProfile data, initially few things need to be checked. First [...]
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 [...]
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 [...]
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 [...]
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 [...]
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 [...]
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 [...]
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. [...]
Event in SharePoint, this sentence is often play in our mind while thinking to implement custom solutions. What’s the way we can implement event. How to implement event and where it basically resides. How those events have been called in SharePoint. SharePoint treat event in two different ways. One is asynchronous, and the other is [...]
