the employee s next birthday is in the past. This mechanism will consistently update the employee s next birthday.

Size: px
Start display at page:

Download "the employee s next birthday is in the past. This mechanism will consistently update the employee s next birthday."

Transcription

1 How to Create an Employee Birthday Calendar Step-By-Step Did you know one of the most common requests for an Intranet is an employee birthday calendar? Many folks have created custom code solutions in the form of either web parts or Apps to be installed but they don t have to. To show you how SharePoint can be powerful with only out of the box tools, we have put together a set of steps and tasks you will be able to use to create a customized birthday calendar for your organization. At you will find more information about the kinds of support we can offer. Whether it s our books or our content that helps everyone in an organization, we ve got the tools you need to be successful with SharePoint. Another great way to connect with us is to sign up for the monthly newsletter or feel free to reach out to us and see how we can help through our inbox. Overview Creating an employee birthday calendar consists of three basic steps: The List: Creating and customizing a list to hold all the birthdays. Workflow: The workflow that will be used to automatically increment the next birthday for the employee so that we can use the out-of-the-box list views to show the employee s birthday. Document Retention Settings: The document retention settings will be used to trigger the workflow anytime that the employee s next birthday is in the past. This mechanism will consistently update the employee s next birthday. If this seems like a lot for a simple birthday calendar it is. SharePoint supports recurring events so you can technically create a birthday as a recurring event except that this breaks when you get more than about 100 employees. SharePoint can t process the number of recurring appointments in the calendar and throws an error. In addition, you probably don t want to share the year of birth since this is sensitive information particularly to those of us who are aging. So let s use the out of the box tools in SharePoint to create an employee birthday calendar. Create a Custom List Steps: 1. Start Internet Explorer and type the URL for your organization s SharePoint server. The Start page will open. If you want this custom list to appear in one of your subsites, navigate to that site. 2. Click the Settings menu gear icon. The Settings menu will appear. 3. Click Add an App. The Apps page will appear. Exception: If you don t see the option to Add an App, you do not have specific permissions to perform that function. Check the permissions settings to ensure you have the appropriate access rights. Copyright 2016 AvailTek LLC Visit

2 Figure 1: The Your Apps Page 4. Click the Custom List icon. The Adding Custom List dialog box will open. Figure 2: The Adding Custom List Dialog Box 5. Click Advanced Options. The Site Contents New page will open. 6. In the Name field enter a title for the new list. This is used to identify the list throughout SharePoint. (Suggestion: Employee Birthday Calendar) Copyright 2016 AvailTek LLC Visit

3 Figure 3: The Site Contents New Page 7. In the Description field, enter any notes about the new list. This appears as an information icon next to the list name when your list is open in SharePoint. 8. Click Create. The new list will be created. Figure 1: The New List Now that our Custom List has been created, next we are going to customize the columns to manage the data needed to track the employee s birthdays. We will use the columns to enter the data needed which is limited to the employee s name, their birth month (Month), their birth day (Day), and their next birthday (NextBDay). Customize the Columns of the List Steps: 1. Click the List tab. The List ribbon will open. Copyright 2016 AvailTek LLC Visit

4 Figure 2: The List Tools Ribbon 2. Click List Settings. The List Settings dialog box will open. 3. In the Column section, click on the Title Column. Change the Column name: Employee Name. 4. Specify Require that this column contains information: as Yes. Specify Enforce unique values: as No. 5. Leave Default value: as Text. Figure 3: The Create Column Dialog Box 6. Click OK. 7. Click on Employee Birthday Calendar. Click the List tab. The List ribbon will open. Click Create Column. The Create Column dialog box will open. 8. In the Column name field, enter a name for the new column: Month. (The person s birth month) Specify the type of information in this list column as Number with no decimal. Specify Require that this column contains information: as Yes. Specify Enforce unique values: as Yes. Specify Min: as 1. Specify Max: as 12. Specify Number of decimal places: as 0. Leave Default value: as Number. Click OK. 9. Click the List tab. The List ribbon will open. Click Create Column. The Create Column dialog box will open. 10. In the Column name field, enter a name for the new column: Day. (The date of the person s birth) Specify the type of information in this list column as Number with no decimal. Specify Require that this column contains Copyright 2016 AvailTek LLC Visit

5 information: as Yes. Specify Enforce unique values: as Yes. Specify Min: as 1. Specify Max: as 31. Specify Number of decimal places: as 0. Leave Default value: as Number. Click OK. 11. Click the List tab. The List ribbon will open. Click Create Column. The Create Column dialog box will open. 12. In the Column name field, enter a name for the new column: NextBDay. Specify the type of information in this list column as Date. Specify Require that this column contains information: as Yes. Specify Enforce unique values: as No. Leave Default value: as Text. Click OK. Now that our list is created and customized, we need to create the workflow. The workflow should run anytime that an item is created. Let s begin creating our employee birthday calendar workflow. Create a Workflow for the Employee Birthday Calendar in SharePoint Designer Steps: 1. Open SharePoint Designer. Open the site where the List was created. Select Workflows (in the left pane). 2. Select drop down for List Workflow. Select the Employee Birthday Calendar previously created. Figure 1: SharePoint Designer Workflow 3. In the dialog that appears, enter a name for the workflow (Next Birthday). Set the Platform Type to: SharePoint 2010 Workflow. Click OK. Copyright 2016 AvailTek LLC Visit

6 Figure 2: Create List Workflow In the designer we re going to create a workflow that looks something like the following when we re done: Figure 3: Employee Birthday Workflow 4. Create first Set Variable action by starting to type Set Workflow Variable and press Enter. Click on the Workflow Variable highlighted text. Select Create a new variable from the drop down. Copyright 2016 AvailTek LLC Visit

7 5. Name: as Today. Type: as String. Click OK. Figure 4: Create a new variable 6. Click on Value and then Fx button. Figure 5: Edit Variable Figure 6: Define workflow lookup 7. Select Data Source: as Workflow Context. Field from source: as Date and Time Started. Return field as: as Short Date. Click OK. Figure 7: Lookup for String 8. Begin typing in the Step 1 box: Extract Substring from End of String when it appears press Enter. Copyright 2016 AvailTek LLC Visit

8 Figure 8: Create a date 9. Click the 0 (zero) characters and change it to 4 (since years are 4 digits). 10. Set the output variable by selecting Create a new variable. Name: as Year. Type: as String. Click OK. 11. Select the String and click the Fx button. Data source: as Workflow Variable and Parameters, the Field from source as Variable: Today, and the Return field as.. As String. Click OK. Figure 9: Lookup for String 12. In Step 1: start typing Set Workflow Variable and press enter. Click on Workflow Variable. Select Create a new variable. Name: CurYearBDayStr. Type: as String. Click OK. Figure 10: Create New Variable - CurYearBDayStr 13. Click Value and click the (Ellipsis button, not the Fx button). Copyright 2016 AvailTek LLC Visit

9 Figure 11: Blank String Builder 14. Click the Add or Change Lookup button in the lower left. Select Data source: as Current Item. Field from source: as Month. Return field: as As String. Click OK. Figure 12: Lookup for String, Month 15. In String Builder: Add a forward slash. Click Add or Change Lookup button. Copyright 2016 AvailTek LLC Visit

10 Figure 13: Lookup for String, Day 16. Data source as Current List. Field from source: Day. Return field as: As String. Click OK. Figure 14: Lookup for String, Year 17. In String Builder: Add another forward slash at the end of the string. Click Add or Change Lookup button. Data source as Workflow Variable and Parameters. Field from source as Variable: Year. Return field as: As String. Click OK. Click OK again on the String Builder window. Copyright 2016 AvailTek LLC Visit

11 Figure 15: String Builder 18. In Step 1: start typing set workflow variable and press enter. Click on Workflow Variable. Select Create a new variable. Name: as NextBDate. Type: as Date/Time. Click OK. Figure 16: Create a new Variable 19. Click the value and the Fx button. Select Data Source as Workflow Variables and Parameters. Select Field from source as Variable: CurYearBDayStr. Select Return field as As Date/Time. Click OK. Copyright 2016 AvailTek LLC Visit

12 Figure 17: Lookup for Date/Time 20. In Step 1: start typing If any value equals value and press Enter. Click the first Value in the statement. Click the Fx button. Select Data Source: as Workflow Context. Select Field from source: as Date and Time Started. Click OK. Figure 18: Define Workflow Lookup 21. Click the second Value and click the Fx button. Select Data Source as Workflow Variables and Parameters. Select Field from source as Variable: NextBDate. Click OK. Figure 19: Variable NextBDate 22. Select Equals in the middle of the statement. Change it to is greater than. Copyright 2016 AvailTek LLC Visit

13 Figure 20: Equals Selection 23. Click in the area below the statement and start typing set workflow variable and select it. Select Workflow Variable. 24. Select Create a new variable from the drop down menu. Select name as YearNum. Select Type as Integer. Click OK. Figure 21: Workflow Variable 25. Click Value. Click Fx button. Select Data source as Workflow Variable and Parameters. Select Field from source as Variable: Year. Select Return field as As Integer. Click OK. Figure 22: Lookup for Integer 26. Click in the area below the statement and start typing Do Calculation and select it. Click the Output to Variable:calc and selecting Variable: YearNum. Click on the first Value and the Fx button. Select Data Source as Workflow Variables and Parameters. Select Field from Source as Variable:YearNum. Click OK. Copyright 2016 AvailTek LLC Visit

14 Figure 23: Lookup for YearNum 27. Click second value, type the number 1 in the textbox and press enter. Click in the area below the statement and start typing set workflow variable and select it. Click Workflow Variable text. Select the Create new variable item from the drop down list. Select variable Name as NextBDayYearStr. Select Type as String. Click OK. Figure 24: Edit Variable 28. Click Value and the ellipsis button (this reveals the string builder). Click Add or Change Lookup button. Select Data source: as Current Item. Select Field from Source: as Month. Select Return field as As String. Click OK. 29. In String Builder: Add a forward slash. Click Add or Change Lookup button. Select Data source as: Current Item. Select Field from source: Day. Select Return field: as As String. Click OK. 30. In String Builder: Add another forward slash at the end of the string. Click Add or Change Lookup button. Select Data source as: Workflow Variable and Parameters. Field from source: as Variable: YearNum. Click OK. Click OK again on the String Builder window. Copyright 2016 AvailTek LLC Visit

15 Figure 25: String Builder 31. Start typing Set Workflow Variable and enter. Select Workflow Variable. Select Variable: NextBDate. Click Value. Use Fx button. Data source: Workflow Variables and Parameters. Select Field from source: Variable: NextYearBDayStr. Select Return field as: As Date/Time. Figure 26: Variable: NextYearBDayStr 32. Click in the area below the box that contains the statement and start typing Update List Item action and select it. 33. Click the this list text to display the Update List Item dialog. Click the Add button then select the drop down for Set this field: and select the NextBDay field. In the To this value: field, click the Fx button. Select Data source: as Workflow Variables and Parameters. Select Field from source: as Variable: NextBDate. Copyright 2016 AvailTek LLC Visit

16 Figure 27: Update List Item 34. Click OK, three times. Go to the ribbon and click the Publish button. We have created our customized list and the workflow for our employee birthday calendar. Our final step will be to get our employees birthdays updated each year by using SharePoint s document retention settings to cause our workflow to run every year, six months after their birthday. Set Up the Document Retention Settings Steps: 1. Go back to your Employee Birthday Calendar. Select List tab. Select List Settings button. Select Information management policy settings. Figure 1: Information management policy settings 2. Select Content Type - Item. Copyright 2016 AvailTek LLC Visit

17 Figure 2: Retention Stage 3. Check the Enable Retention checkbox. Select Add a retention stage link. In the Event button set Time Period as NextBDay plus 6 months. In the Action section choose Start a Workflow from the drop down. Select Start this workflow: set as Next Birthday. Copyright 2016 AvailTek LLC Visit

18 Figure 3: Stage to activate 4. Click OK twice and return to the List Based Retention schedule page. Now you have created a way to track employee birthdays with out of the box tools in SharePoint. You could easily adapt this process to managing employee anniversaries as well. We d love to hear from you. We re always available at Shepherd@SharePointShepherd.com Copyright 2016 AvailTek LLC Visit

Custom SharePoint Workflows

Custom SharePoint Workflows Custom SharePoint Workflows Using SharePoint Designer 2013 SharePoint Workflows Microsoft SharePoint, as a collaboration platform, contains a huge amount of business data - documents, contacts, meetings,

More information

SharePoint SITE OWNER TRAINING

SharePoint SITE OWNER TRAINING SharePoint SITE OWNER TRAINING Contents Customizing Your Site... 3 Editing Links...4 Give the site a new look...5 Changing Title, Description, or Logo...6 Remove the Getting Started Icons...6 Adding Apps

More information

How to Upgrade Your Site to the New User Interface

How to Upgrade Your Site to the New User Interface How to Upgrade Your Site to the New User Interface Site Administrators can preview their existing site in the new user interface. We recommend that you do this first to make sure that all of the elements

More information

Microsoft Outlook: Outlook Web App

Microsoft Outlook: Outlook Web App Microsoft Outlook: Outlook Web App Using the Outlook Web App (OWA) you can access your BVU email from any place you have an Internet connection. To open Microsoft Outlook Web App: 1. Open a new browser

More information

Calendar. Quick Start Guide. Schedule a Lync Meeting Meet face-to-face or save yourself a trip by meeting online with Lync 2013.

Calendar. Quick Start Guide. Schedule a Lync Meeting Meet face-to-face or save yourself a trip by meeting online with Lync 2013. Calendar Quick Start Guide Schedule a Lync Meeting Meet face-to-face or save yourself a trip by meeting online with Lync 2013. Switch views Use the calendar view that best fits your workflow. Switch as

More information

Outlook Web App User s Guide

Outlook Web App User s Guide Outlook Web App User s Guide The new Outlook Web App will be replacing your old Outlook Web Access. This upgrade includes many new features that were only previously available through Microsoft Outlook.

More information

About the To-Do Bar in Outlook 2007

About the To-Do Bar in Outlook 2007 Tasks in the Microsoft Office system are similar to a to-do list. Tasks make it easy to use Microsoft Office Outlook 007 to organize your time and your work. Tasks are integrated across Outlook 007, Microsoft

More information

Outlook 2013 & 2010 Lync Messanger

Outlook 2013 & 2010 Lync Messanger Outlook 2013 & 2010 Lync Messanger Outlook 2013 Tabs Ribbon Reading Pane Message View Navigation Pane Status Bar Setting Options Customizing Your View Modify the Navigation Pane Modify the Reading Pane

More information

OWA - Outlook Web Access

OWA - Outlook Web Access OWA - Outlook Web Access Introduction Outlook Web App (OWA) is the web-based version of the Outlook 2010 email client. To access OWA, you need a web brower and an internet connection. Logging In Go to

More information

This document will walk through the steps needed to work with the different calendar features provided into SharePoint Online 2013.

This document will walk through the steps needed to work with the different calendar features provided into SharePoint Online 2013. This document will walk through the steps needed to work with the different calendar features provided into SharePoint Online 2013. Add simple Calendar, called Default Calendar: You can use the default

More information

Outlook 2010 Calendar

Outlook 2010 Calendar Outlook 2010 Calendar Table of Contents The Calendar... 4 The Week View... 5 Day View... 6 Month View... 7 Schedule View... 8 Scheduling Appointments... 9 Appointments... 10 Meetings... 10 Creating Appointments/Meetings...

More information

Setting up the EDGE System in Outlook for Mac 2011

Setting up the EDGE System in Outlook for Mac 2011 Setting up the EDGE System in Outlook for Mac 2011 TOPICS COVERED INCLUDE: - Turning Off E-mail Notifications - Creating at Task - Setting Up Categories - Setting Up the Task View - Setting Up the Reading

More information

Script.byu.edu SharePoint Instructions

Script.byu.edu SharePoint Instructions Script.byu.edu SharePoint Instructions Site Actions Menu Go to script.byu.edu, click on Authenticate at the bottom of page, you will be prompted to enter a username and password, use your netid and password

More information

2015 TECHNOLOGY SESSION: ADVANCING YOUR OUTLOOK 2013 SKILLS

2015 TECHNOLOGY SESSION: ADVANCING YOUR OUTLOOK 2013 SKILLS 2015 TECHNOLOGY SESSION: ADVANCING YOUR OUTLOOK 2013 SKILLS Here s what you will learn in this session: Creating a professional signature Sort and organize your email using folders Attachments Identifying

More information

Calendar Basics Outlook 2016 for Windows

Calendar Basics Outlook 2016 for Windows Calendar Basics Outlook 2016 for Windows Texas Christian University Information Technology Table of Contents Navigate the Calendar... 1 Create and Edit New Calendar Items... 2 New Appointment... 2 Add

More information

30-Minute Time Scale. Available & Shared Calendars

30-Minute Time Scale. Available & Shared Calendars CALENDAR WINDOW The Calendar Information viewer can be configured in a variety of different views that resemble traditional planner books. The common view is the Day/Week/Month view. This view provides

More information

SharePoint: Fundamentals

SharePoint: Fundamentals SharePoint: Fundamentals This class will introduce you to SharePoint and cover components available to end users in a typical SharePoint site. To access SharePoint, you will need to log into Office 365.

More information

Advanced User's Workshop

Advanced User's Workshop Advanced User's Workshop Creating Local Distribution Lists Using Global and Local Distribution Lists Sharing a Local Distribution List Email Ribbon Bar Options Outlook 2007 & Office 2007 Application Integration

More information

SharePoint: Fundamentals

SharePoint: Fundamentals SharePoint: Fundamentals This class will introduce you to SharePoint and cover components available to end users in a typical SharePoint site. To access SharePoint, you will need to log into Office 365.

More information

Highlight the s address (example: and go to the top of the page and click on Insert

Highlight the  s address (example: and go to the top of the page and click on Insert Contents Linking an email address... 2 LINK AN IMAGE... 2 TO LINK TO A DOCUMENT... 3 How to update the Quick Links.... 6 Changing out a Quick link.... 9 LINKS Linking an email address Highlight the emails

More information

PRODUCTIVITY TIPS USING OUTLOOK Washtenaw Community College

PRODUCTIVITY TIPS USING OUTLOOK Washtenaw Community College PRODUCTIVITY TIPS USING OUTLOOK 2016 Washtenaw Community College August 23, 2018 TABLE OF CONTENTS Email Management... 3 1. Create a Rule:... 3 2. Add a Folder to Your Favorites... 3 To Show Folders in

More information

IT Training Services. SharePoint 2013 Getting Started. Version: 2015/2016 V1

IT Training Services. SharePoint 2013 Getting Started. Version: 2015/2016 V1 IT Training Services SharePoint 2013 Getting Started Version: 2015/2016 V1 Table of Contents ACCESSING SHAREPOINT SITE 1 IT Intranet SharePoint Site... 1 Create a SubSite... 1 DOCUMENT LIBRARIES 2 Create

More information

Office 365 Employee San Jac Outlook 2010

Office 365 Employee  San Jac Outlook 2010 Office 365 Employee Email San Jac Outlook 2010 Interface Overview 1. Quick Access Toolbar contains shortcuts for the most commonly used tools. 2. File tab (Backstage View) contains tools to manage account

More information

Outlook 2011 EXPLORE THE OUTLOOK USER INTERFACE. Microsoft. Basic Tasks

Outlook 2011 EXPLORE THE OUTLOOK USER INTERFACE. Microsoft. Basic Tasks Microsoft Outlook 2011 Basic Tasks EXPLORE THE OUTLOOK USER INTERFACE 1. Search box: A way to find items in the current folder. As you type keywords into the search box, the Search tab appears on the ribbon

More information

Exercise 1: Assigning Responsibilities to Delegates (This was called Proxy in GroupWise)

Exercise 1: Assigning Responsibilities to Delegates (This was called Proxy in GroupWise) Delegates Exercise 1: Assigning Responsibilities to Delegates (This was called Proxy in GroupWise) 1. On the menu bar, click Tools and then click Options. 2. When the Options dialog box opens, click on

More information

How to set up SharePoint booking calendars from scratch

How to set up SharePoint booking calendars from scratch How to set up SharePoint booking calendars from scratch Acknowledgements Requirements Create a new list Make adjustments to your list's advanced settings Add Columns to the list Hide columns from the new

More information

OneNote. Using OneNote on the Desktop. Starting screen. The OneNote interface the Ribbon

OneNote. Using OneNote on the Desktop. Starting screen. The OneNote interface the Ribbon OneNote Using OneNote on the Desktop 1. Click start on the task bar 2. Type OneNote (search is a quick way to find applications, documents and other items on your computer) 3. Select Microsoft OneNote

More information

User Guide. Document Version: 1.0. Solution Version:

User Guide. Document Version: 1.0. Solution Version: User Guide Document Version: 1.0 Solution Version: 365.062017.3.1 Table of Contents Product Overview... 3 How to Install and Activate Attachment to SharePoint Solution?... 4 Configuration Settings in Attachment

More information

Explore the OWA user interface

Explore the OWA user interface Explore the OWA user interface 1. Instant Search box: Helps you quickly find items in Microsoft Outlook. The Instant Search pane is always available in all of your Outlook folders, such as Mail, Calendar,

More information

Calendar Quick Start using Outlook Web Application (OWA)

Calendar Quick Start using Outlook Web Application (OWA) Signing In Point your browser to: email.fhda.edu Select either private or public computer. If you are the only person who has access to the computer it is private. With the private version, the system

More information

A Visitor s Visual Guide to Using SharePoint Online

A Visitor s Visual Guide to Using SharePoint Online A Visitor s Visual Guide to Using SharePoint Online The information below details some of activities you ll do as a SP visitor (view pages, list items & documents; download documents). There is more than

More information

SharePoint Online for Site Administrators

SharePoint Online for Site Administrators SharePoint Online for Site Administrators Contents SharePoint Online for Site Administrators... 1 Access Your Office 365 SharePoint Website... 2 Make a New Subsite... 4 Permissions... 5 Edit the members

More information

Microsoft Access 2010

Microsoft Access 2010 www.jwalkonline.org/main michael@jwalkonline.org @MichaelJWalk Microsoft Access 2010 Part 3 Michael J. Walk It's about control: use advanced features of Access to control data entry, automate processes,

More information

MICROSOFT SHAREPOINT SITE OWNER S MANUAL. Creating a Useful, Engaging Site for your Team to Love

MICROSOFT SHAREPOINT SITE OWNER S MANUAL. Creating a Useful, Engaging Site for your Team to Love MICROSOFT SHAREPOINT SITE OWNER S MANUAL Creating a Useful, Engaging Site for your Team to Love CONTENTS UNDERSTAND SHAREPOINT UNDERSTAND PERMISSIONS CURRENT PERMISSION LEVELS 5 PERMISSION LEVEL DEFINITIONS

More information

Outlook 2007 Calendar

Outlook 2007 Calendar Outlook 2007 Calendar In this section you will learn: Calendar Interface Creating Appointments Editing Appointments Creating Recurring Appointments Creating Events Creating Task Viewing Others Calendar

More information

AHC SharePoint 2010 Intro to Content Administration

AHC SharePoint 2010 Intro to Content Administration AHC SharePoint 2010 Intro to Content Administration Email: training@health.ufl.edu Web Page: http://training.health.ufl.edu Last Updated 2/7/2014 1.0 INTRODUCTION TO SHAREPOINT 2010 1.4 Your New Site Before

More information

Lesson 4: Using the Calendar

Lesson 4: Using the Calendar Microsoft Office Specialist 2013 Series Microsoft Outlook 2013 Certification Guide Lesson 4: Using the Calendar Lesson Objectives In this lesson, you will explore the features of the Calendar module and

More information

MS Office Outlook 2010 Calendar MS OFFICE Outlook 2010 Calendar

MS Office Outlook 2010 Calendar MS OFFICE Outlook 2010 Calendar MS OFFICE 2010 Outlook 2010 Calendar MS Office 2010 Outlook 2010 Calendar Information Resources and Technology Training Services Rowan University Memorial Hall 201 Mullica Hill Road Glassboro, NJ 08028-1701

More information

SharePoint Community of Practice

SharePoint Community of Practice 1 The NYS Forum, Inc. SharePoint Community of Practice November 14, 2017 1:00-3:00 pm (12:30 pm Check-In) The NYS Forum 24 Aviation Road, Suite 206, Albany New York SharePoint Community of Practice 2 September

More information

BASIC WORKFLOW. Workshop. Basic Workflow Workshop. Overview. Workshop Step by Step

BASIC WORKFLOW. Workshop. Basic Workflow Workshop. Overview. Workshop Step by Step Overview In this workshop, we will cover how to create a basic workflow. Centerbase has the unique ability to manage the process of moving a Potential New Client (PNC) for law firms. In this workshop,

More information

https://support.office.com/en-us/article/create-a-list-in-sharepoint-0d d95f-41eb-addd- 5e6eff41b083

https://support.office.com/en-us/article/create-a-list-in-sharepoint-0d d95f-41eb-addd- 5e6eff41b083 Site Owners Guide Table of Contents Site Owners Guide... 1 Create a list in SharePoint Server 2016... 2 Add a list to a page in SharePoint Server 2016... 3 Minimize or restore a list or library on a SharePoint

More information

Office 2016 Excel Basics 25 Video/Class Project #37 Excel Basics 25: Power Query (Get & Transform Data) to Convert Bad Data into Proper Data Set

Office 2016 Excel Basics 25 Video/Class Project #37 Excel Basics 25: Power Query (Get & Transform Data) to Convert Bad Data into Proper Data Set Office 2016 Excel Basics 25 Video/Class Project #37 Excel Basics 25: Power Query (Get & Transform Data) to Convert Bad Data into Proper Data Set Goal in video # 25: Learn about how to use the Get & Transform

More information

Microsoft Office Outlook 2010

Microsoft Office Outlook 2010 Starting Microsoft Outlook 2010 with XP Click on Start, E-mail Microsoft Outlook or Start, All Programs, Microsoft Office, Microsoft Outlook. Starting Microsoft Outlook 2010 with Windows 7 Click on the

More information

Contents Using Team Site Calendars... 2

Contents Using Team Site Calendars... 2 SharePoint 2013 End User Training Tutorial Contents Using Team Site Calendars... 2 Adding & Editing Announcements... 4 Using Custom Lists... 6 Creating Alerts to Stay Updated... 9 Communicating Through

More information

Sending, Composing and Addressing a New Message:

Sending, Composing and Addressing a New Message: Sending, Composing and Addressing a New Message: 1) On the toolbar click on "New." A drop down box will appear -- select Message 2) A new email box will open up. 3) Enter the email address(es) of the individuals

More information

OUTLOOK Desktop App INTERFACE OVERVIEW MAIL MESSAGES QUICK START GUIDE. 1 Quick Access Toolbar - contains shortcuts for the most commonly used tools.

OUTLOOK Desktop App INTERFACE OVERVIEW MAIL MESSAGES QUICK START GUIDE. 1 Quick Access Toolbar - contains shortcuts for the most commonly used tools. OUTLOOK Desktop App QUICK START GUIDE INTERFACE OVERVIEW 1 Quick Access Toolbar - contains shortcuts for the most commonly used tools. 2 File tab (Backstage View) - contains tools to manage account and

More information

ATS Scheduling. To schedule or edit an existing appointment, you can choose the menu option or the calendar 15 icon in the toolbar.

ATS Scheduling. To schedule or edit an existing appointment, you can choose the menu option or the calendar 15 icon in the toolbar. Scheduling To schedule or edit an existing appointment, you can choose the menu option or the calendar 15 icon in the toolbar. Required fields for an appointment are appointment time selected in the calendar

More information

SharePoint Designer Advanced

SharePoint Designer Advanced SharePoint Designer Advanced SharePoint Designer Advanced (1:00) Thank you for having me here today. As mentioned, my name is Susan Hernandez, and I work at Applied Knowledge Group (http://www.akgroup.com).

More information

Welcome to the Outlook Meeting Room Finder Tool!

Welcome to the Outlook Meeting Room Finder Tool! Welcome to the Outlook Meeting Room Finder Tool! To use the Meeting Room Finder Tool you do have to specifically create a New Meeting Request. To do this from your calendar tab you either right-click the

More information

Zoom App for Canvas. User Guide

Zoom App for Canvas. User Guide Zoom App for Canvas User Guide Only a Canvas user who has a Zoom account with the same email address as their Canvas email address is authorized to use Zoom within Canvas. If Zoom does not have a user

More information

Outlook Navigation

Outlook Navigation Outlook 2010 Email Navigation Reading Pane Navigation Pane Inbox Navigation Pane Access your mail folders, view your calendar(s), and more. Inbox Browse through emails and meeting invites that have not

More information

Office 365 Outlook Web App Room Scheduling Options & Settings. Introduction. Open the Resource Calendar Settings

Office 365 Outlook Web App Room Scheduling Options & Settings. Introduction. Open the Resource Calendar Settings Office 365 Outlook Web App Room Scheduling Options & Settings Introduction As part of Towson University s move to Office 365, room resource calendars will be controlled through Office Web App (OWA). By

More information

Microsoft Outlook 2007 Contacts

Microsoft Outlook 2007 Contacts Outline Contacts... 1 Create a contact card from an incoming email message... 1 Create a contact card from scratch... 2 Send email to contact... 2 Option 1... 2 Option 2... 3 Displaying in LastName, FirstName

More information

Outlook Calendar

Outlook Calendar Outlook Calendar - 2003 The Calendar feature in Outlook can be used to add appointments to your own or another person s agenda or to schedule meeting for which you invite other people to attend. Open the

More information

LEAVE REQUEST. User guide Administrator. Version 1.0

LEAVE REQUEST. User guide Administrator. Version 1.0 LEAVE REQUEST User guide Administrator Version 1.0 MENU Overview... 3 Step 1: Install the app to site... 3 Step 2: Create the SharePoint group... 3 Step 3: Add users to the group... 6 Step 4: Change permission

More information

OUTLOOK HOW DO I? 2013

OUTLOOK HOW DO I? 2013 OUTLOOK HOW DO I? Click on a Link to take you to that Section OUTLOOK - GENERAL... 2 GENERAL How Do I Navigate the 2010 Outlook Screen?... 2 GENERAL: How Do I Change the Reading Pane View?... 7 GENERAL:

More information

General Outlook Tips. Display Outlook Today. Change Outlook's Default Starting Location. Change Navigation Pane Options. Personalize the Address Book

General Outlook Tips. Display Outlook Today. Change Outlook's Default Starting Location. Change Navigation Pane Options. Personalize the Address Book Outlook 2010 Tips 'n Tricks General Outlook Tips Display Outlook Today Select the Mail folder > Click on your email address to display a customizable "Day at a Glance" view of Outlook. Click the Customize

More information

Outlook Guide. Microsoft Outlook User Guide. Desktop App. Enterprise Application Systems INFORMATION TECHNOLOGY

Outlook Guide. Microsoft Outlook User Guide. Desktop App. Enterprise Application Systems INFORMATION TECHNOLOGY INFORMATION TECHNOLOGY Enterprise Application Systems Microsoft Outlook User Guide Outlook Guide Desktop App Mt. San Antonio College Information Technology 1100 North Grand Avenue Building 23 Walnut, CA

More information

9 Scheduling Appointments, Meetings, and Events

9 Scheduling Appointments, Meetings, and Events 9 Scheduling Appointments, Meetings, and Events This chapter explains how to: Create an appointment, meeting or event Use QuickAdd to quickly create an appointment Create recurring appointments or meetings

More information

Table of Contents. Setting Up Your Calendar of Occasions Setting Up the Not Doing Now List Setting Up the Never Doing Now List...

Table of Contents. Setting Up Your Calendar of Occasions Setting Up the Not Doing Now List Setting Up the Never Doing Now List... Implementing Mission Control In Microsoft Outlook 2007 8 Table of Contents Setting Up Your Calendar of Occasions... 3 Setting Up the Not Doing Now List... 8 Setting Up the Never Doing Now List... 18 Setting

More information

Web Access to with Office 365

Web Access to  with Office 365 Web Access to Email with Office 365 Web Access to email allows you to access your LSE mailbox from any computer or mobile device connected to the internet. Be aware, however, that Outlook 365 looks and

More information

Navigation Bar Icons

Navigation Bar Icons Outlook 2016 Main Screen Navigation Bar Icons Mail Calendar Contains mail-related folders like your Inbox, Sent Items and Search Folders. Use the Favorite Folders at the top of the pane for easy access

More information

Table of Contents COURSE OVERVIEW... 3 LESSON 1: OUTLOOK 2010 CALENDAR INTERFACE... 5

Table of Contents COURSE OVERVIEW... 3 LESSON 1: OUTLOOK 2010 CALENDAR INTERFACE... 5 Table of Contents COURSE OVERVIEW... 3 LESSON 1: OUTLOOK 2010 CALENDAR INTERFACE... 5 OPEN OUTLOOK CALENDAR... 5 Ribbon... 6 Navigation Pane... 6 Appointment Area... 6 Task Pane... 6 To-Do Bar... 6 THE

More information

Status Bar: Right click on the Status Bar to add or remove features.

Status Bar: Right click on the Status Bar to add or remove features. Outlook 2010 Quick Start Guide Getting Started File Tab: Click to access actions like Print, Save As, etc. Also to set Outlook options. Ribbon: Logically organizes Command Buttons onto Tabs and Groups

More information

Partner XE Outlook Plug-In User Guide

Partner XE Outlook Plug-In User Guide Partner XE Outlook Plug-In User Guide The Partner XE Outlook Plug-in allows for two way integration between Partner XE and Microsoft Outlook. This integration requires the user to have Microsoft Outlook

More information

Excel Tables & PivotTables

Excel Tables & PivotTables Excel Tables & PivotTables A PivotTable is a tool that is used to summarize and reorganize data from an Excel spreadsheet. PivotTables are very useful where there is a lot of data that to analyze. PivotTables

More information

SharePoint Best Practices. Security

SharePoint Best Practices. Security SharePoint Best Practices Security A fundamental responsibility concerning site security is to manage who can access resources on your site. The following outlines specifics and best practices in doing

More information

MAP YOUR FORMS TO SHAREPOINT

MAP YOUR FORMS TO SHAREPOINT MAP YOUR FORMS TO SHAREPOINT So far you have integrated InfoPath with DBXL and with SQL. The next logical step is SharePoint! ADD A SHAREPOINT MAPPING 1. For the Expense Report document type, switch to

More information

SharePoint Bridges Agency User Training

SharePoint Bridges Agency User Training SharePoint 2010 What is SharePoint? SharePoint was designed to assist organizations in sharing various types of content and information. SharePoint 2010 allows you to manage content and business processes

More information

AN INTRODUCTION TO OUTLOOK WEB ACCESS (OWA)

AN INTRODUCTION TO OUTLOOK WEB ACCESS (OWA) INFORMATION TECHNOLOGY SERVICES AN INTRODUCTION TO OUTLOOK WEB ACCESS (OWA) The Prince William County School Division does not discriminate in employment or in its educational programs and activities against

More information

SharePoint. Team Site End User Guide. Table of Contents

SharePoint. Team Site End User Guide. Table of Contents Table of Contents Introduction... 1 Logging in for the First Time:... 1 Areas of the team site:... 2 Navigating the team site:... 3 Adding Content to the team site:... 3 The Ribbon:... 3 Adding a Link:...

More information

Dynamics CRM Integration for Gmail. User Manual. Akvelon, Inc. 2017, All rights reserved

Dynamics CRM Integration for Gmail. User Manual. Akvelon, Inc. 2017, All rights reserved User Manual Akvelon, Inc. 2017, All rights reserved Contents Overview... 3 Installation of Dynamics CRM Integration for Gmail 2.0... 3 Buying app subscription... 4 Remove the extension from Chrome... 5

More information

leveraging your Microsoft Calendar Browser for SharePoint Administrator Manual

leveraging your Microsoft Calendar Browser for SharePoint Administrator Manual CONTENT Calendar Browser for SharePoint Administrator manual 1 INTRODUCTION... 3 2 REQUIREMENTS... 3 3 CALENDAR BROWSER FEATURES... 4 3.1 BOOK... 4 3.1.1 Order Supplies... 4 3.2 PROJECTS... 5 3.3 DESCRIPTIONS...

More information

Learning Sessions: Microsoft Outlook

Learning Sessions: Microsoft Outlook Learning Sessions: Microsoft Outlook You Will Learn To: Different searching techniques: Address book, Email Personal Distribution/Contact Lists When to use TO, CC, BCC Meetings Setup, Acceptance, Scheduling

More information

The smarter, faster guide to Microsoft Outlook

The smarter, faster guide to Microsoft Outlook The smarter, faster guide to Microsoft Outlook Settings... 1 The Inbox... 1 Using E-Mail... 4 Sending Attachments... 6 Some things to watch out for with File Attachments:... 7 Creating an Email Signature...

More information

What is OneNote? The first time you start OneNote, it asks you to sign in. Sign in with your personal Microsoft account.

What is OneNote? The first time you start OneNote, it asks you to sign in. Sign in with your personal Microsoft account. OneNote What is OneNote? OneNote is a digital notebook. In OneNote, you can: Type notes or record audio at your laptop. Sketch or write ideas on your tablet. Add picture from your phone. Find notes instantly.

More information

Microsoft Outlook Basics

Microsoft Outlook Basics Microsoft Outlook 2010 Basics 2 Microsoft Outlook 2010 Microsoft Outlook 2010 3 Table of Contents Getting Started with Microsoft Outlook 2010... 7 Starting Microsoft Outlook... 7 Outlook 2010 Interface...

More information

ComponentOne. Scheduler for LightSwitch

ComponentOne. Scheduler for LightSwitch ComponentOne Scheduler for LightSwitch Copyright 2012 ComponentOne LLC. All rights reserved. Corporate Headquarters ComponentOne LLC 201 South Highland Avenue 3 rd Floor Pittsburgh, PA 15206 USA Internet:

More information

User Manual Appointment System

User Manual Appointment System User Manual Appointment System Page 1 of 17 1.0 TABLE OF CONTENTS TABLE OF CONTENTS... 2 System Overview... 3 Menu Options... 3 Application Access... 3 Patient Registration... 6 Schedule Appointment...

More information

Tutorial- How to hide and show a control using rules

Tutorial- How to hide and show a control using rules Tutorial- How to hide and show a control using rules www.nintex.com support@nintex.com Contents About this tutorial... 3 Using Rules to hide a section of the form based on a checkbox... 4 Name the Yes/No

More information

Calendaring & Scheduling Toolkit

Calendaring & Scheduling Toolkit Calendaring & Scheduling Toolkit User Exercises In this document you will find Bamboo Calendaring Toolkit exercises which will walk you through some common scenarios for using these products, and will

More information

Tips for the end-user

Tips for the end-user Tips for the end-user SharePoint 2013 is a major upgrade and has many features that make it more user friendly. This lesson covers some of the features most used in the CLC libraries. Your library s site

More information

MS SharePoint Tip Sheet

MS SharePoint Tip Sheet MS SharePoint Tip Sheet FOR USERS: What is SharePoint? SharePoint Online is a collection of online tools that makes it easy to store, share and manage your team s documents. Your SharePoint Online Team

More information

LFCDS SkyMail & SkyDrive. Full Student Orientation

LFCDS SkyMail & SkyDrive. Full Student Orientation LFCDS SkyMail & SkyDrive Full Student Orientation 2011-04-11 Outlook Live (SkyMail E-mail) Windows Live SkyDrive (Online Storage) Office Web Apps (Online Document Editing) 2 LFCDS SkyMail & SkyDrive Outlook

More information

MS Word MS Outlook Mailbox Maintenance

MS Word MS Outlook Mailbox Maintenance MS Word 2007 MS Outlook 2013 Mailbox Maintenance INTRODUCTION... 1 Understanding the MS Outlook Mailbox... 1 BASIC MAILBOX MAINTENANCE... 1 Mailbox Cleanup... 1 Check Your Mailbox Size... 1 The Quota

More information

OUTLOOK WEB ACCESS (OWA) USER S GUIDE. Exchange 2003 Version - OWA Guide

OUTLOOK WEB ACCESS (OWA) USER S GUIDE. Exchange 2003 Version - OWA Guide OUTLOOK WEB ACCESS (OWA) USER S GUIDE Exchange 2003 Version - OWA Guide TABLE OF CONTENTS WHAT S NEW IN OWA 2003?...2 General...2 Inbox and Message Composition...2 Tasks...2 INTRODUCTION TO OWA...3 Web-Based

More information

Microsoft Office Outlook 2007: Basic Course 01 - Getting Started

Microsoft Office Outlook 2007: Basic Course 01 - Getting Started Microsoft Office Outlook 2007: Basic Course 01 - Getting Started Slide 1 Getting Started Course objectives Identify the components of the Outlook environment and use Outlook panes and folders Use Outlook

More information

KNOWLEDGE MANAGEMENT (SHAREPOINT ADD-IN)

KNOWLEDGE MANAGEMENT (SHAREPOINT ADD-IN) KNOWLEDGE MANAGEMENT (SHAREPOINT ADD-IN) Enterprise version Updated: May 2018 Version 1.0.0.2 Copyright Beyond Intranet 2017. All Rights Reserved i Notice Beyond Technologies LLC. This is a controlled

More information

Creating a Unique View on PEPFAR SharePoint

Creating a Unique View on PEPFAR SharePoint Creating a Unique View on PEPFAR SharePoint Article Contents Introduction: Why Create a "View" in PEPFAR SharePoint? Types of SharePoint Views Styles for the Standard View Creating and Using Views Modifying

More information

Table of Contents. 1. SharePoint 2013 Introduction...1 EVALUATION COPY

Table of Contents. 1. SharePoint 2013 Introduction...1 EVALUATION COPY Table of Contents Table of Contents 1. SharePoint 2013 Introduction...1 SharePoint Versions...1 Team Site Layout and Navigation...1 Layout...1 Navigation...2 Customize Quick Launch...11 Exercise 1: Team

More information

Access Intermediate

Access Intermediate Access 2010 - Intermediate (103-134) Building Access Databases Notes Quick Links Building Databases Pages AC52 AC56 AC91 AC93 Building Access Tables Pages AC59 AC67 Field Types Pages AC54 AC56 AC267 AC270

More information

Colligo Administrator 1.2. User Guide

Colligo Administrator 1.2. User Guide 1.2 User Guide Contents Introduction... 2 Key Features... 2 Benefits... 2 Technical Requirements... 2 Connecting Colligo Administrator with Colligo Applications... 3 Configuring Colligo Contributor Pro...

More information

Delegating Access & Managing Another Person s Mail/Calendar with Outlook. Information Technology

Delegating Access & Managing Another Person s Mail/Calendar with Outlook. Information Technology Delegating Access & Managing Another Person s Mail/Calendar with Outlook Information Technology 1. Click the File tab 2. Click Account Settings, and then click Delegate Access 3. Click Add 4. Type the

More information

Using Outlook Calendars Effectively

Using Outlook Calendars Effectively Using Outlook Calendars Effectively This workshop helps your calendar effectively in Outlook 2010 and 2013. Last updated Faye Brockwell August 2017 This document and other Information Services documents

More information

Microsoft How-To Guide. For Real Estate Professionals

Microsoft How-To Guide. For Real Estate Professionals Microsoft How-To Guide For Real Estate Professionals Your role as a real-estate professional is simple: Turn your client s dreams into a reality. Of course, accomplishing that task is a whole lot more

More information

Outlook 2013 Basic Tasks

Outlook 2013 Basic Tasks Outlook 2013 Basic Tasks Create a new email message In Mail, click New Email. Keyboard shortcut - To create an email message, press Ctrl+Shift+M. When you re done, click Send. Forward or reply to an email

More information

Microsoft Outlook 2007 (PC Access)

Microsoft Outlook 2007 (PC Access) Microsoft Outlook 2007 (PC Access) Overview Favourites Folders, provide quick folder access The Outlook Bar has been replaced with the Navigation Pane. This allows easy access to the features of Outlook

More information

Outlook Webb App quick guide

Outlook Webb App quick guide What is Outlook Web App 2010? Outlook Webb App quick guide Updated 7/17/2012 The Outlook Web App allows you to access your County e-mail and calendar from any computer that has Internet access via a Web

More information

Quick Reference Guide SharePoint Quick Reference Guide

Quick Reference Guide SharePoint Quick Reference Guide Quick Reference Guide 1 P age Table of Contents What is SharePoint?... 3 1. Home Page Layout... 4 2. Uploading Documents to a Library... 6 3. To Open a Document... 7 4. To Delete a Document... 7 5. Adding

More information

Quick Tips & Tricks. Important You must use SEMICOLONS ( ie; ) to separate address when sending mail to multiple users

Quick Tips & Tricks. Important You must use SEMICOLONS ( ie; ) to separate  address when sending mail to multiple users Quick Tips & Tricks Important You must use SEMICOLONS ( ie; ) to separate email address when sending mail to multiple users Customize Mail View Click, View, and then highlight Current View Click, Customize

More information