Archive for the ‘Solutions’ Category

SharePoint migration, the area where several challenges occur and all we need to do is to mitigate all the risk factors and provide a secured migration strategy.   In this blog, I’m going ahead to elaborate a very common approach which is applicable for most of our migration plan. After the migration is done, in [...]

Tuesday, November 1st, 2011 at 02:39 | 0 comments

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

Monday, August 2nd, 2010 at 01:38 | 3 comments

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

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

Wednesday, August 26th, 2009 at 18:50 | 3 comments

 Welcome you once again! This is final part of the four phase series. We have seen how to create and design the InfoPath form on Part 1.  In Part 2, we go through the step by step procedure how to integrate database connection in InfoPath. In Part3 we learn how to map table field with [...]

Wednesday, July 29th, 2009 at 20:01 | 2 comments

Welcome back! In part 1 of the article we have discussed how to create and design the InfoPath form. We also see the detailed steps how to implement client side validation and rule into the InfoPath form. In part 2, we have gone through the steps by which we can create data base connectivity with [...]

Sunday, July 26th, 2009 at 19:24 | 0 comments

In part 1 of the article we have discussed how to create and design the InfoPath form. And we see the detailed steps how to implement client side validation and rule into the InfoPath form. In this article we will focus on how to integrate data base connection with InfoPath form and make them alive.

Thursday, July 23rd, 2009 at 18:47 | 2 comments

InfoPath form is very easy to design. The tool is use to design the form is Microsoft InfoPath (come along with MS Office suite) . You will be surprised to see the various controls over there to help you to design the GUI in most decorate way, there are controls let you to build your [...]

Saturday, July 18th, 2009 at 18:13 | 0 comments

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