opensap course Build Your Own SAP Fiori App in the Cloud 2016 Edition

Size: px
Start display at page:

Download "opensap course Build Your Own SAP Fiori App in the Cloud 2016 Edition"

Transcription

1 opensap course Build Your Own SAP Fiori App in the Cloud 2016 Edition Notes for the Development Challenge App details The app is based on a modified Master-Detail Template and all components works as shown below in the SAP Web IDE screenshots. It uses mock data from a EDMX-file with two data sets: Transports (for master data) and Tasks (for details). Mock-up and SAP Web IDE As part of the Development Challenge the original mockup from the Design Challenge is resubmitted this includes the intended navigation between screens at that point in time as well as the Study. Some minor changes have been made to this design and process during the Development Challenge either to conform to the Fiori Design Principle, to add features or to make adjustments based on the review comments. To show the result of the review process, I ve included the original mockup with comments and the final result as well as some design considerations. Story: Delivering changes (transports) at a SAP customer Segmentation Development or maintenance at SAP customers often involves the use of internal or external consultants, who perform a large part of the system setup. All of these changes needs at some point to be moved from a development system to the customer productive system. Targeting Since most companies has their own policy for releasing these changes, they normally appoint one or more consultants so-called Transport Managers - as responsible for creating, verifying and releasing these changes. The Transport Managers especially externals - are however not always present at the customer site or able to log into their systems from a laptop, when the need to release a transport with a change arise. Positioning The main issue is simply to move the transport with as little delay as possible - not to handle every aspect of a transport. There is thus a need for a simple app, where a Transport Manager internal or external, technical savvy or not at a moment s notice can track the status of a transport and release it in due time for a customer test. 1

2 Persona: The Transport Manager Meet Bob. Bob manages the delivery of standard and expedited HR-changes for BestRun Companies. Bob is an external consultation acting as team lead for a team of - mostly functional but also application consultants. Besides customizing the solution; he also has the role of coordinating and releasing the transports. He also has the transport responsibility at two other customers and can get a bit frustrated carrying three client laptops with him at all times just to check on the status. Bob is however extremely service-minded and don t mind handling work outside of regular hours to meet the customers or his colleagues needs. 2

3 User Experience Journey: Late call from consultant with urgent transport One of the scenarios Bob frequently runs through is a late call, where an urgent transport is needed for a customer. This time a payroll run has an error that needs to be fixed in a very short time Point of View: The elevator pitch Bob, our functional lead at BestRun, needs a way to handle transport requests, no matter the time or place, so he can deliver on time without sacrificing too much of his spare time. 3

4 Mock Up: The consultant app The mock-up is created in Build. The following considerations from Bobs pains are used to design the layout: A Master-Detail layout has been chosen to give Bob and other users a simple and nice overview on their mobile device, while ensuring that it will also show up nicely on a larger screen Colors are chosen from the he traffic light so non-technical users will understand the status immediately o green: ok/approve; yellow/orange needs attention and red is no go. Standard icons are used o two different icons are used to represent the transport types (a book for a customizing transport, and the wrench a workbench transport) Numbers used o Small numbers in the icon bar are used to count the tasks in each transport (to give Bob a quick idea of the number of consultants potentially involved) o Lager numbers is used to show how many tasks that still needs to be released Mockup - The desktop view of Jill s transport The picture shows the intended view after the app is opened and Jill s transport is selected. It show a green color indicating that all tasks are released and the transport itself can be released. Note that in the final app Bob must confirm the release to avoid releasing transports by mistake. 4

5 Mockup - A desktop view of unfinished transport: Here a workbench transport is selected the orange number shows that not all the tasks are released. The transport cannot be released as shown on the message in the dialog box. Note that the last step has been modified in the final app: the status is shown on-screen and the button is disabled; this reduces the number or clicks/touches that Bob needs to perform. Mockup - Mobile view with unreleased tasks: Here a customizing transport is examined; the orange number and red color indicates that the transport cannot be released. By clicking on the release button an explanation is given. Note that the last step has been modified in the final app: the status is shown on-screen and the button is disabled; this reduces the number or clicks/touches that Bob needs to perform. 5

6 Study: Experience in Build The studies are using the desktop layout. Two studies are included corresponding to the desktops screenshots above: Releasing Jill s transport e0dc25cd460bab3133 Try releasing unfinished transport c72b bab514a Design considerations: User-centric and Simple The main design consideration for the app has been to keep the following in mind: - that Bob only needs to see relevant information - that only day-to-day required supporting functionality (such as searching, filter, mail) is needed Based on the mockup, experimenting and peer-review the following modifications has been made to the template: Master Section: o Improved search functionality so Bob can search for transports and owners in the same field o Using sort, filter and group functionality to help Bob easily find the correct transports Detail Section: o Added functionality in mail-button making it easier for Bob to contact the Transport Owner o The Release Transport button is disabled when the transport cannot be released o Showing Transport Status on-screen this removes the need to click a button to view the status o Added some essential system information from the transport to the Info-tab Bob needs this to verify that he s releasing a transport to the correct system o Both tabs now show the Task list making it unnecessary to swap tabs to see the information o Modified navigation buttons so they only show up on phones Approval screen: o Added confirmation boxes, so Bob does not accidentally release a transport Coding: o Code is added to support search/filters, mail, formatting and design based on data content 6

7 SAP Web IDE App Navigation The final app SAP Web IDE - The desktop view of Jill s transport The picture shows the final app after Jill s transport is selected by Bob. Green colors are used on the task icon and release button to indicate that the transport can be released; which also can be verified on in the message strip. SAP Web IDE - A desktop view of unfinished transport In this scenario Bob wishes to follow up on all unfinished transports and perhaps mail the transport owner. Such a list could be very long, so he chooses to minimize the list by filtering on un-releasable transports. He then selects an unfinished transport to work with. The yellow message shows the reason why the transport cannot be released. 7

8 SAP Web IDE - Mobile view with unreleased tasks: This time Bob is using his phone, so he chooses to limit the list of transports by searching for the user ID of the owner. The colors and disabled release button indicates that this transport cannot be released. SAP Web IDE App Implementation The app is based on a Master-Detail Template. Three different types of implementations are shown below: 1) layout change 2) adding and formatting a button and 3) showing and controlling messages in code. Adjusting the icon tab layout: Adding a message strip Open the Detail View in Layout Editor - Drag a message strip to the Icon tab In the Properties for the Message Strip: - Make the modifications shown - The field {NumberState} originates from the data set and contains Success or Warning This sets the color of the bar to yellow or green Select the Icon Tab Bar by clicking on it - Set the selection as shown this will make the bar permanently visible to the user Example of the message strip 8

9 Release Transport Button: Adding a color coded button Create translatable text for the button: - Open i18n.properties and insert theses lines Open the Detail View in Layout Editor - Drag a button from the Action tab to the footer In the Properties for the Button (to the right): - Make sure Data Set is set to Transports, as data will be read from that table - Change the text for the Button - It now read the text from the releasebuttontext in i18n.properties - Add the shipping-status icon - Set the enabled state - This value is true/false in the data set - Set the color of the button (based on code) by typing the following text - This uses the CanBeReleased field (the same field as the enabled state) to determine a button type in code Open formatter.js and insert the following code - The function returns Accept or Reject to the field, colouring the button red or green The button with different colors and states Confirmation boxes: Showing messages in new screen and managing user decisions Open the Detail View in Layout Editor - Click on the Release Transport Button In the Event pane for the Button: - Enter function name to be called when the button is pressed Open Detail.controller.js and insert the code - This asks Bob to confirm the release - If he clicks on the OK button - an alert show the transport release - If not, an information is shown, which fades away - The box title is fetched from properties stored as shown below In reality texts should be stored in properties but is written here for clarity Store the transport information for later use: - Add this code at the end of function One of the messages as shown for confirmation 9

Maintenance-List. ( this is only a cover page please, do not count it as a slide ) .. a study on improving workflow of a mechanic in a car-repair shop

Maintenance-List. ( this is only a cover page please, do not count it as a slide ) .. a study on improving workflow of a mechanic in a car-repair shop Maintenance-List.. a study on improving workflow of a mechanic in a car-repair shop opensap - Build Your Own SAP Fiori App in the Cloud Dr. Alexander Salnikov - 2015 ( this is only a cover page please,

More information

SAP Fiori UX Design and Build Challenge

SAP Fiori UX Design and Build Challenge SAP Fiori UX Design and Build Challenge Design Thinking Methodology: Plethora of SAP Transactions to remember!, Wish had a central entry page that I could access to perform my activities, do these thoughts

More information

Shopping Cart: Queries, Personalizations, Filters, and Settings

Shopping Cart: Queries, Personalizations, Filters, and Settings Shopping Cart: Queries, Personalizations, Filters, and Settings on the Shopping Cart Home Page Use this Job Aid to: Learn how to organize the Shopping Cart home page so that it is easier to use. BEFORE

More information

opensap course Build Your Own SAP Fiori App in the Cloud 2016 Edition Develop Challenge Submission Create a Persona

opensap course Build Your Own SAP Fiori App in the Cloud 2016 Edition Develop Challenge Submission Create a Persona opensap course Build Your Own SAP Fiori App in the Cloud 2016 Edition Develop Challenge Submission Create a Persona 1. Design Thinking Story ABAP developers are challenging their skills on a new type of

More information

Event Venue Planner. 1. Story. 2. Point of View. opensap 2016 Development Challenge. Build Your Own SAP Fiori App in the Cloud 2016 Edition

Event Venue Planner. 1. Story. 2. Point of View. opensap 2016 Development Challenge. Build Your Own SAP Fiori App in the Cloud 2016 Edition opensap 2016 Development Challenge Build Your Own SAP Fiori App in the Cloud 2016 Edition Week 9 Submission (6 PDF pages + 2.52 min video = 9 submission units) Event Venue Planner 1. Story The purpose

More information

GDS Reports by Istvan Nemeth Build Your Own SAP Fiori App in the Cloud 2016 Edition SAP Fiori UX Develop Challenge

GDS Reports by Istvan Nemeth Build Your Own SAP Fiori App in the Cloud 2016 Edition SAP Fiori UX Develop Challenge GDS Reports by Istvan Nemeth Build Your Own SAP Fiori App in the Cloud 2016 Edition SAP Fiori UX Develop Challenge STORY Manufacturers are using Global Data Synchronization Network to connect their systems

More information

Organising your inbox

Organising your inbox Outlook 2010 Tips Table of Contents Organising your inbox... 1 Categories... 1 Applying a Category to an E-mail... 1 Customising Categories... 1 Quick Steps... 2 Default Quick Steps... 2 To configure or

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

Quick Start Guide - Contents. Opening Word Locating Big Lottery Fund Templates The Word 2013 Screen... 3

Quick Start Guide - Contents. Opening Word Locating Big Lottery Fund Templates The Word 2013 Screen... 3 Quick Start Guide - Contents Opening Word... 1 Locating Big Lottery Fund Templates... 2 The Word 2013 Screen... 3 Things You Might Be Looking For... 4 What s New On The Ribbon... 5 The Quick Access Toolbar...

More information

Fiori Makers Club Showcase 15 Review. Kai Richter, SAP

Fiori Makers Club Showcase 15 Review. Kai Richter, SAP Fiori Makers Club Showcase 15 Review Kai Richter, SAP Why did we chose this app as showcase? One of the most famous and common scenarios: leaves and expenses. Can be designed very simple and allows attention

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

SAP BEX ANALYZER AND QUERY DESIGNER

SAP BEX ANALYZER AND QUERY DESIGNER SAP BEX ANALYZER AND QUERY DESIGNER THE COMPLETE GUIDE A COMPREHENSIVE STEP BY STEP GUIDE TO CREATING AND RUNNING REPORTS USING THE SAP BW BEX ANALYZER AND QUERY DESIGNER TOOLS PETER MOXON PUBLISHED BY:

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

Link to Design Study. https://standard.experiencesplash.com/home/projects/ b806a0b9c2f6f/research/participant/0a8420a0047ab7920bd90c 88

Link to Design Study. https://standard.experiencesplash.com/home/projects/ b806a0b9c2f6f/research/participant/0a8420a0047ab7920bd90c 88 User Story: The app is used by the ChaRM IT operator which handles the import of transports into a system landscape. The IT Operator is part of the IT department, a team which provides and handles the

More information

Fiori Makers Club Showcase 8 Review. Kai Richter, SAP

Fiori Makers Club Showcase 8 Review. Kai Richter, SAP Fiori Makers Club Showcase 8 Review Kai Richter, SAP Why did we chose this app as showcase? This application to manage users is very well designed with many well thought-through solutions. The team didn

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

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

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

Fiori Makers Club Showcase 5 Review. Kai Richter, SAP

Fiori Makers Club Showcase 5 Review. Kai Richter, SAP Fiori Makers Club Showcase 5 Review Kai Richter, SAP Why did we chose this app as showcase? Beautiful small app with a clearly defined use case. Well-designed following most of our guidelines. 2 3 Select

More information

HOUR 18 Collaborating on Documents

HOUR 18 Collaborating on Documents HOUR 18 Collaborating on Documents In today s office environments, people are increasingly abandoning red ink pens, highlighters, and post-it slips in favor of software tools that enable them to collaborate

More information

HarePoint HelpDesk for SharePoint. User Guide

HarePoint HelpDesk for SharePoint. User Guide HarePoint HelpDesk for SharePoint For SharePoint Server 2016, SharePoint Server 2013, SharePoint Foundation 2013, SharePoint Server 2010, SharePoint Foundation 2010 User Guide Product version: 16.2.0.0

More information

INTRODUCTION... 1 LONG DOCUMENTS V SHORT DOCUMENTS... 2 SECTION BREAKS... 2

INTRODUCTION... 1 LONG DOCUMENTS V SHORT DOCUMENTS... 2 SECTION BREAKS... 2 Word 2010 Level 2 Table of Contents INTRODUCTION... 1 LONG DOCUMENTS V SHORT DOCUMENTS... 2 SECTION BREAKS... 2 PAGE LAYOUT BREAKS... 2 Section break examples... 2 Inserting Section Breaks... 3 Deleting

More information

Installation & Configuration Guide Enterprise/Unlimited Edition

Installation & Configuration Guide Enterprise/Unlimited Edition Installation & Configuration Guide Enterprise/Unlimited Edition Version 2.3 Updated January 2014 Table of Contents Getting Started... 3 Introduction... 3 Requirements... 3 Support... 4 Recommended Browsers...

More information

BUILD YOUR OWN SAP FIORI APP IN THE CLOUD Exercise Week 5

BUILD YOUR OWN SAP FIORI APP IN THE CLOUD Exercise Week 5 BUILD YOUR OWN SAP FIORI APP IN THE CLOUD Exercise Week 5 Create an App from a Smart Template and Annotation File 1 INTRODUCTION 1.1 Goal Smart Templates in the SAP Web IDE of the SAP HANA Cloud Platform

More information

Tutorial 1. Tutorial 1: Leave Request Workflow creation

Tutorial 1. Tutorial 1: Leave Request Workflow creation Tutorial 1: Leave Request Workflow creation In this tutorial, we are going to create the workflow shown above. It is a relatively simple business process which we will automate to enable employees to apply

More information

Creating a Course Web Site

Creating a Course Web Site Creating a Course Web Site What you will do: Use Web templates Use shared borders for navigation Apply themes As an educator or administrator, you are always looking for new and exciting ways to communicate

More information

Office 365: . Accessing and Logging In. Mail

Office 365:  . Accessing and Logging In. Mail Office 365: Email This class will introduce you to Office 365 and cover the email components found in Outlook on the Web. For more information about the Microsoft Outlook desktop client, register for a

More information

Blue Mountain Community College Website Maintenance Instructions

Blue Mountain Community College Website Maintenance Instructions Blue Mountain Community College Prepared by Velda Arnaud August, 2014 Blue Mountain Community College Overview View the site any time by clicking on the Site Preview at the top of the screen. Urgent News

More information

INSTALLATION AND USER S GUIDE OfficeCalendar for Microsoft Outlook

INSTALLATION AND USER S GUIDE OfficeCalendar for Microsoft Outlook INSTALLATION AND USER S GUIDE OfficeCalendar for Microsoft Outlook Sharing Microsoft Outlook Calendar and Contacts without Exchange Server Contents What is OfficeCalendar? Sharing Microsoft Outlook Calendars

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

opensap Extending SAP S/4HANA Cloud and SAP S/4HANA SAP S/4HANA UX Fundamentals PUBLIC

opensap Extending SAP S/4HANA Cloud and SAP S/4HANA SAP S/4HANA UX Fundamentals PUBLIC opensap Extending SAP S/4HANA Cloud and SAP S/4HANA SAP S/4HANA UX Fundamentals PUBLIC TABLE OF CONTENTS PREPARATION... 3 Activating your CAL Instance... 3 NAVIGATING IN THE FIORI LAUNCHPAD... 3 Using

More information

Small changes. Big results.

Small changes. Big results. FileMaker Developer Conference 2017 Presenter Series Small changes. Big results. A guide to perfecting user interface. Martha Zink, Soliant Consulting, Inc. FileMaker Developer Conference DevCon is an

More information

Click on OneDrive on the menu bar at the top to display your Documents home page.

Click on OneDrive on the menu bar at the top to display your Documents home page. Getting started with OneDrive Information Services Getting started with OneDrive What is OneDrive @ University of Edinburgh? OneDrive @ University of Edinburgh is a cloud storage area you can use to share

More information

How to Create a Task and Assign it to a User

How to Create a Task and Assign it to a User How to Create a Task and Assign it to a User The best practice for Tasks is to create them if you want a another user in your team to take ownership of it. Tasks are assigned to other users. Appointments

More information

About SharePoint Server 2007 My Sites

About SharePoint Server 2007 My Sites SharePoint How To s / My Sites of 6 About SharePoint Server 007 My Sites Use your My Site to store files and collaborate with your co-workers online. My Sites have public and private pages. Use your public

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

Mendeley Help Guide. What is Mendeley? Mendeley is freemium software which is available

Mendeley Help Guide. What is Mendeley? Mendeley is freemium software which is available Mendeley Help Guide What is Mendeley? Mendeley is freemium software which is available Getting Started across a number of different platforms. You can run The first thing you ll need to do is to Mendeley

More information

Expense Approvals on Nexonia s Web Application

Expense Approvals on Nexonia s Web Application Expense Approvals on Nexonia s Web Application Expense Approvals on Web Nexonia Expenses on the web gives approvers the ability to review expenses submitted to them for approval. You can review submitted

More information

Developing a Power Point Presentation

Developing a Power Point Presentation Load Power Point 1 Select Blank Presentation (figure 1) 2 Select New Slide (figure 2) First slide is the title page. Select First Box as shown in figure 2. Figure 1 Figure 2 3 Add Title and Subtitle (figure

More information

Authenticated Instant Messaging With mychat. Bob Booth September 2007 AP-Chat1

Authenticated Instant Messaging With mychat. Bob Booth September 2007 AP-Chat1 Authenticated Instant Messaging With mychat. Bob Booth September 2007 AP-Chat1 University of Sheffield Contents 1. INTRODUCTION... 3 2. INSTALLING SPARK ON YOUR COMPUTER... 4 3. STARTING MYCHAT... 5 3.1

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

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

User Guide Version 2.0 December 2015

User Guide Version 2.0 December 2015 User Guide Version 2.0 December 2015 Biscom, Inc. 321 Billerica Rd. Chelmsford, MA 01824 tel 978-250-1800 fax 978-250-4449 Copyright 2015 Biscom, Inc. All rights reserved worldwide. Reproduction or translation

More information

Newforma Contact Directory Quick Reference Guide

Newforma Contact Directory Quick Reference Guide Newforma Contact Directory Quick Reference Guide This topic provides a reference for the Newforma Contact Directory. Purpose The Newforma Contact Directory gives users access to the central list of companies

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

2. Click New in the upper left corner of the standard toolbar (along the top) to open a new message box.

2. Click New in the upper left corner of the standard toolbar (along the top) to open a new message box. Mail Exercise 1: Sending a Message 1. Click Mail in the Navigation Pane. 2. Click New in the upper left corner of the standard toolbar (along the top) to open a new message box. 3. Enter utstr3@mailbox.sc.edu

More information

How to Rescue a Deleted File Using the Free Undelete 360 Program

How to Rescue a Deleted File Using the Free Undelete 360 Program R 095/1 How to Rescue a Deleted File Using the Free Program This article shows you how to: Maximise your chances of recovering the lost file View a list of all your deleted files in the free Restore a

More information

Drupal Cloud Getting Started Guide Creating a Lab site with the MIT DLC Theme

Drupal Cloud Getting Started Guide Creating a Lab site with the MIT DLC Theme Introduction Drupal Cloud Getting Started Guide Creating a Lab site with the MIT DLC Theme In this Getting Started Guide, you can follow along as a website is built using the MIT DLC Theme. Whether you

More information

Delivery Performance Review

Delivery Performance Review Delivery Performance Review Customers may from time to time send you a Delivery Performance Review (DPR) that describes issues that were found in your shipping or the plant s receiving process. These issues

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

The Quick Access Toolbar can be either just below the Title Bar or, as in this case, just above the ruler.

The Quick Access Toolbar can be either just below the Title Bar or, as in this case, just above the ruler. Table of Contents Ribbon... 3 Customizing the Ribbon and Quick Access Toolbars... 3 File Tab... 5 Print and Print Preview... 7 Working in Protected Mode... 8 Accessibility Checker... 9 Compatibility Changes

More information

PowerPoint Basics: Create a Photo Slide Show

PowerPoint Basics: Create a Photo Slide Show PowerPoint Basics: Create a Photo Slide Show P 570 / 1 Here s an Enjoyable Way to Learn How to Use Microsoft PowerPoint Microsoft PowerPoint is a program included with all versions of Microsoft Office.

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

Page Numbering for a Thesis or Dissertation with NO Copyright Page

Page Numbering for a Thesis or Dissertation with NO Copyright Page Page Numbering for a Thesis or Dissertation with NO Copyright Page Tip: Add Page Numbering to your document after you are finished making all edits. After the page numbering has been added, then add the

More information

Mobile: OneNote. Microsoft Quick Start ITS (2017)

Mobile: OneNote. Microsoft Quick Start ITS (2017) Mobile: OneNote Microsoft Quick Start ITS (2017) Quick Start Guide We ve created a mobile version of OneNote for your Windows 10 tablet. Use this guide to learn the basics. Explore commands on the ribbon

More information

PowerPoint Essentials 1

PowerPoint Essentials 1 PowerPoint Essentials 1 LESSON SKILL MATRIX Skill Exam Objective Objective Number Working with an Existing Presentation Change views of a presentation. Insert text on a slide. 1.5.2 2.1.1 SOFTWARE ORIENTATION

More information

Making Your Word Documents Accessible

Making Your Word Documents Accessible Making Your Word Documents Accessible Montclair State University is committed to making our digital content accessible to people with disabilities (required by Section 508). This document will discuss

More information

Consulting Service Delivery in Office 365

Consulting Service Delivery in Office 365 Consulting Service Delivery in Office 365 User Guide For Network Consultants User Guide Content 1. Introduction 2. Minimum System Requirements 3. How to start 4. How to connect to Office 365 for the first

More information

Volunteer Scheduler Pro Quick Start Guide Salvation Army

Volunteer Scheduler Pro Quick Start Guide Salvation Army Volunteer Scheduler Pro Quick Start Guide Salvation Army Introduction Welcome to Volunteer Scheduler Pro! This Quick Start Guide was created specifically with the Salvation Army and Kettle Campaigns in

More information

HTML5 Responsive Notify 2 DMXzone

HTML5 Responsive Notify 2 DMXzone Table of contents Table of contents... 1 About HTML5 Responsive Notify 2... 2 Features in Detail... 3 The Basics: Insert HTML5 Responsive Notify 2 on your Page... 10 Advanced: Retrieve your Notifications

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

Tellus EVV Introduction and Dashboard TRAINING REFERENCE GUIDE

Tellus EVV Introduction and Dashboard TRAINING REFERENCE GUIDE Tellus EVV Introduction and Dashboard TRAINING REFERENCE GUIDE REV: 03/18 Sponsored by Centric Consulting, LLC, and the State of Florida, AHCA TELLUS EVV System Training Reference Guide Table of Contents

More information

OneDrive for Business Getting Started

OneDrive for Business Getting Started Getting Started Contents Getting to Know OneDrive for Business...1 What is OneDrive for Business?... 1 History... 1 Who at Century has an OneDrive for Business account?... 1 What does OneDrive for Business

More information

Microsoft Windows SharePoint Services

Microsoft Windows SharePoint Services Microsoft Windows SharePoint Services SITE ADMIN USER TRAINING 1 Introduction What is Microsoft Windows SharePoint Services? Windows SharePoint Services (referred to generically as SharePoint) is a tool

More information

Persona and Point of View

Persona and Point of View User Story In many industries, products are not pre-build with a defined component list but customers get more and more control of how the product should look like. In this case for the Lighting industry

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

ELR Approvals via IRIS Mobile

ELR Approvals via IRIS Mobile ELR Approvals via IRIS Mobile Please refer to the document Installing Fiori for IRIS Mobile for instructions on how to download and install the SAP Fiori Client application on to your smartphone or tablet.

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

Pulse LMS: User Management Guide Version: 1.86

Pulse LMS: User Management Guide Version: 1.86 Pulse LMS: User Management Guide Version: 1.86 This Guide focuses on the tools that support User Managers. Please consult our separate guides for processes for end users, learning management and administration

More information

ADD CONTACTS TO YOUR CONTACT LIST. 4 GROUP CONTACTS IN MESSENGER. 6 MANAGING CONVERSATIONS. 7 SETTING YOUR ALERTS PREFERENCES. 16 COMPLIANCE.

ADD CONTACTS TO YOUR CONTACT LIST. 4 GROUP CONTACTS IN MESSENGER. 6 MANAGING CONVERSATIONS. 7 SETTING YOUR ALERTS PREFERENCES. 16 COMPLIANCE. CONTENTS ADD CONTACTS TO YOUR CONTACT LIST... 4 GROUP CONTACTS IN MESSENGER... 6 MANAGING CONVERSATIONS... 7 SETTING YOUR ALERTS PREFERENCES... 10 SHARING APPS IN MESSENGER... 12 COMMUNICATING WITH YAHOO!

More information

USING ITEM SYNC FINESTRA POS

USING ITEM SYNC FINESTRA POS USING ITEM SYNC FINESTRA POS POSitec is pleased to provide the Item Sync program to support the review and apply process for items presented based on your Pharmasave My Catalogue subscription. Item Sync

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

Salesforce Classic Guide for iphone

Salesforce Classic Guide for iphone Salesforce Classic Guide for iphone Version 35.0, Winter 16 @salesforcedocs Last updated: October 27, 2015 Copyright 2000 2015 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark

More information

Instructions How to use the new features in the Appointment Process system

Instructions How to use the new features in the Appointment Process system Instructions How to use the new features in the Appointment Process system In this latest release (December 2004) of the Minerva-based Appointment Process system, we ve added new features based on user

More information

Basic System. Tutorial Guide API PRO. Open.7

Basic System. Tutorial Guide API PRO. Open.7 Tutorial Guide API PRO Basic System Open.7 The Basic system, or module 2.1 is the backbone in API PRO and it is an absolute pre-condition to run any of the other modules in API PRO that the basic system

More information

Table of Contents Table of Contents... 2 Welcome to the new desktop Queue handling New visitor in queue manual routing

Table of Contents Table of Contents... 2 Welcome to the new desktop Queue handling New visitor in queue manual routing Release notes Table of Contents Table of Contents... 2 Welcome to the new desktop... 3 1 Queue handling... 3 1.1 New visitor in queue manual routing... 3 1.2 Selecting a visitor manual routing... 3 1.3

More information

Using Skype for Business A Guide for Staff

Using Skype for Business A Guide for Staff Using A Guide for Staff Contents Introduction... 1 What is?... 1 How do I Access?... 2 Basics... 2 The Window... 2 User Availability... 3 Contacts... 4 Creating a Group... 4 Finding and Adding Contacts...

More information

Upgrading your EDGE to Office 365 and Outlook 2016

Upgrading your EDGE to Office 365 and Outlook 2016 Upgrading your EDGE to Office 365 and Outlook 2016 TOPICS COVERED INCLUDE: Quick Overview of Differences The Mobility Factor Recommended Calendar and Task Views Setting Up New Categories Creating a Quick

More information

The Basics MAC. The Main Skype for Business Window. ! Name! Presence indicator. ! Conversations. ! Meetings. ! Calls. ! Contacts

The Basics MAC. The Main Skype for Business Window. ! Name! Presence indicator. ! Conversations. ! Meetings. ! Calls. ! Contacts MAC The Basics The Main Skype for Business Window When you open the Skype for Business desktop app, you will see the main screen where your personal information, contacts, conversation history, call history,

More information

InDesign CC 2014 Essential Skills

InDesign CC 2014 Essential Skills InDesign CC 2014 Essential Skills Adobe InDesign Creative Cloud 2014 University Information Technology Services Training, Outreach, Learning Technologies & Video Production Copyright 2015 KSU Division

More information

Tegrity Recording and Proctoring

Tegrity Recording and Proctoring Tegrity Recording and Proctoring Introduction The Tegrity software can be used as classroom video/screen capture recordings to be uploaded to a secure cloud. The video is segmented into chapters for easy

More information

FedEx Office Print Online Corporate

FedEx Office Print Online Corporate Quick Reference Guide Getting Started Log in to FedEx Office Print Online Corporate 1. Open your browser and navigate to: https://printonline.fedex.com/nextgen/abbott-amo 2. Input User ID and Password

More information

INTRODUCTION TO BLACKBOARD

INTRODUCTION TO BLACKBOARD INTRODUCTION TO BLACKBOARD Working URL - https://www.d11.org Layout of the site MY START BAR CHANNEL BAR HEADER GLOBAL ICONS Logging In Use your email as your username and your network password. SITE MANAGER

More information

ATMS ACTION TRACKING MANAGEMENT SYSTEM. Quick Start Guide. The ATMS dev team

ATMS ACTION TRACKING MANAGEMENT SYSTEM. Quick Start Guide. The ATMS dev team ATMS ACTION TRACKING MANAGEMENT SYSTEM Quick Start Guide The ATMS dev team Contents What is ATMS?... 2 How does ATMS work?... 2 I get it, now where can I find more info?... 2 What s next?... 2 Welcome

More information

WELCOME TO RESELLER CENTRE MANUAL... 3 RESELLER PANEL... 4 HOW TO START... 4

WELCOME TO RESELLER CENTRE MANUAL... 3 RESELLER PANEL... 4 HOW TO START... 4 Table of Contents WELCOME TO RESELLER CENTRE MANUAL... 3 RESELLER PANEL... 4 HOW TO START... 4 Dashboard... 4 Filter... 4 Table of content... 5 Trend... 5 Export dashboard data... 6 Bar chart & graphs...

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

Microsoft Office Outlook 2007: Intermediate Course 01 Customizing Outlook

Microsoft Office Outlook 2007: Intermediate Course 01 Customizing Outlook Microsoft Office Outlook 2007: Intermediate Course 01 Customizing Outlook Slide 1 Customizing Outlook Course objectives Create a custom toolbar and customize the menu bar; customize the Quick Access toolbar,

More information

Salesforce Classic Mobile Guide for iphone

Salesforce Classic Mobile Guide for iphone Salesforce Classic Mobile Guide for iphone Version 41.0, Winter 18 @salesforcedocs Last updated: November 30, 2017 Copyright 2000 2017 salesforce.com, inc. All rights reserved. Salesforce is a registered

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

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

IBM Notes Client V9.0.1 Reference Guide

IBM Notes Client V9.0.1 Reference Guide IBM Notes Client V9.0.1 Reference Guide Revised 05/20/2016 1 Accessing the IBM Notes Client IBM Notes Client V9.0.1 Reference Guide From your desktop, double-click the IBM Notes icon. Logging in to the

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

HLC Annotations Management

HLC Annotations Management HealthStream Learning Center TM Administrator access to features and functions described in the HLC Help documentation is dependent upon the administrator s role and affiliation. Administrators may or

More information

Getting Started with XMF Remote

Getting Started with XMF Remote Getting Started with XMF Remote Remote R9.5 Contents Introduction......................................................... 5 How to Login........................................................ 6 The

More information

Once you have obtained a username and password you must open one of the compatible web browsers and go to the following address to begin:

Once you have obtained a username and password you must open one of the compatible web browsers and go to the following address to begin: CONTENT MANAGER GUIDELINES Content Manager is a web-based application created by Scala that allows users to have the media they upload be sent out to individual players in many locations. It includes many

More information

Online Export Entry. User Guide

Online Export Entry. User Guide Online Export Entry User Guide This guide is intended as a basic overview of the screens on this website for Online Export Entries. More detailed information is available in the Help menus provided on

More information

User Story. Persona. Nimfa Improve criminal case assessment and decision making

User Story. Persona. Nimfa Improve criminal case assessment and decision making User Story As a law firm, LK and Partners law office receives a number of criminal cases from different clients. These cases must be assessed completely and keenlyby conducting deeper investigation and

More information

6.3. Applying Designs CHAPTER

6.3. Applying Designs CHAPTER CHAPTER Now we ll look at the overall appearance of the slides. The slides could do with brightening up a bit to increase the impact of the presentation. We ll also insert some pictures to add interest.

More information

We start by providing you with an overview of the key feature of the IBM BPM Process Portal.

We start by providing you with an overview of the key feature of the IBM BPM Process Portal. Lab 1 Process Portal 1.1 Overview This lab exercise will make you familiar with the key capabilities of the ready-to-use Process Portal included with IBM Business Process Manager (BPM). You will experience

More information

Click the buttons in the interactive below to learn how to navigate the Access window.

Click the buttons in the interactive below to learn how to navigate the Access window. Access 2010 Getting Started in Access Introduction Page 1 Whenever you're learning a new program, it's important to familiarize yourself with the program window and the tools within it. Working with Access

More information