SharePoint Tutorial: How to Create a SharePoint Employee In & Out Board, Part 1

We offer private, customized training for 3 or more people at your site or online.

While teaching a SharePoint 2013 Advanced User class for one of Accelebrate’s clients, a student asked me if it would be possible to create an Employee In & Out board using SharePoint. It seemed like a simple request, so that evening in the hotel, I started working on a solution. I quickly realized it was not as “simple” as I thought it might be. I kept running into the road block of how to tell SharePoint to update an employee record instead of creating a new one. I would also want to create a new entry if one did not already exist.

In this article series, I will teach you how to create the Employee In & Out Board using SharePoint lists, an InfoPath form, and a custom workflow. This three-part series will show you how to Create/Update list items using a workflow as well as how to do workflow lookups.

The final product will look like this:

Final In and Out Board

 

To get started on the In & Out Board, we will create two SharePoint Lists:

  • The first list will contain items added using a basic InfoPath form and will also be used as the “audit” log for the application.

  • The second list will contain a single item per user. A workflow will run and either update an existing employee item or create a new item if the employee does not have a row in the list. This list will contain the status of each employee.

Information for Readers New to SharePoint

We will use a 2-step process to create lists, libraries, columns and site columns. This is the same 2-step process that I teach in all my classes and is considered a best practice.
The reader should have a basic understanding of SharePoint and how to navigate around the SharePoint interface. While my steps are detailed and do include pictures, I abbreviate some tasks because they are basic and used heavily through-out the articles. To help new users, I’ve included basic navigation terms below. If you are using SharePoint Online from a vendor or an on-premise installation, some of the UI elements may vary in location, color, or look.

The GEAR: contains links to many of the common pages used in SharePoint including Site Settings, Add an App, and Site Contents. It is generally located in the upper right corner of the SharePoint UI, which I’ve shown below. This screenshot is from an Office 365 E3 SharePoint 2013 installation.

Common SharePoint Pages

Site Contents link: on the Settings Gear and is where a complete listing of all apps included on your site. The Site Contents link is also on the left navigation (or Quick Launch), but I recommend you learn how to find it on the Settings Gear, as many companies remove this from the left navigation.

Settings

Left Navigation: The left navigation is, you guessed it, located on the “left” side of the SharePoint UI. It is also referred to as the Quick Launch. Many steps in the tutorial include the direction “Click the library on the Quick Launch and …”.

Quick Launch Library

List Settings: You will be in the List settings page quite a bit throughout this tutorial as well as in your own SharePoint site. The List settings page contains organized links to pages that allow you to configure a SharePoint list. The List Settings button is located on the right-side of the ribbon of the List tab.

Settings

With the basics out of the way, let’s get started creating the lists used with the In & Out Board application. As I mentioned, there are two lists that will be used in this application. The first list that I will create is the IOBoard list. This is the list to which employees will log data, and it can also be used as a tracking list. To create the list, perform the following steps:

  1. Navigate to a SharePoint 2013 site. If you are going to use this application on an intranet, I would create the list at the home page level (root site).
  2. Click the Gear and choose Site Contents.
  3. On the Site Contents page, click Add an App and select Custom List. Type IOBoard for the list name and click Create.
  4. Click the new IOBoard list that was just created.
  5. On the IOBoard page, click the List tab in the ribbon, then click List Settings.
  6. In the Columns section of the page, click the Title column name.
  7. On the Settings > Edit Column page, select No for ‘Require that this column contains information’ and click OK.

    EMPLOYEE NAME Column:
  8. Back on the IOBoard > Settings page, click Create Column.
  9. For Column Name, type EmployeeName.
  10. Select Person or Group for The type of information in this column.
  11. Select Yes for Require that this column contains information.
  12. Click the OK button to create the column.
  13. After the column is created, click the EmployeeName column name.
  14. Change the column name to Employee Name (with a space between the words)
  15. Click OK to save the change.

    ENTRY DATE AND TIME Column:
  16. Back on the IOBoard > Settings page, click Create Column.
  17. For the Column Name, type EntryDateandTime.
  18. Select Date and Time for Type of information in this column.
  19. Select Yes for Require that this column contains information.
  20. Select Date & Time for Date and Time Format.
  21. Select Today’s Date for Default Value.
  22. Click the OK button to create the column.
  23. After the column is created, click the EntryDateandTime column name.
  24. Change the column name to Entry Date and Time (with a space between the words)
  25. Click OK to save the change.

    IN or OUT Column:
  26. Back on the IOBoard > Settings page, click Create Column.
  27. For the Column Name, type InorOut.
  28. Select Choice (menu to choose from) for Type of information in this column.
  29. Select Yes for Require that this column contains information.
  30. In the Type each choice on a separate line: box, type In, press the ENTER key, and type Out.
  31. Select Radio Buttons for Display choices using.
  32. Select In for Default Value.
  33. Click the OK button to create the column.
  34. After the column is created, click the InorOut column name.
  35. Change the column name to In or Out (with a space between the words)
  36. Click OK to save the change.

    COMMENT Column:
  37. Back on the IOBoard > Settings page, click Create Column.
  38. For the Column Name, type Comment.
  39. Select Single Line of Text for Type of information in this column.
  40. Select No for ‘Require that this column contains information.’
  41. Click the OK button to create the column.

Your IOBoard list should look similar to the image below:

IOBoard list

Now you will create the Employee Status list. This list contains a single entry for each employee. A new row will be created for an employee not already in the list. If the employee is already in the list, the workflow will just update the existing entry with new information. Use the steps below to create the Employee Status list.

  1. Click the Gear and choose Site Contents.
  2. On the Site Contents page, click Add an App and select Custom List. Type EmployeeStatus for the list name and click Create.
  3. Click the new EmployeeStatus list that was just created.
  4. On the EmployeeStatus page, click the List tab in the ribbon, then click List Settings.
  5. Click the List name, description and navigation link.
  6. Change the list name to Employee Status (with a space between the words).
  7. Click the Save button.
  8. In the Columns section of the page, click the Title column name.
  9. On the Settings > Edit Column page, select No for ‘Require that this column contains information’ and click OK.

    EMPLOYEE NAME Column:
  10. Back on the Employee Status > Settings page, click Create Column.
  11. For Column Name, type EmployeeName.
  12. Select Person or Group for The type of information in this column.
  13. Select Yes for ‘Require that this column contains information.’
  14. Click the OK button to create the column.
  15. After the column is created, click the EmployeeName column name.
  16. Change the column name to Employee Name (with a space between the words)
  17. Click OK to save the change.

    ENTRY DATE AND TIME Column:
  18. Back on the Employee Status > Settings page, click Create Column.
  19. For the Column Name, type EntryDateandTime.
  20. Select Date and Time for Type of information in this column.
  21. Select Yes for ‘Require that this column contains information.’
  22. Select Date & Time for Date and Time Format.
  23. Select Today’s Date for Default Value.
  24. Click the OK button to create the column.
  25. After the column is created, click the EntryDateandTime column name.
  26. Change the column name to Entry Date and Time (with a space between the words)
  27. Click OK to save the change.

    IN or OUT Column:
  28. Back on the Employee Status > Settings page, click Create Column.
  29. For the Column Name, type InorOut.
  30. Select Choice (menu to choose from) for Type of information in this column.
  31. Select Yes for ‘Require that this column contains information.’
  32. In the Type each choice on a separate line: box, type In, press the ENTER key, and type Out.
  33. Select Radio Buttons for Display choices using.
  34. Select In for Default Value.
  35. Click the OK button to create the column.
  36. After the column is created, click the InorOut column name.
  37. Change the column name to In or Out (with a space between the words)
  38. Click OK to save the change.

    COMMENT Column:
  39. Back on the Employee Status > Settings page, click Create Column.
  40. For the Column Name, type Comment.
  41. Select Single Line of Text for Type of information in this column.
  42. Select No for ‘Require that this column contains information.’
  43. Click the OK button to create the column.

Your Employee Status list should look similar to the image below:

Employee Status list

You should have now have the IOBoard and Employee Status lists. In the next article, we will create the workflow that will be used to update the Employee Status list each time a new entry is added to the IOBoard list.

Proceed to Part II.


Author: Eric Stepek, one of Accelebrate’s SharePoint instructors



In-Depth SharePoint Training

For in-depth SharePoint training, click here to view all of Accelebrate's SharePoint training courses for you and your staff.

Request Pricing 

 

Learn faster

Our live, instructor-led lectures are far more effective than pre-recorded classes

Satisfaction guarantee

If your team is not 100% satisfied with your training, we do what's necessary to make it right

Learn online from anywhere

Whether you are at home or in the office, we make learning interactive and engaging

Multiple Payment Options

We accept check, ACH/EFT, major credit cards, and most purchase orders



Recent Training Locations

Alabama

Birmingham

Huntsville

Montgomery

Alaska

Anchorage

Arizona

Phoenix

Tucson

Arkansas

Fayetteville

Little Rock

California

Los Angeles

Oakland

Orange County

Sacramento

San Diego

San Francisco

San Jose

Colorado

Boulder

Colorado Springs

Denver

Connecticut

Hartford

DC

Washington

Florida

Fort Lauderdale

Jacksonville

Miami

Orlando

Tampa

Georgia

Atlanta

Augusta

Savannah

Hawaii

Honolulu

Idaho

Boise

Illinois

Chicago

Indiana

Indianapolis

Iowa

Cedar Rapids

Des Moines

Kansas

Wichita

Kentucky

Lexington

Louisville

Louisiana

New Orleans

Maine

Portland

Maryland

Annapolis

Baltimore

Frederick

Hagerstown

Massachusetts

Boston

Cambridge

Springfield

Michigan

Ann Arbor

Detroit

Grand Rapids

Minnesota

Minneapolis

Saint Paul

Mississippi

Jackson

Missouri

Kansas City

St. Louis

Nebraska

Lincoln

Omaha

Nevada

Las Vegas

Reno

New Jersey

Princeton

New Mexico

Albuquerque

New York

Albany

Buffalo

New York City

White Plains

North Carolina

Charlotte

Durham

Raleigh

Ohio

Akron

Canton

Cincinnati

Cleveland

Columbus

Dayton

Oklahoma

Oklahoma City

Tulsa

Oregon

Portland

Pennsylvania

Philadelphia

Pittsburgh

Rhode Island

Providence

South Carolina

Charleston

Columbia

Greenville

Tennessee

Knoxville

Memphis

Nashville

Texas

Austin

Dallas

El Paso

Houston

San Antonio

Utah

Salt Lake City

Virginia

Alexandria

Arlington

Norfolk

Richmond

Washington

Seattle

Tacoma

West Virginia

Charleston

Wisconsin

Madison

Milwaukee

Alberta

Calgary

Edmonton

British Columbia

Vancouver

Manitoba

Winnipeg

Nova Scotia

Halifax

Ontario

Ottawa

Toronto

Quebec

Montreal

Puerto Rico

San Juan