Custom SharePoint Workflows

Size: px
Start display at page:

Download "Custom SharePoint Workflows"

Transcription

1 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, conversations, etc. A workflow is an automated process controlled by SharePoint that uses this information to replace many manual steps we undertake on a daily basis. Common examples of this include: the uploading of a document to a library may a supervisor to approve the document s changes; the addition of a meeting to a calendar might notify the support staff to get catering and print documents; adding a new vendor contact could trigger a process that approves and archives that vendor s contract. Workflows automatically necessary staff, update tasks and meetings, move documents from one location to another, and dozens of other useful tasks. Because of this, there are many opportunities to create custom workflows for your own situations. Custom SharePoint Designer Workflows In the browser, you ll find common workflows for approving documents, gathering signatures or feedback on documents, and approving the deletion of expired documents. Other, more complicated processes, or even processes that involve just one more step, need customization, and SharePoint Designer is the tool that aids that customization. The default in-browser workflows in SharePoint 2013 SharePoint Designer 2013 is a free download from Microsoft, so the limiting factor is whether the user has permissions on the SharePoint site to use Designer. To confirm your permission level, discuss these changes with your site administrator. If you are the site administrator, discuss your company s SharePoint Designer governance with the farm administrators. Types of Workflows In SharePoint 2013, there are list workflows, which are workflows that are created specifically for one list in a SharePoint site; reusable workflows, which can be implemented on many lists of the same type (all libraries, for example); and site workflows, which are connected to the site as a whole, not any specific list.

2 In This Document 2 Terminology 3 Setup for the Exercises 4 Library Workflow 6 Reusable Workflow 19 Site Workflow 26

3 Terminology 3 Workflow: The full automated process that changes settings, moves documents, creates list items, and s your coworkers. There are in-browser workflows, meaning that they are standard workflows that can be implemented entirely through the web browser as you visit the site. There are SharePoint Designer Workflows, which require you to use SharePoint Designer to create custom workflows. There are code-based workflows, which are programmed by software developers. This document is specifically concerned with SharePoint Designer workflows. Condition: Any value that is saved in SharePoint (the author of the document, the current date, the content type of the meeting), and can be used to make a decision. An example of a condition would be testing whether the due date of a task has passed. Step: Any set of conditions and actions, labeled and grouped together. Loop: Repeating a set of actions based on a condition. For example, send s until a task is completed. Else-If Branch: A test of a condition; if something is true, perform a specific action, else perform a different action. For example, if the department listed on the document is Executive, approve the document, else a manager for approval. Action: Any task that your workflow can perform. Examples of actions include ing, creating new list items, and changing values. Parameter: A value you can request from the user before the workflow begins. For example, if you start a workflow, you need to inform the workflow which billing center to use. Variable: A tool for storing information for use in the workflow. For example, you can save the current date as a variable called CurrentDate, then use it throughout the workflow to compare against other values.

4 Setup for this Document 4 Create a SharePoint Site If you do not have the necessary permissions, request a new SharePoint site from a current Site Administrator. If you do have those permissions, click Site Contents > New Subsite. Make sure you are listed as a member of the Owner group for this subsite, so that you can create all future materials. Create a Job Documentation Library 1. Create a New Library Click Site Contents > Add an App. Choose the button labeled Document Library. Name it Job Documentation. 2. Customize Your Library with a New Column Open Job Documentation and click Library > Create Column. Name the column Job Status and choose the third radio button, Choice. In the text field labeled Type each choice on a separate line:, enter Completed Job, Continuing Job, and Canceled Job on three separate lines. Scroll down to the text box labeled Default Value and clear the text box with the [Delete] key. Click OK. Create a Vendors List 1. Create a New Contact List Click Site Contents > Add an App. Choose the button labeled Contacts. Name it Vendors. Create an Interview Calendar 1. Create a New Calendar Click Site Contents > Add an App. Choose the button labeled Calendar. Name it Interview Calendar.

5 Setup for this Document 5 Open the Site in SharePoint Designer Launch SharePoint Designer 2013 In Windows 7, 8, or 10, press the [Windows] key, which opens your applications menu. Then begin typing SharePoint Designer. As you type, the search for this application will narrow down to the program you want. Simply click or press [Enter] to launch. 2. Open Your SharePoint Site in SharePoint Designer When SharePoint Designer opens, it will ask you to Open Site (an existing SharePoint site) and provide you Recent Sites. If you ve opened your site previously in SharePoint Designer, it may show up under Recent Sites. If not, click Open Site and enter the URL of your SharePoint site. SharePoint Designer should open the site, and you should have a ribbon at the top of the screen labeled Site. If so, you re ready for the exercises in this document now.

6 Creating a List Workflow (Ex. 1) 6 Creating a Workflow for Submitted Documents Our basic premise is this: when a team member submits a new document in our library (called Job Documentation), a supervisor must check the work that was done for this job, and confirm that the document is related to a completed job, a continuing job, or a canceled job. SharePoint should automatically notify the supervisor, and prompt them for this interaction. For this exercise to work, your site must have a library called Job Documentation. You must have your SharePoint site open in SharePoint Designer. Read the setup pages for detail on doing this. 1. Create a New List Workflow for the Library Click Site > List Workflow > Job Documentation. Name your workflow something self-explanatory, like Job Documentation Approval and Categorization. A description is beneficial, because it s difficult to remember the point of your actions after several months. Click OK. At the end of this step, a new workflow should be created, and SharePoint Designer will take you to a screen editing that workflow. 2. Request an Initiation Form Parameter To ask the person who is submitting the document who their supervisor is, create an Initiation Form Parameter for a Person. Click Workflow > Initiation Form Parameters. Click Add on the dialog box that opens. Give the Field Name text field the name Supervisor s Name. Enter a simple description, like Which supervisor should review this document? Set the Information Type drop-down menu to Person or Group. Click Next >. On the Show Field drop-down menu, select Name, so that the field will show the full name of the supervisor, instead of User ID or any other option. Select People Only from the Allow selection of section. Choose from All Users. Deselect Allow blank values? and Allow multiple values?.

7 Creating a List Workflow (Ex. 1) 7 These settings will require that the submitter of this document select an individual person as the supervisor to approve the document. Click Finish on the Column Settings dialog box, then click OK on the Association and Initiation Form Parameters dialog box. At the end of this step, you should be back to a screen that has simply Step 1 on it, and an orange bar where you can begin to work. The Initiation Form Parameter you ve created will be presented to a user when they start this workflow. If you need to work with your Initiation Form Parameter, you can click the Initiation Form Parameter button at the top of the screen, and edit or delete it. 3. Add the Action to Step 1 Click Workflow > Action > Send an . This will add the text these users to Step 1. As you can see, the words these users is a blue, underlined link. To complete the action, click the words these users.

8 Creating a List Workflow (Ex. 1) 8 To the right of the To field on the Define Message dialog box, you ll find a button with an address book on it. Click the address book button. On the dialog box that appears, select Workflow Lookup for a User... and click Add >>. The dialog box that appears is asking who we should send the to. In Step 2, we asked the user who their supervisor is, and now we can use this information. For Data source, select Workflow Variables and Parameters. From Field from source, select Parameter: Supervisor s Name. On Return field as, select Address. Click OK, then click OK on the Select Users dialog box to return to the Message. To the right of the CC field on the Define Message dialog box, you ll find a button with an address book on it. Click the address book button. On the dialog box that appears, select Workflow Lookup for a User... and click Add >>. As you can see, we re repeating the steps we used on the From field, but this time we re doing it so that we can CC the person who started the workflow. From the dialog box that appears, select the Data source Workflow Context. Select the Field from source Initiator, and select to Return field as Address. Click OK. Click OK.

9 Creating a List Workflow (Ex. 1) 9 To the right of the Subject field, you ll see a button with an ellipsis on it [...]. Click [...]. The dialog box that opens is helping you construct a Subject line for the . Our plan will be to state: [User Name] has submitted a new document for approval Click the Add or Change Lookup button at the bottom-left, and choose Data Source: Workflow Context. Select Field from source: Initiator. Select Return field as: Display Name. This will find the initiator of the workflow, and find their name. Insert the name by clicking OK. Complete the Subject by typing has submitted a new document for approval. Click OK.

10 Creating a List Workflow (Ex. 1) 10 Now, click in the body of the . We ll start out with an address to the person who ll be approving the document. Click Add or Change Lookup, and choose Data source Workflow Variables and Parameters, Field from source Parameter: Supervisor s Name, and Return field as Display Name. Click OK. Once back in the body of the , type a comma after the lookup for the person s name, then hit [Enter] to move to the next line. For the body of this , type: A new document was submitted for approval. Please follow this link to read over the document, then set the value for Job Status to the appropriate setting. After this, click the Add or Change Lookup button, and choose Data source Current Item and Field from source Encoded Absolute URL. Click OK.

11 Creating a List Workflow (Ex. 1) 11 Finally, type Thank you, and on the next line, click the Add or Change Lookup button again. From this dialog box, choose Data source Workflow Context, Field from source Initiator, and Return field as Display Name. When you feel you ve entered the information for this correctly, click OK. At the end of this step, you should return to a screen with Step 1, but now the text inside Step 1 says Parameter: Supervisor s Name. When the workflow begins, it will the Supervisor (CC ing the initiator of the workflow), and provide a link that the supervisor can use to check the document.

12 Creating a List Workflow (Ex. 1) Create a Task Now, there should be an orange bar in the Step 1 segment, after Parameter: Supervisor s Name. Use this to add another Action to the Step - creating a Task for the Supervisor. Click Workflow > Action > Assign a To-do Item. This will enter the text then Assign a to-do item to these users. Click the link a to-do item to describe the new task that will be assigned. Read the details on the Custom Task Wizard Dialog, and click Next >. This will bring you to a screen where you can name the new task to be created, and give the users who are assigned this task a bit of a description. Type these details in: Name: Document Approval and Categorization Description: A document has been submitted for categorization. Click Finish. To assign it to the proper person, click the text these users. In the Select Users dialog, select Workflow Lookup for a User... and click Add >>. Select Data source Workflow Variables and Parameters; Field from source Parameter: Supervisor s Name; and Return field as As String. Click OK twice to lock in the values on the task. At the end of this step, you should have Step 1 with (1) ing the supervisor, and (2) Creating a task for the supervisor. Now, the workflow will wait for the supervisor to complete their task. If they don t complete the task, it will them on a regular basis to do it. Once the task is completed, we d like to move on to a new step, where SharePoint s the workflow s initiator and lets that person know everything is complete.

13 Creating a List Workflow (Ex. 1) the Initiator After the Task is Completed Both Actions so far have been performed in the same Step. Creating a new Step will allow us to segment Actions to contact and inform the supervisor from Actions to inform the initiator we are done. Click after Step 1, so the orange bar is outside the Step 1 box. Click Workflow > Step, and see Step 2 being created. Now that the orange cursor is blinking in Step 2, let s add the Action that will the Initiator. Click Workflow > Action > Send an . Click these users. To the right of the To field, click the Address Book button.

14 Creating a List Workflow (Ex. 1) 14 Select Workflow Lookup for User..., and click Add >>. Select Data source Workflow Context, Field from source Initiator, and Return field as Address, which will select the address of the person who started the workflow process. Click OK to the Lookup for Person or Group dialog box, and OK for the Select Users dialog box. To complete the , type a Subject of Your document has been categorized. Click in the body of the , and type: The document you submitted for approval and categorization has been reviewed. Thank you. On the next line down, type Document Name: and press the Add or Change Lookup button in the bottom-left. Choose Data source Current Item and Field from source Name. Click OK. On the next line down, type Document Address: and press the Add or Change Lookup button in the bottom-left.

15 Creating a List Workflow (Ex. 1) 15 Choose Data source Current Item and Field from source Encoded Absolute URL. Click OK. Your finished should look something like this: Click OK. At the end of this step, you should have a second step that s the Initiator when the workflow is finished.

16 Creating a List Workflow (Ex. 1) Check Settings, Save, and Publish At the top of the screen, on the Workflow tab, click Workflow Settings. This will bring you to a panel with the settings for the workflow. In the section labeled Start Options, make sure only the checkbox for Allow this workflow to be manually started is selected. Finally, at the top of the screen, click Save. Then click Publish. Publish will make the workflow available to users of the library. 7. Test the Workflow Open your SharePoint site and click the Job Documentation link in the Quick Launch bar. Upload a document to the library. Click Files > Upload Document. Then, Browse for the document you would like to add to the library. For testing purposes, choose any document on your hard drive. Click OK. Submit the document for approval. Click the Word icon to the left of the file name, which will mark a checkbox for that file. Then click Files > Workflows.

17 Creating a List Workflow (Ex. 1) 17 From the Job Documentation: Workflows: [Your File Name] page, you ll see Job Documentation Approval and Categorization, the workflow you created. Click this workflow. In the Supervisor s Name text box, enter the information for your account. Click Start. You re returned to the library, and a new column appears called Job Documentation Approval and Categorization (the name of our workflow). The status of the workflow is listed, as well as a link that will show all the details of the workflow s process.

18 Creating a List Workflow (Ex. 1) 18 Additionally, open your , and you should receive the notification we constructed very soon. Look for the details you added, as well as the link to the document. Slightly later, you ll also receive an stating a Task was created for you that you must complete. Investigate the task, the document, and the workflow history for this document. Finally, change the Job Status value and complete the task that was created. A final will be sent to your account, as the initiator of the workflow. At the end of this step, you should see all the parts of the workflow operating correctly.

19 Creating a Reusable Workflow (Ex. 2) 19 Creating a Workflow to Solve a Common Problem The scenario for this workflow is: individual SharePoint users all over our site input information about a national vendor who provides us services at our various offices all over the country. Because they deal with the vendor in their area, when they input the address, city, and state information, they provide the local information. With a workflow, we can identify the company being referenced, and if the condition is met (Company XYZ), we will fill the Notes field with the national contact information. This will be done with a Reusable Workflow, so it can be applied to any contact list in the future. To follow this exercise, you must have a list called Vendors and have your SharePoint site open in SharePoint Designer. Read the setup pages for detail on doing this. 1. Create a New Reusable Workflow Click Site > Reusable Workflow. Name your workflow Vendor National Contact Information, and provide a description of something immediately understandable, like Identifies large, national vendors, and supplies their headquarters contact information in the Notes field of a new contact. Specify that the Content Type for this workflow is Contact, so the workflow knows which fields it has available to work with. Click OK. At the end of this step, you will have a new Reusable Workflow, able to be applied to any list with contacts in it. You will have a blinking orange cursor in Step 1, ready for you to insert any Conditions and Actions.

20 Creating a Reusable Workflow (Ex. 2) Add a Condition Testing for a Company Name To test for the company name of the record being added, click Workflow > Condition > If current item field equals value. This should add a line to Step 1. To start, click field from this line. From the drop-down, choose Company Name. Now click value. Simply type Company XYZ and press [Enter]. At the end of this step, we ve put in a test for a particular condition in any contact list. Now, we must add an Action to perform once the condition has been met. 3. Add an Action to the Condition In order for the action to only occur when the condition is met, the orange blinking cursor must be below, and indented from the If block. See the next page for examples:

21 Creating a Reusable Workflow (Ex. 2) 21 Correct Position (below, indented inside the box) Incorrect Position (below, but on the same level, and outside the box) Click Workflow > Action > Sent Field in Current Item. This will add a section stating Set field to value. Click the field link, and choose Comments. Click the value link, and click the Ellipsis button [...]. Type: Headquarters Broadway New York, NY Click OK.

22 Creating a Reusable Workflow (Ex. 2) 22 At the end of this step, You will have a workflow that tests whether the company information entered matches a particular value, and if it does, enters some supplementary information into the Notes field. *Note: Microsoft is using Notes and Comments interchangeably here. Apologies for any confusion. 4. Check Settings, Save, and Publish Click Workflow > Workflow Settings at the top of the screen. Notice your Start Options section - currently, any administrator who decides to apply this workflow can choose to have it start manually, or automatically on creation and/or editing.

23 Creating a Reusable Workflow (Ex. 2) 23 Press Save, then press Publish. At the end of this step, your workflow will be published to your site, and be available for any Contact list to use. 5. Implement the Workflow In the browser, open your Vendors contact list you built earlier. Click List > Workflow Settings. As you can see, even though we ve created this Reusable Workflow, it isn t being implemented yet. Click the drop-down menu for Show workflow associations of this type and choose Contact. Click Add a workflow.

24 Creating a Reusable Workflow (Ex. 2) 24 At the bottom of the menu for Select a workflow template, you ll find Vendor National Contact Information, the name of our workflow. Select it. Enter a unique name, like Adding National Contact Information. The only other relevant selection in this workflow is how the workflow is started. Go to the Start Options section, deselect the checkbox for Allow this workflow to be manually started, and select the checkboxes for Creating a new item as well as Changing an item. Click OK. Using the links on your Quick Launch Bar, return to the Vendors contact list. At the end of this step, you have informed the contact list Vendors that a workflow should be initiated every time a new item is added, or an existing item is edited. We should be able to test this workflow simply by adding a new record.

25 Creating a Reusable Workflow (Ex. 2) Test the Workflow Click New Item on your Vendors list. Enter the text information for an individual (maybe yourself), but specifically enter your Company information as Company XYZ. Click Save. This should take you back to your Vendors list. To see whether the workflow did its job, click on the record you created to re-open it. You should see the following: At the end of this exercise, you should see that a workflow can be created for all of one kind of list, then implemented on a list. You should also see that you can decide whether to do something based on a Condition.

26 Creating a Site Workflow (Ex. 3) 26 Creating a Form That Performs Multiple Steps While both the List Workflow and Reusable Workflow are ultimately associated with interaction with a list or library on the SharePoint site, the Site Workflow is a little different. A user of a Site Workflow will fill out a form and press OK, and multiple things on the SharePoint Site will happen automatically. Our example is: our team needs to interview new caterers. We will create a form that allows us to add the caterer to our Vendors contact list, as well as the Interview Calendar. To follow this exercise, we must have a SharePoint Site with a Vendors contact list and an Interview Calendar. We must have the SharePoint site open in SharePoint Designer. Read the setup pages for detail on doing this. 1. Create a New Site Workflow In SharePoint Designer, click Site > Site Workflow. Name it Prospective New Vendors, and type a Description like Site Workflow designed to create a new interview appointment and new contact record for a prospective vendor. Click OK. At the end of this step, you should have a Site Workflow with a name, a description, and a blinking orange cursor inside a box labeled Step 1.

27 Creating a Site Workflow (Ex. 3) Gather Information from the Initiator To know details like who is the vendor and when is the meeting, we create a form for Initiation Form Parameters. Click Workflow > Initiation Form Parameters. Click Add. For the first Field name, enter Vendor Name. Leave the setting for Information type at Single line of text. Click Next >. Leave the Default Value blank, and click Finish.

28 Creating a Site Workflow (Ex. 3) 28 Repeat these steps. Click Add. Enter a Field name of Contact First Name, as a Single line of text. Click Next >. Leave the Default Value blank, and click Finish. Click Add. Enter a Field name of Contact Last Name, as a Single line of text. Click Next >. Leave the Default Value blank, and click Finish.

29 Creating a Site Workflow (Ex. 3) 29 Click Add. Enter a Field name of Contact Phone Number, as a Single line of text. Click Next >. Leave the Default Value blank, and click Finish. Click Add. Enter a Field name of Meeting Start, as a Date and Time field. Click Next >. Choose a Default value of [None]. Deselect the checkbox for Allow blank values? Display format should be Date and Time. Select the checkbox to Require values be greater than the date and time the form is loaded. Click Finish. Click OK on the Association and Initiation Form Parameters dialog box. At the end of this step, you should have many values (Vendor Name, Contact First Name, Contact Last Name, Contact Phone Number, and Meeting Start) being gathered from the initiator to properly create a contact and a meeting. You should be shown a Step 1 box with a blinking orange cursor. Now, we ll create the meeting and the contact.

30 Creating a Site Workflow (Ex. 3) Adding the Actions We want this workflow to create a contact and a meeting based on the Initiation Form Parameters we ve collected. Click Action > Create List Item. Click the entry this list, and choose from the List drop-down menu Vendors. Click the field Last Name (*), and click the Modify... button. To the right of the text box for To this value, choose the fx button. This will open a dialog box we ve used in previous examples:

31 Creating a Site Workflow (Ex. 3) 31 For Data source, choose Workflow Variables and Parameters, and for Field from source, choose Parameter: Contact Last Name. Click OK, then click OK. Now, we ll be adding entries for their First Name, Company Name, and Business Phone. Click Add... Choose the Set this field drop-down menu to First Name, then click fx. For Data source, select Workflow Variables and Parameters, for Field from source, choose Parameter: Contact First Name. Click OK, then click OK. Click Add... Choose the Set this field drop-down menu to Company, and click fx.

32 Creating a Site Workflow (Ex. 3) 32 For Data source, select Workflow Variables and Parameters, for Field from source, choose Parameter: Vendor Name. Click OK, then click OK. Click Add... Choose the Set this field drop-down menu to Business Phone, and click fx. For Data source, select Workflow Variables and Parameters, for Field from source, choose Parameter: Contact Phone Number. Click OK, then click OK. At this point, your Create New List Item dialog box should look like this: Click OK to complete the first list item, the contact in the Vendors list.

33 Creating a Site Workflow (Ex. 3) 33 Now we will create our second action, creating an end time. If you notice, we only asked for the start time from the workflow initiator, so we ll need to save an end time that s 60 minutes in the future. Click Workflow > Action > Add time to date. Click the 0 link in the pictured entry, and type 60. Click the date link in the pictured entry, and select the fx button. Set Data source to Workflow Variables and Parameters, and Field from source to Parameter: Meeting Start. Finally, click the link Variable: date1, and choose Create new Variable. Name the variable End time. At the end of this step, you should see that you can create and save information you need, even if you didn t ask for it at the beginning of the workflow. Saving the End Time as a new variable allows us to set both the start and end of the upcoming meeting action.

34 Creating a Site Workflow (Ex. 3) 34 Now it is time to perform our third action, creating a meeting on our calendar. Click Workflow > Action > Create List Item. Once again, click the entry this list to specify which list to create a new item in. Choose Interview Calendar from the List drop-down menu. You screen should look like this: Select the entry Title and click Modify:

35 Creating a Site Workflow (Ex. 3) 35 To the right of the To this value text box, click the Ellipsis button [...]. Type Prospective Vendor Interview with In the bottom-left, click the Add or Change Lookup button. Set Data source to Workflow Variables and Parameters, Field from source to Parameter: Vendor Name. Click OK, then OK, then OK. This will return you to the Create New List Item dialog. Next, select Start Time and choose Modify...

36 Creating a Site Workflow (Ex. 3) 36 Now click the fx button to the right of To this value. Set Data source to Workflow Variables and Parameters, and Field from source to Parameter: Meeting Start. Click OK, then OK to return to the Create New List Item dialog box. Finally, select End Time and click Modify... Click the fx button to the right of To this value, and choose Workflow Variables and Parameters for the Data source, as well as Variable: End Time for Field from source. Click OK, then OK, then OK. You will be returned to your workflow with three actions in a single step. At the end of this step, you have used the Initiation Form Parameters to create a new Vendor record, add 60 minutes to the Start Time, and create a new Calendar Event.

37 Creating a Site Workflow (Ex. 3) Save and Publish Click the Save button, then the Publish button. 5. Test Your Workflow Open your SharePoint site in the browser, then click Site Contents in the Quick Launch Bar. In the top-right, there are a set of buttons for SITE WORKFLOWS, SETTINGS, and RECYCLE BIN. Select Site Workflows. You should see your new workflow - Prospective New Vendors. Click that workflow. Fill out the form with the required information, and click Start. Then visit your calendar and your Vendor list. You should see your new listings there. At the end of this exercise, you should see that a Site Workflow is a simple form that collects the necessary information to perform many other actions - creating list items, updating information, and ing people. You should also see that you can calculate information using actions and variables, so you can get additional information above what you d already have collected.

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

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

the employee s next birthday is in the past. This mechanism will consistently update the employee s next birthday. 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

More information

SharePoint 2013 Site Owner

SharePoint 2013 Site Owner SharePoint 2013 Site Owner Effective Content and Document Collaboration with Axalta Teams 9 May 2014 Instructor: Jason Christie Site Owner Course Topics to be Covered Content Management Creating and configuring

More information

SharePoint 2010 Tutorial

SharePoint 2010 Tutorial SharePoint 2010 Tutorial TABLE OF CONTENTS Introduction... 1 Basic Navigation... 2 Navigation Buttons & Bars... 3 Ribbon... 4 Library Ribbon... 6 Recycle Bin... 7 Permission Levels & Groups... 8 Create

More information

SharePoint 2010 Site Owner s Manual by Yvonne M. Harryman

SharePoint 2010 Site Owner s Manual by Yvonne M. Harryman SharePoint 2010 Site Owner s Manual by Yvonne M. Harryman Chapter 9 Copyright 2012 Manning Publications Brief contents PART 1 GETTING STARTED WITH SHAREPOINT 1 1 Leveraging the power of SharePoint 3 2

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

inform MS-Outlook Add-In

inform MS-Outlook Add-In inform MS-Outlook Add-In User Guide Version 2.01 Created By: Frikkie Saayman 6 February 2017 1 Introduction The inform MS-Outlook Add-In is an extension (of inform) to MS-Outlook that allows MS-Outlook

More information

Microsoft Office SharePoint. Reference Guide for Contributors

Microsoft Office SharePoint. Reference Guide for Contributors Microsoft Office SharePoint Reference Guide for Contributors SharePoint: Reference Guide for Contributors Table of Contents INTRODUCTION... 3 FOLLOWING A SITE... 3 NAVIGATION... 4 LISTS AND LIBRARIES...

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

How to Apply for Funding Via ZoomGrants. Tips and Tools for Creating, Submitting, and Managing Your Applications

How to Apply for Funding Via ZoomGrants. Tips and Tools for Creating, Submitting, and Managing Your Applications How to Apply for Funding Via ZoomGrants Tips and Tools for Creating, Submitting, and Managing Your Applications 3 Quick Things to Know: THE AUTO-SAVE FEATURE ZoomGrants automatically saves your progress,

More information

IBM Atlas Suite Users Guide: Data Source Maintenance with IIM. for IBM Atlas Suite v6.0

IBM Atlas Suite Users Guide: Data Source Maintenance with IIM. for IBM Atlas Suite v6.0 IBM Atlas Suite Users Guide: Data Source Maintenance with IIM for IBM Atlas Suite v6.0 IBM Atlas Suite Users Guide: Data Source Maintenance with IIM This edition applies to version 6.0 of IBM Atlas Suite

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

Microsoft SharePoint 2010

Microsoft SharePoint 2010 BrainStorm Quick Start Card for Microsoft SharePoint 2010 Getting Started Microsoft SharePoint 2010 brings together your organization s people, documents, information, and ideas in a customizable space

More information

One of the fundamental kinds of websites that SharePoint 2010 allows

One of the fundamental kinds of websites that SharePoint 2010 allows Chapter 1 Getting to Know Your Team Site In This Chapter Requesting a new team site and opening it in the browser Participating in a team site Changing your team site s home page One of the fundamental

More information

ZoomGrants: A How-To Guide for Applicants

ZoomGrants: A How-To Guide for Applicants ZoomGrants: A How-To Guide for Applicants Tips and Tools for Creating, Submitting, and Managing Your Applications Need a printer-friendly version? https://zoomgrants.com/welcome/applicantslideshowpf.pdf

More information

Microsoft Office SharePoint Reference Guide for Site Owners

Microsoft Office SharePoint Reference Guide for Site Owners Microsoft Office SharePoint Reference Guide for Site Owners Table of Contents INTRODUCTION...3 REQUESTING A NEW SITE...3 FOLLOWING A SITE...4 NAVIGATION...5 LISTS AND LIBRARIES...6 ADDING PEOPLE TO A SITE...6

More information

SharePoint User Manual

SharePoint User Manual SharePoint User Manual Developed By The CCAP SharePoint Team Revision: 10/2009 TABLE OF CONTENTS SECTION 1... 5 ABOUT SHAREPOINT... 5 1. WHAT IS MICROSOFT OFFICE SHAREPOINT SERVER (MOSS OR SHAREPOINT)?...

More information

Using the isupport Customer Profile Screen

Using the isupport Customer Profile Screen Using the isupport Customer Profile Screen The Customer Profile screen (accessed via the Desktop menu) enables you to record customer information that can be used in all isupport functionality. Note that

More information

Adobe Sign for MS Dynamics 365 CRM

Adobe Sign for MS Dynamics 365 CRM Adobe Sign for MS Dynamics 365 CRM User Guide v7 Last Updated: May 31, 2018 2018 Adobe Systems Incorporated. All rights reserved Contents Overview... 3 Gaining Access to Adobe Sign...4 Sending for Signature...

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

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

Vendor Registration and Training

Vendor Registration and Training Vendor Registration and Training Bid Express Registration Guide Bid Express Vendor Guide February 2015 Prepared By Address: 5700 SW 34th Street, Suite 1235, Gainesville, Florida 32608-5371 Web: www.infotechfl.com

More information

Migrating SharePoint From 2007 to 2010

Migrating SharePoint From 2007 to 2010 Migrating SharePoint From 2007 to 2010 Presented By Scott Randall srandall@advancedlegal.com (888) 221 8821 Advanced Legal Systems, Inc. CREATING TECHNOLOGICAL CALM www.advancedlegal.com Table of Contents

More information

End User SharePoint 2010 Videos List

End User SharePoint 2010 Videos List End User SharePoint 2010 Videos List Screencast Name Number Abstract Category A subsite (or simply referred to as site) is created as an interface for hosting pages, lists, libraries and web parts. Creating

More information

Creating Pages with the CivicPlus System

Creating Pages with the CivicPlus System Creating Pages with the CivicPlus System Getting Started...2 Logging into the Administration Side...2 Icon Glossary...3 Mouse Over Menus...4 Description of Menu Options...4 Creating a Page...5 Menu Item

More information

SharePoint 2013 Power User EVALUATION COPY. (SHP version 1.0.1) Copyright Information. Copyright 2013 Webucator. All rights reserved.

SharePoint 2013 Power User EVALUATION COPY. (SHP version 1.0.1) Copyright Information. Copyright 2013 Webucator. All rights reserved. SharePoint 2013 Power User (SHP2013.2 version 1.0.1) Copyright Information Copyright 2013 Webucator. All rights reserved. The Authors Bruce Gordon Bruce Gordon has been a Microsoft Certified Trainer since

More information

Content Author's Reference and Cookbook

Content Author's Reference and Cookbook Sitecore CMS 7.2 Content Author's Reference and Cookbook Rev. 140225 Sitecore CMS 7.2 Content Author's Reference and Cookbook A Conceptual Overview and Practical Guide to Using Sitecore Table of Contents

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

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

Adobe Document Cloud esign Services. for Salesforce Version 17 Installation and Customization Guide

Adobe Document Cloud esign Services. for Salesforce Version 17 Installation and Customization Guide Adobe Document Cloud esign Services for Salesforce Version 17 Installation and Customization Guide 2015 Adobe Systems Incorporated. All rights reserved. Last Updated: August 28, 2015 Table of Contents

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

Course Outline Repository Guide

Course Outline Repository Guide Contents... 1 How do I access the Course Outline Repository?... 1 How do I use the Course Outline Repository?... 2 How do I search the Course Repository?... 2 Where do I download the course outline?...

More information

For Salaried Employees Professional Development and Performance Management

For Salaried Employees Professional Development and Performance Management For Salaried Employees Professional Development and Performance Management (Reference Guide) Table of Contents Getting Started... 1 Goal Setting Performance Goals... 7 Development Plans... 13 Professional

More information

Adobe Sign for Microsoft Dynamics

Adobe Sign for Microsoft Dynamics for Microsoft Dynamics User Guide (v6) Last Updated: September 1, 2017 2017 Adobe Systems Incorporated. All rights reserved Table of Contents Overview... 3 Gaining Access to Adobe Sign... 3 Sending for

More information

De La Salle University Information Technology Center. Microsoft Windows SharePoint Services and SharePoint Portal Server 2003

De La Salle University Information Technology Center. Microsoft Windows SharePoint Services and SharePoint Portal Server 2003 De La Salle University Information Technology Center Microsoft Windows SharePoint Services and SharePoint Portal Server 2003 WEB DESIGNER / ADMINISTRATOR User s Guide 2 Table Of Contents I. What is Microsoft

More information

USPTO Accommodation Point User Guide VERSION 1.0

USPTO Accommodation Point User Guide VERSION 1.0 USPTO Accommodation Point User Guide VERSION 1.0 ii PUBLISHED BY MicroPact, Inc. 12901 Worldgate Drive, Suite 800, Herndon, VA 20170 COPYRIGHT MICROPACT, INC. All rights reserved. No part of the contents

More information

Microsoft SharePoint is provided by Information Services for staff in Aberystwyth University.

Microsoft SharePoint is provided by Information Services for staff in Aberystwyth University. USING SHAREPOINT E-Services and Communications, Information Services, Aberystwyth University OBJECTIVES By the end of this training course you will be able to: Access SharePoint Customise a document library

More information

The Distributor s Content Management Guide for subzero-wolf.com

The Distributor s Content Management Guide for subzero-wolf.com The Distributor s Content Management Guide for subzero-wolf.com Dear Distributor Partner Portal users, Please use this guide help you find your way around and assist you in editing Showroom detail page

More information

SharePoint Cheat Sheet

SharePoint Cheat Sheet SharePoint Cheat Sheet Website https://extension.tennessee.edu/countyname User Login utk\netid and password Set Permissions Click Site Actions Site Permissions Click County Owners to see a list of users

More information

BE Share. Microsoft Office SharePoint Server 2010 Basic Training Guide

BE Share. Microsoft Office SharePoint Server 2010 Basic Training Guide BE Share Microsoft Office SharePoint Server 2010 Basic Training Guide Site Contributor Table of Contents Table of Contents Connecting From Home... 2 Introduction to BE Share Sites... 3 Navigating SharePoint

More information

Quick Reference Card - Document Owner

Quick Reference Card - Document Owner Quick Reference Card - Document Owner Finding documents that you own, proxy, or assigned to you in each status. Under Documents, click My Documents/I Own. Creating New Document or New Version of Current

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

From the Insert Tab (1), highlight Picture (2) drop down and finally choose From Computer to insert a new image

From the Insert Tab (1), highlight Picture (2) drop down and finally choose From Computer to insert a new image Inserting Image To make your page more striking visually you can add images. There are three ways of loading images, one from your computer as you edit the page or you can preload them in an image library

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

DocAve 6 SQL Server Data Manager

DocAve 6 SQL Server Data Manager DocAve 6 SQL Server Data Manager User Guide Service Pack 4, Cumulative Update 2 Revision G Issued July 2014 Table of Contents About DocAve SQL Server Data Manager... 4 Complementary Products... 5 Submitting

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

Workshare Transact. User Guide

Workshare Transact. User Guide Workshare Transact User Guide June 2017 Workshare Transact User Guide Table of Contents Chapter 1: Introducing Workshare Transact...5 What is Workshare Transact?... 6 A safe place for data...6 Workflow...6

More information

Course Outline. Microsoft SharePoint Server 2013 for the Site Owner/Power User Course 55035: 2 days Instructor-Led

Course Outline. Microsoft SharePoint Server 2013 for the Site Owner/Power User Course 55035: 2 days Instructor-Led Microsoft SharePoint Server 2013 for the Site Owner/Power User Course 55035: 2 days Instructor-Led Introduction This two day class is designed for information workers or power users who serve as SharePoint

More information

Microsoft SharePoint Server 2013 for the Site Owner/Power User

Microsoft SharePoint Server 2013 for the Site Owner/Power User Course 55035A: Microsoft SharePoint Server 2013 for the Site Owner/Power User Course Details Course Outline Module 1: The Role of the Site Owner This module provides an introduction to the topics covered

More information

BrainStorm Quick Start Card for Microsoft OneDrive for Business

BrainStorm Quick Start Card for Microsoft OneDrive for Business BrainStorm Quick Start Card for Microsoft OneDrive for Business mso.harvard.edu Changing the Way the World Works Clear the path for your productivity goals! Using Microsoft OneDrive for Business, you have

More information

... 4 Free Signup File Cabinet Selection Access Files & Folders Edit Files & Folders View Files Edit Index Fields

... 4 Free Signup File Cabinet Selection Access Files & Folders Edit Files & Folders View Files Edit Index Fields Dokmee Mobile Table of Contents Getting Started Login... 4 Free Signup... 5 File Cabinet Selection... 6 Access Files & Folders... 7 Edit Files & Folders... 8 View Files... 10 Edit Index Fields... 12 Email

More information

HIRING MANAGER S JOB SITE USER S GUIDE. Fitchburg State University Hiring System

HIRING MANAGER S JOB SITE USER S GUIDE. Fitchburg State University Hiring System HIRING MANAGER S JOB SITE USER S GUIDE Fitchburg State University Hiring System TABLE OF CONTENTS INTRODUCTION... 3 GETTING STARTED... 5 CREATING A POSTING.7 Creating Posting from Position Type... 7 Posting

More information

Microsoft. SharePoint Your Organization s Name Here

Microsoft. SharePoint Your Organization s Name Here Microsoft SharePoint 2013 Your Organization s Name Here Table of Contents Table of Contents... 2 Introducing CustomGuide Training Manuals... 7 How it Works... 8 The Fundamentals... 9 Introduction to SharePoint...

More information

MANNATECH. Presents. MyMannapages SELF-GUIDED CERTIFICATION

MANNATECH. Presents. MyMannapages SELF-GUIDED CERTIFICATION MANNATECH Presents MyMannapages SELF-GUIDED CERTIFICATION The following steps have been created to help you become familiar with the basic functions of MyMannapages. As you begin using these great tools,

More information

SAS and Outlook Appointment Push

SAS and Outlook Appointment Push Contents Accessing SAS and Outlook Push Settings in AdRx... 1 Enabling the Push of SAS Appointments to Outlook... 3 Important Guidelines... 3 Setting up Outlook Rules... 4 Enabling the Push of Outlook

More information

SharePoint Online 101

SharePoint Online 101 Work Smart by Microsoft IT SharePoint Online 101 Customization note: This document contains guidance and/or step-by-step installation instructions that can be reused, customized, or deleted entirely if

More information

Supplier Contract Management for Agencies Core-CT Finance Upgrade Implementation

Supplier Contract Management for Agencies Core-CT Finance Upgrade Implementation Supplier Contract Management for Agencies Core-CT Finance Upgrade Implementation March 2018 For Classroom Training Use Only Introduction Supplier Contract Management for Agencies Welcome to Supplier Contract

More information

Version 5. Recruiting Manager / Administrator

Version 5. Recruiting Manager / Administrator Version 5 Recruiting Manager / Administrator 1 Contents 1.0 Introduction... 4 2.0 Recruitment at a Glance... 6 3.0 Viewing Applicant Numbers... 8 4.0 Activities After Closing Date... 10 5.0 Shortlisting...

More information

User s Guide for Suppliers

User s Guide for Suppliers Streamline Collaborate Take Control User s Guide for Suppliers Powered by Johnson & Johnson Global Translation Center Contents Terminology... 1 Conventions... 1 Mandatory vs. Optional Fields... 1 Button

More information

User Manual. ARK for SharePoint-2007

User Manual. ARK for SharePoint-2007 User Manual ARK for SharePoint-2007 Table of Contents 1 About ARKSP (Admin Report Kit for SharePoint) 1 1.1 About ARKSP 1 1.2 Who can use ARKSP? 1 1.3 System Requirements 2 1.4 How to activate the software?

More information

Broadcast +Fax Quick Start Guide

Broadcast  +Fax Quick Start Guide Broadcast Email+Fax Quick Start Guide This guide provides information on setting up and submitting an Email broadcast job. There are 5 steps in creating your job and submitting it for distribution. The

More information

Introduction. User Privileges. PEPFAR SharePoint: Poweruser Guide

Introduction. User Privileges. PEPFAR SharePoint: Poweruser Guide PEPFAR SharePoint: Poweruser Guide Introduction Welcome to your role as a Poweruser of a PEPFAR SharePoint site! This guide will give you an overview of your roles and responsibilities in maintaining the

More information

FileNET Guide for AHC PageMasters

FileNET Guide for AHC PageMasters ACADEMIC HEALTH CENTER 2 PageMasters have the permissions necessary to perform the following tasks with Site Tools: Application Requirements...3 Access FileNET...3 Login to FileNET...3 Navigate the Site...3

More information

Creating an Account and Using Universal Job Match

Creating an Account and Using Universal Job Match Creating an Account and Using Universal Job Match In this hand-out we will take you through setting up an account with UJM and show you some of the functionality If you haven t already, create an email

More information

WORKSHARE TRANSACT USER GUIDE

WORKSHARE TRANSACT USER GUIDE WORKSHARE TRANSACT USER GUIDE October 2016 Workshare Transact User Guide Table of Contents Chapter 1. Introducing Workshare Transact... 5 What is Workshare Transact?... 6 A safe place for data... 6 Workflow...

More information

Tutorial 2. Tutorial 2: Capital Expenditure Request Workflow creation. Nintex Workflow 2007 Tutorial 2 Page 1

Tutorial 2. Tutorial 2: Capital Expenditure Request Workflow creation. Nintex Workflow 2007 Tutorial 2 Page 1 Tutorial 2: Capital Expenditure Request Workflow creation Nintex Workflow 2007 Tutorial 2 Page 1 In this second tutorial, we are going to create the workflow shown above. It is a business process to automate

More information

BASIC NAVIGATION & VIEWS...

BASIC NAVIGATION & VIEWS... Content Overview VISUAL TOUR... 5 NEW FEATURES IN OUTLOOK 2010... 6 BASIC NAVIGATION & VIEWS... 7 SETTING PREFERENCES... 7 Creating an Outlook Shortcut... 7 Choosing a Startup View... 7 CUSTOMIZING INBOX

More information

Workflow Templates in Compliance 360 Version 2018

Workflow Templates in Compliance 360 Version 2018 Workflow Templates in Compliance 360 Version 2018 Workflow Templates 5 Workflow Elements 6 Workflow Teams 6 Workflow Template Changes 6 Create or Edit a Workflow Template 8 Import and Export Workflow Templates

More information

ACTIVE CAMPUS PORTAL ADVANCED (SHAREPOINT BASICS)

ACTIVE CAMPUS PORTAL ADVANCED (SHAREPOINT BASICS) ACTIVE CAMPUS PORTAL ADVANCED (SHAREPOINT BASICS) Training for Points of Contacts How SharePoint fits into Active Campus Portal Introduction to SharePoint Services Working with Lists Working with Libraries

More information

How-to: SharePoint Web Forms

How-to: SharePoint Web Forms How-to: SharePoint Web Forms Contents Overview:... 3 Create Web Form Site... 3 Web Form Components:... 4 Web Form page... 4 Confirmation page... 5 Responses list:... 6 Views:... 6 Form design... 7 Web

More information

Content Author's Reference and Cookbook

Content Author's Reference and Cookbook Sitecore CMS 7.0 Content Author's Reference and Cookbook Rev. 130425 Sitecore CMS 7.0 Content Author's Reference and Cookbook A Conceptual Overview and Practical Guide to Using Sitecore Table of Contents

More information

Unit 8: Working with Actions

Unit 8: Working with Actions Unit 8: Working with Actions Questions Covered What are actions? How are actions triggered? Where can we access actions to create or edit them? How do we automate the sending of email notifications? How

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

EVALUATION COPY. Unauthorized Reproduction or Distribution Prohibited SHAREPOINT 2016 POWER USER

EVALUATION COPY. Unauthorized Reproduction or Distribution Prohibited SHAREPOINT 2016 POWER USER SHAREPOINT 2016 POWER USER SharePoint 2016 Power User (SHP2016.2 version 1.0.0) Copyright Information Copyright 2016 Webucator. All rights reserved. Accompanying Class Files This manual comes with accompanying

More information

Go paperless by using OneNote 2013

Go paperless by using OneNote 2013 Work Smart by Microsoft IT Go paperless by using OneNote 2013 Customization note: This document contains guidance and/or step-by-step installation instructions that can be reused, customized, or deleted

More information

Laserfiche Agenda Workflow Training. Submitting an Agenda Item Through Laserfiche Web Access Version 10.2

Laserfiche Agenda Workflow Training. Submitting an Agenda Item Through Laserfiche Web Access Version 10.2 Laserfiche Agenda Workflow Training Submitting an Agenda Item Through Laserfiche Web Access Version 10.2 May 2017 Contents LASERFICHE LASERFICHE AGENDA REVIEW WORKFLOW... 3 IMPORTING DOCUMENTS INTO WEB

More information

User Guide Part 2: More Details. March 2014

User Guide Part 2: More Details. March 2014 User Guide Part 2: More Details March 2014 Table of Contents Introduction... 3 More Details... 4 The Home Page... 4 Workflows... 5 Starting a Workflow... 5 Policy Life Cycle Workflows... 6 Start Review

More information

Best Practices for Using Assignments and Submitting Assignments

Best Practices for Using Assignments and Submitting Assignments and Submitting WHY WOLD YOU USE THIS FEATURE? Instructors can place assignments in any of the content areas within a course, such as Course Documents or. In this tutorial you will learn how to access an

More information

SITE DESIGN & ADVANCED WEB PART FEATURES...

SITE DESIGN & ADVANCED WEB PART FEATURES... Overview OVERVIEW... 2 SITE DESIGN & ADVANCED WEB PART FEATURES... 4 SITE HIERARCHY... 4 Planning Your Site Hierarchy & Content... 4 Content Building Tools... 5 Pages vs Sites... 6 Creating Pages... 6

More information

End-User Reference Guide Troy University OU Campus Version 10

End-User Reference Guide Troy University OU Campus Version 10 End-User Reference Guide Troy University OU Campus Version 10 omniupdate.com Table of Contents Table of Contents... 2 Introduction... 3 Logging In... 4 Navigating in OU Campus... 6 Dashboard... 6 Content...

More information

55035: Microsoft SharePoint Server 2013 for the Site Owner/Power User

55035: Microsoft SharePoint Server 2013 for the Site Owner/Power User 55035: Microsoft SharePoint Server 2013 for the Site Owner/Power User Description This training class is designed for SharePoint Site Owners, Site Collection Administrators and SharePoint Server Administrators

More information

EMS WEB APP User Guide

EMS WEB APP User Guide EMS WEB APP User Guide V44.1 Last Updated: August 14, 2018 EMS Software emssoftware.com/help 800.440.3994 2018 EMS Software, LLC. All Rights Reserved. Table of Contents CHAPTER 1: EMS Web App User Guide

More information

1. Select Goals on the dropdown navigation menu; your goal plan will appear.

1. Select Goals on the dropdown navigation menu; your goal plan will appear. Performance Goals In MyHR, a Goal Plan (online worksheet) is used by you and your manager to create performance goals and track progress throughout the year. Opening Your Goal Plan 1. Select Goals on the

More information

Configuring SharePoint 2007

Configuring SharePoint 2007 26636.book Page 77 Thursday, February 14, 2008 4:38 PM Chapter 3 Configuring SharePoint 2007 MICROSOFT EXAM OBJECTIVES COVERED IN THIS CHAPTER: Manage Administration Manage Central Admin UI Manage the

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

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

SharePoint General Instructions

SharePoint General Instructions SharePoint General Instructions Table of Content What is GC Drive?... 2 Access GC Drive... 2 Navigate GC Drive... 2 View and Edit My Profile... 3 OneDrive for Business... 3 What is OneDrive for Business...

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

User Guide for INSTRUCTOR Role

User Guide for INSTRUCTOR Role User Guide for INSTRUCTOR Role 1 1.0 Introduction to GroupEx PRO 5 2.0 Using Filters 6 3.0 News (Home Tab) 7 4.0 Notices 7 4.1 Viewing Notices 8 5.0 Sub Board 9 5.1 Viewing a Sub Request 9 5.2 Requesting

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

Microsoft SharePoint Server 2013 for the Site Owner/Power User Course 55035: 2 days; Instructor-Led

Microsoft SharePoint Server 2013 for the Site Owner/Power User Course 55035: 2 days; Instructor-Led Course 55035: Microsoft SharePoint Server 2013 for the Site Owner/Power User Page 1 of 8 Microsoft SharePoint Server 2013 for the Site Owner/Power User Course 55035: 2 days; Instructor-Led Overview This

More information

BrightWork Project Office Teams and Administrators Training Guide. Configuring the Project Management Process

BrightWork Project Office Teams and Administrators Training Guide. Configuring the Project Management Process BrightWork Project Office Teams and Administrators Training Guide Configuring the Project Management Process Page 2 of 71 Contents 1 Module Introduction... 5 1.1 Feedback on this Guide... 5 1.2 Pre-Requisites...

More information

Department User Guide

Department User Guide Department User Guide Revision Chart Version Primary Author(s) Description of Version Date 1.0 Anthony Curley Initial Document 6/22/11 1.1 Anthony Curley Update to Publishing Changes & Navigation Changes

More information

Overview & Training Materials

Overview & Training Materials Overview & Training Materials Introduction SimplifyIT s Intranet Portal and Enterprise Management Solutions including a help desk, knowledge base, training management, vendor management and more is designed

More information

Advanced Training Guide

Advanced Training Guide Advanced Training Guide West Corporation 100 Enterprise Way, Suite A-300 Scotts Valley, CA 95066 800-920-3897 www.schoolmessenger.com Contents Before you Begin... 4 Advanced Lists... 4 List Builder...

More information

APPENDIX. Using Google Sites. After you read this appendix, you will be able to:

APPENDIX. Using Google Sites. After you read this appendix, you will be able to: APPENDIX B Using Google Sites Objectives After you read this appendix, you will be able to: 1. Create a New Site 2. Manage Your Sites 3. Collaborate on a Shared Site The following Hands-On Exercises will

More information

Student Success Guide

Student Success Guide Student Success Guide Contents Like a web page, links in this document can be clicked and they will take you to where you want to go. Using a Mouse 6 The Left Button 6 The Right Button 7 The Scroll Wheel

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

Colligo Administrator 1.3. User Guide

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

More information