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