Creating a Custom Site Workflow Activity Using C# in SharePoint

Praneeth Kaushalya | March 31, 2016 at 11:06 am

  In this tutorial, I will show you how to create a custom site workflow activity using C#. Before anything else, let’s gather what you need: Supported editions of Microsoft Windows and SharePoint. Visual Studio First, create a project to hold and test the custom workflow activity. To create a site workflow custom activity project: Look for the New Project dialog box by clicking New on the File menu, and then click New Project. Expand…


Publishing InfoPath Form To a SharePoint Library

Praneeth Kaushalya | March 16, 2016 at 4:33 pm

  So you want to publish an InfoPath form to your SharePoint library? You came to the right place! Here is a step-by-step tutorial how to publish one:   • First, create your InfoPath form using InfoPath Designer. • After creating your InfoPath form, go to the File and select Form Options. • In form options wizard in category field, select Compatibility and input “Web Browser Form” into Form Type. • Under Property Promotion, add the…


How to enable MS Outlook Desktop notifications on Windows 10

John Zeus Taller | March 8, 2016 at 3:00 pm

  Related Titles: Turn on Outlook desktop notifications Outlook Desktop Notification problem Outlook Missing Notification in folders How to create subfolders in Outlook How to automate emails to go in subfolders   Microsoft Outlook is the most helpful tool in the business’ internal communication. It is not just optimal for communication but also for calendaring events and meetings, setting priorities and schedules, and so forth. However, sometimes it needs to be configured first in order…


Hide SharePoint RibbonRow and SuiteBar From Anonymous Users

Praneeth Kaushalya | March 3, 2016 at 4:40 pm

    In public SharePoint sites, most people don’t want to show SharePoint SuiteBar and RibbonRow to anonymous users.     So here, we can show you how to hide SharePoint 2013 SuiteBar from anonymous users. 1. Open the master page (default Master and the Home Page Master) using SharePoint Designer. Before editing your master page, make sure you create a backup copy.     2. Select your master page -> Right click –> Click “check out.”    …