Using SharePoint to Automate Workflows Part VII In this article we shall create a Sample Workflow in Visual Studio 2012: Activity Description: An employee raises a leave request on site. The request is submitted to the superior who can accept or decline the request. Acceptance or decline of the application will result in the final state—communication to the employee. Step...
SharePoint
Using SharePoint Server to Automate Workflows Part VI
Using SharePoint Server to Automate Workflows Part VI Remember SharePoint 2013 comes with a SharePoint Designer and Visual Studio 2012 is an alternative to creating your workflows in the designer subject to the limitations we discussed in the previous article. Let us quickly review the features of Visual Studio 2012 with specific reference to SharePoint 2013. Workflows in SharePoint 2013...
Using SharePoint to automate workflows Part V
This is the second article in the State Machine Workflow series and the fifth in the series titled Using SharePoint to automate Workflows. In this article we shall briefly examine the tools that are available to the workflow developer who plans to use SharePoint Server 2013. SharePoint 2013 comes with two workflow development platforms—the Workflow Manager and Visual Studio 2012....
Using SharePoint to Automate Workflows: Part IV
In the preceding three articles in this series we had discussed the development of Sequential workflows in SharePoint Server. In this article we introduce State Machine Workflows with SharePoint Server and briefly highlight the differences between the two types of workflows that are possible in SharePoint Server. In the next few articles of this series we will be discussing State...
SharePoint Server Basics for Everyone-Site Publishing—Part II
SharePoint Server Basics for Everyone-Site Publishing—Part II The site publishing features of SharePoint Server can be accessed from Publishing Portal Site Template or Enterprise Wiki Template. The former is highly structured and enables page layout control, authoring controls and define publishing schedules. The Enterprise Wiki is less structured and permits a more informal kind of content management process. The Site...
SharePoint Server 2013: Basics for Everyone – Part I
SharePoint Server 2013: Basics for Everyone – Part I SharePoint Server 2013 is a member of the Microsoft family of servers and offers an integrated suite of services to its users. The SharePoint server is a hosted application that runs on the Windows Server Operating System. It provides support for Intranets and Extranets and aims to improve organizational effectiveness by...
Using SharePoint to Automate Workflows-Part II
Sequential Workflows A sequential workflow—as the name suggests—represents a sequence of events that follow one upon other and each event is triggered by the outcome of the previous event. As a consequence, the start of a fresh event must wait the completion of the previous event. SharePoint allows users attach business processes to workflows and organize the sets of activities...
Using SharePoint to Automate Workflows Part I
Using SharePoint to Automate Workflows Part I Every business has processes and procedures. It is the way in which work is accomplished, tracked and managed. The process may be sequential or non-sequential. It has to be mapped if it must be automated. SharePoint server allows users to map the process sequentially or non-sequentially (State machine). We shall explore, in this...
Move SharePoint Farm Databases To New Database Server
Move SharePoint Farm Databases To New Database Server Many times it’s required to change the database server for a SharePoint farm from one DB server to other DB server. The reason for changing database server can vary for different scenario but below two reasons are pretty common: · Need a hardware upgrade for database server so willing to use a...