Winshuttle STUDIO 11 TRANSACTION Developer Basic Training. Copyright ADSOTECH Scandinavia Oy

Size: px
Start display at page:

Download "Winshuttle STUDIO 11 TRANSACTION Developer Basic Training. Copyright ADSOTECH Scandinavia Oy"

Transcription

1 Winshuttle STUDIO 11 TRANSACTION Developer Basic Training 1 Copyright ADSOTECH Scandinavia Oy

2 Contents Winshuttle Studio 11 TRANSACTION Developer Basic Training Creating the First Script Problem Investigation Recording Modes Winshuttle Studio 11 TRANSACTION Developer Advanced Training I Winshuttle Studio 11 TRANSACTION Developer Multiline Recordings (Loops) Cell Based Mapping Script Linking Dynamic Recordings (Conditions) Backup SAP Data Managing Long Texts (Read and Update) Data Validation Making Scripts Available for RUNNER Users Read From SAP GUI Scripting (Optional) 2

3 Today s Agenda Creating the First Script Problem Investigation Recording Modes 3

4 User Interface Overview 4

5 User interface overview Start creating a new script: File New Open an existing script: File Open -> select Recent Scripts or Computer 5

6 User settings File Options Locations Important to know where all your data and script files are getting stored by default. Recommended to save everything in one place. 6

7 User settings Look for these icons on the bottom of the screen to know whether you are connected to SAP or not. If you wish to log off from SAP after each script run, untick this option. Staying logged on means you won t be asked for credentials or SAP system again as long as you keep the Winshuttle application open. 7

8 Creating the First TRANSACTION Script 8

9 Creating the first TRANSACTION script Transaction MM02 Update some basic data fields Perform the script creation steps Record Map Run Tips! Know your transaction, rehearse the steps in SAP before recording Know your data, know what materials to use Check for tips and tricks from support.winshuttle.com 9

10 STEP 1 Create the recording Start new recording Update some fields in SAP Save the data 10

11 Start recording File New Transaction Create from Recording 11

12 Start recording If you are not logged on to SAP yet, give your credentials. Give Tcode. Use Standard recording mode and Excel as data type. 12

13 Update fields in SAP 13

14 Update fields in SAP Give material number and press Enter. Main idea is to use SAP as you are used to using it. 14

15 Update fields in SAP Only select Basic Data 1 on this View selection screen. It is always recommended to only select this first view at this point. Even if you need to access multiple views you should select only the first here and navigate to other views in the actual data screen that follows. 15

16 Update fields in SAP When you use your keyboard in a field in SAP, the system will later remember that field and have it ready for you to map against your Excel file. Note that it is not enough to just place the cursor in a field, you need to change the actual value or overwrite one of the characters with the same character in order for the action and field to be registered. 16

17 Update fields in SAP If the dropdown icon for views appears, always use it to select the next view. If there are less views and no dropdown list possibility, you can click on your required tab directly. 17

18 Update fields in SAP Normally it is okay to search for a specific value while recording. However, the recommendation remains to know your transaction and appropriate values before hand. 18

19 Update fields in SAP 19

20 Recording step is completed SAP window closes and Winshuttle compiles the script. Be patient and wait for the Map view. 20

21 STEP 2 Map fields Map SAP fields with Excel columns Mapping by drag-and-drop Save script and the newly created Excel template 21

22 Mapper recorded fields Choice of tab determines what fields and actions you see. Field descriptions Technical names Mapping type Field values 22

23 Mapper data template You can create a new Excel file here or use an existing one. In this example we use the new empty Excel file (Untitled for now). 23

24 Mapping Connecting SAP fields to Excel columns Done in the View and Map menus Simple drag-and-drop Think about the direction of the drag Dragging Excel to SAP = data going from Excel to SAP Dragging SAP to Excel = data going from SAP to Excel Once dragged Mapping type shows data direction Value shows Excel column reference 24

25 Mapping Drag with your mouse from Column A to SAP field Material Number. 25

26 Mapping Once mapped, the mapping type shows the direction of data flow and value indicates the Excel column connected to this SAP fieid. In Excel the column gets a headline and shows the original recorded value on row 2. 26

27 Mapping Drag-and-drop the rest of the fields in similar fashion. If there are fields that should always get the same fixed value, leave those as they are. Here Checkbox field should be left unmapped, as fixed value (see the red icon). This field is the selection of Basic Data 1 in the popup screen for the list of different views. This selection should never be changed, therefore fixed value. 27

28 Save Click the Save button. In the popup window give both files an appropriate name. It is recommended to use the same name for both files and to save them in the default folders. 28

29 DEMO MM02 recording and mapping 29

30 STEP 3 Run the recording Prepare Excel data Run script in test Once tested, run in production 30

31 Prepare data Go to Run menu and add a few rows of data to your file. 3 rows should suffice. You can save the data file by clicking the Save button above the Excel rows. 31

32 Execute By default the script is set to run rows from 2 until there is no more data. These can be changed as needed. Click Run to execute the script. You will get the log message in the first available column. 32

33 Error message Checking the log messages, you see that most rows were ok. On row 4 there is an error message pointing to a typo in the data. This error message was retrieved from SAP. We attempt to fix it by setting the correct value for Base Unit of Measure. 33

34 Rerun error rows After fixing the data you should rerun the script. This time click on the down arrow of the Run button and select Run Only Error Rows. Run Only Error Rows option will only run the rows that have the orange error message on them. 34

35 Rerun results After the rerun (Run Only Error Rows) everything is fine if there are no more error messages in orange but previously orange rows have switched to light green background. 35

36 DEMO MM02 running the script 36

37 Problem investigation 37

38 Problem investigation First things to check: The Excel log column Retrieve all messages from SAP = Extended log Run in foreground = Debug In some cases Start SAP GUI option helps First excel row ok, others always fail: Debug more than one row 38

39 Extended Log Capture the warning, information and other messages that appear during the execution of a transaction In the Map menu, select Expert View and you should see Extended Log listed as the second field. Tick on the Enable tick box and give an available Excel column as Value. 39

40 Extended Log After running the script you will see both normal and Extended logs in corresponding columns. Normal log always contains just one message and Extended may list several messages per item. 40

41 Error Handling Running a script you will specify the row range of your desired rows to run. Within that row range you can decide to only run the first 5 rows or only the ones with orange error messages. If you don t know what is causing the error you get or you simply want to see the SAP actions happening, you should click on Debug. This option will open SAP GUI and show you the actions taken. 41

42 Error Handling If you cannot figure out what is causing the error you get or you simply want to see the SAP actions happening, you should click on Debug. Debug will open SAP GUI and perform the recorded actions on your computer screen. The run will pause on each SAP screen giving you time to view the screen and fields. Once you are ready for the next step, you can click the green tick button in the popup window that has appeared. This option will also run based on the defined row range at any given time. You have 2 Debug options: to run only the first row of your range or to run all of the rows within the range. The range can be defined as one row (Rows 5 to 5). 42

43 Debug Run Allows us to step through every screen in the script Useful in error situations, especially with new scripts You drive the execution with the OK code window Press Enter in the SAP window only if needed to accept information and warning messages Besides the above, not seeing the OK code popup means you have probably found the issue Carefully compare execution dialog with recorded dialog in order to identify the difference 43

44 When to use Start SAP GUI? The option may be on or off automatically. No need to touch it unless you get error messages. Common cases to consider Start SAP GUI: Park in Accounting Transactions File input/output dialogs or other Windows resources Normal run fails but debug is successful all the time Whenever you see runtime errors 44

45 Problem investigation More help: Product online help Recreate the script using another recording mode Knowledgebase: support.winshuttle.com 45

46 DEMO Problem investigation using MM02 46

47 Recording modes 47

48 Recording Modes Standard mode Upload, download, dynamic actions & user parameters involved, Extended Log, Long Texts Batch Input mode Upload only, most Tcodes for creation of data GUI Scripting mode Must be enabled in the SAP system, special recording requirements Tips! Check Winshuttle Support site for recording mode recommendations before recording your transactions. 48

49 Why use Batch Input mode? Some of the SAP transactions are optimized to run in this mode Does not remember individual user settings if sharing the scripts SAP screens may look different compared to manual operation Messages may be different in the transaction May suppress information or warning popups 49

50 GUI Scripting mode Use when other modes don t work Need to use dynamic treeview control Need to use Index Based looping Must be enabled in the SAP system and for user Execution slower, always in foreground More technical, error prone, low level All screens and popups are recorded Do as little as possible with GUI Scripting, link to other scripts to complete the task at hand 50

51 DEMO MM02 using GUI scripting 51

52 Contacts in the Nordics ADSOTECH Scandinavia Oy Piispanportti Espoo Finland Sales: Christer Mäkelä christer.makela@adsotech.com Support: support@adsotech.com

TRANSACTION Developer Basic Training. Copyright ADSOTECH Scandinavia Oy 2014

TRANSACTION Developer Basic Training. Copyright ADSOTECH Scandinavia Oy 2014 TRANSACTION Developer Basic Training 1 Copyright ADSOTECH Scandinavia Oy 2014 Contents Winshuttle TRANSACTION Developer Basic Training TRANSACTION User Interface Creating the First Script Problem Investigation

More information

Winshuttle STUDIO 11 TRANSACTION Developer Advanced Training 1. Copyright ADSOTECH Scandinavia Oy

Winshuttle STUDIO 11 TRANSACTION Developer Advanced Training 1. Copyright ADSOTECH Scandinavia Oy Winshuttle STUDIO 11 TRANSACTION Developer Advanced Training 1 1 Copyright ADSOTECH Scandinavia Oy 2016 2014 I Contents Winshuttle Studio 11 TRANSACTION Developer Basic Training User Interface Creating

More information

What s new in Winshuttle Studio 11 Document for current 10.x users

What s new in Winshuttle Studio 11 Document for current 10.x users What s new in Winshuttle Studio 11 Document for current 10.x users Copyright ADSOTECH Scandinavia Oy 2014 1 Contents Setup of Winshuttle Studio 11 What does it mean to users of version 10? What is Winshuttle

More information

Winshuttle RUNNER for TRANSACTION Getting started

Winshuttle RUNNER for TRANSACTION Getting started Winshuttle RUNNER for TRANSACTION Getting started Getting started Product Activation RUNNER for TRANSACTION user interface Running a TRANSACTION script from User Interface from Excel Add-in Problem diagnosis

More information

Getting Started with Winshuttle Query. ADSOTECH Finland April 2015

Getting Started with Winshuttle Query. ADSOTECH Finland April 2015 Getting Started with Winshuttle Query ADSOTECH Finland April 2015 9.4.2015 Getting Started Winshuttle Query Knowledge Resources Query User interface Creating the first query Reporting a Script problem

More information

Journal Entry Management. Speaker Name Job Title, Company

Journal Entry Management. Speaker Name Job Title, Company Journal Entry Management Speaker Name Job Title, Company 1 Course Objectives Open and run a Journal Entry Management (JEM) default template. Customize a JEM default template, publish and run. Use a Transaction

More information

Transaction 101. Charles Howard & Maria Simpson Winshuttle

Transaction 101. Charles Howard & Maria Simpson Winshuttle Transaction 101 Charles Howard & Maria Simpson Winshuttle Agenda Introduction Transaction Basics Transaction Advanced Runner Tips & Tricks Introduction App Winshuttle #WUG2014 Twitter SSID wug Password

More information

Transaction Intermediate. Bill Wiseman Shelby Murrell

Transaction Intermediate. Bill Wiseman Shelby Murrell Transaction Intermediate Bill Wiseman Shelby Murrell 1 Course Objectives Gain familiarity with the intermediate use of Winshuttle Studio Transaction Adding functionality to Winshuttle Studio Transaction

More information

WELCOME TO GOOGLE DRIVE!

WELCOME TO GOOGLE DRIVE! WELCOME TO GOOGLE DRIVE! Google Drive is a free service from Google that allows you to store files from your computer online and access them anywhere using the cloud. Google Drive also gives you access

More information

SAP Favorites. You can manage your own SAP menu Favorites in multiple ways: 1. From the SAP menu bar click on Favorites to display your options:

SAP Favorites. You can manage your own SAP menu Favorites in multiple ways: 1. From the SAP menu bar click on Favorites to display your options: SAP Favorites SAP Favorites... 1 Add Favorite (available options)... 3 Edit Favorites:... 4 Delete Favorites (available options)... 5 Add Folders to Favorites... 6 Moving the Placement of Favorites (available

More information

Introduction Performance Improvements Mapping Capabilities: Mapper Specific Improvements Runner Experience: Execution feature Improvements

Introduction Performance Improvements Mapping Capabilities: Mapper Specific Improvements Runner Experience: Execution feature Improvements 12.0 Studio Feature Enhancement over 10.x Table of Contents 12.0 Studio Feature Enhancement over 10.x... 1 Introduction... 2 Performance Improvements... 2 A. Script Execution Improvement... 2 B. User Action

More information

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

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

More information

Technical White Paper

Technical White Paper Technical White Paper Via Excel (VXL) Item Templates This technical white paper is designed for Spitfire Project Management System users. In this paper, you will learn how to create Via Excel Item Templates

More information

Customizing Ribbon with New Main Tab. 1 of 8

Customizing Ribbon with New Main Tab. 1 of 8 Customizing the Ribbon with your own Main tab (Menu) on THIS COMPUTER is a one-time setup Create your own Main tab with the most frequent commands YOU use. Here is the Main tab on my Ribbon which I created,

More information

Dive Into Visual C# 2008 Express

Dive Into Visual C# 2008 Express 1 2 2 Dive Into Visual C# 2008 Express OBJECTIVES In this chapter you will learn: The basics of the Visual Studio Integrated Development Environment (IDE) that assists you in writing, running and debugging

More information

FB01 Document Posting (Posting keys - 40, 50, 31, 01)

FB01 Document Posting (Posting keys - 40, 50, 31, 01) FB01 Document Posting (Posting keys - 40, 50, 31, 01) FB01 is used to post document. Based on posting keys, the screens differ & thus the recording. Here we will look in detail: 1. FB01 recording using

More information

EPIQ & Affiniti Report Template Editor

EPIQ & Affiniti Report Template Editor EPIQ & Affiniti Report Template Editor QuickGuide About the Report Template Editor Available on and off-cart (PC only) for EPIQ Evolution.0 and Affiniti AOS.5 systems and higher. The Report Template Editor

More information

Working with Macros. Creating a Macro

Working with Macros. Creating a Macro Working with Macros 1 Working with Macros THE BOTTOM LINE A macro is a set of actions saved together that can be performed by issuing a single command. Macros are commonly used in Microsoft Office applications,

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

HOW TO BUILD YOUR FIRST ROBOT

HOW TO BUILD YOUR FIRST ROBOT Kofax Kapow TM HOW TO BUILD YOUR FIRST ROBOT INSTRUCTION GUIDE Table of Contents How to Make the Most of This Tutorial Series... 1 Part 1: Installing and Licensing Kofax Kapow... 2 Install the Software...

More information

APS Installation Documentation

APS Installation Documentation APS Installation Documentation Sites Using APS in Conjunction with SunSystems: SunSystems must be installed on the system so that connections with APS can be set up. Installation Sequence 1. Go to Adventist

More information

1. Move your mouse to the location you wish text to appear in the document. 2. Click the mouse. The insertion point appears.

1. Move your mouse to the location you wish text to appear in the document. 2. Click the mouse. The insertion point appears. Word 2010 Text Basics Introduction Page 1 It is important to know how to perform basic tasks with text when working in a word processing application. In this lesson you will learn the basics of working

More information

Gradebook Entering, Sorting, and Filtering Student Scores March 10, 2017

Gradebook Entering, Sorting, and Filtering Student Scores March 10, 2017 Gradebook Entering, Sorting, and Filtering Student Scores March 10, 2017 1. Entering Student Scores 2. Exclude Student from Assignment 3. Missing Assignments 4. Scores by Class 5. Sorting 6. Show Filters

More information

Training Guide. Microsoft Excel 2010 Advanced 1 Using Conditional and Custom Formats. Applying Conditional Formatting

Training Guide. Microsoft Excel 2010 Advanced 1 Using Conditional and Custom Formats. Applying Conditional Formatting Microsoft Excel 2010 Advanced 1 Using Conditional and Custom Formats Applying Conditional Formatting Excel lets you quickly apply Conditional Formatting to help you explore and analyze data visually, detect

More information

Setting up a Project and Debugging with Visual Studio

Setting up a Project and Debugging with Visual Studio Setting up a Project and Debugging with Visual Studio Contents Setup Visual Studio to compile a DLL ---------------------------------------------------------------- 1 Step 1: Install Visual Studio Express

More information

Some (semi-)advanced tips for LibreOffice

Some (semi-)advanced tips for LibreOffice Some (semi-)advanced tips for LibreOffice by Andy Pepperdine Introduction We cover several tips on special things in Writer and Calc and anything else that turns up. Although I use LibreOffice, these should

More information

When you first start OneNote, it creates a sample notebook for you. You can use this notebook or quickly create your own.

When you first start OneNote, it creates a sample notebook for you. You can use this notebook or quickly create your own. Basic tasks in Microsoft OneNote 2013 OneNote is a digital notebook that provides a single place for all of your notes and information everything you need to remember and manage in your life at home, at

More information

How to Remove Duplicate Rows in Excel

How to Remove Duplicate Rows in Excel How to Remove Duplicate Rows in Excel http://www.howtogeek.com/198052/how-to-remove-duplicate-rows-in-excel/ When you are working with spreadsheets in Microsoft Excel and accidentally copy rows, or if

More information

EFIS User Guide Family Support Programs User

EFIS User Guide Family Support Programs User Ministry of Education EFIS 2.0 - User Guide Family Support Programs User Version 2.0 June 2015 Table of Contents 1 Document History... 1 2 Logon to EFIS 2.0... 2 2.1 Logon through Go Secure... 2 2.2 Bookmarking

More information

Microsoft Word - Templates

Microsoft Word - Templates Microsoft Word - Templates Templates & Styles. Microsoft Word come will a large amount of predefined templates designed for you to use, it is also possible to download additional templates from web sites

More information

Excel4apps Connector User Guide (SAP) 2013 Excel4apps

Excel4apps Connector User Guide (SAP) 2013 Excel4apps Excel4apps Connector User Guide (SAP) 2013 Excel4apps Table of Contents 1 System Requirements... 5 2 About Demo (SAP).xls tutorial... 5 3 Install add-in on PC... 5 3.1 Installation files... 5 3.2 Pre-requisites...

More information

Create a Customised Tab on the Office 2013 Ribbon

Create a Customised Tab on the Office 2013 Ribbon Create a Customised Tab on the Office 2013 Ribbon Office 2007 saw the addition of the Ribbon feature, which some users found confusing. However, you can use it to your advantage by adding your own custom

More information

TOP Server Client Connectivity Guide for National Instruments' LabVIEW

TOP Server Client Connectivity Guide for National Instruments' LabVIEW TOP Server Client Connectivity Guide for National Instruments' LabVIEW 1 Table of Contents 1. Overview and Requirements... 3 2. Setting TOP Server to Interactive Mode... 3 3. Creating a LabVIEW Project...

More information

2. create the workbook file

2. create the workbook file 2. create the workbook file Excel documents are called workbook files. A workbook can include multiple sheets of information. Excel supports two kinds of sheets for working with data: Worksheets, which

More information

User Guide Using AuraPlayer

User Guide Using AuraPlayer User Guide Using AuraPlayer AuraPlayer Support Team Version 2 2/7/2011 This document is the sole property of AuraPlayer Ltd., it cannot be communicated to third parties and/or reproduced without the written

More information

Interactive Presentation Manual

Interactive Presentation Manual Interactive Presentation Manual Contents 1. Basic Use 1.1. Master Layout 1.2. Widget Creation 1.3. Widget Customization 1.4. Move Widgets 1.5. Grids 1.6. Saving Your Progress 1.7. Deleting Widgets 1.7.1.

More information

Advanced PowerPoint. Course Description. Objectives: Using Master Slides. Using a Notes Master and a Handout Master. Add a Picture to a master

Advanced PowerPoint. Course Description. Objectives: Using Master Slides. Using a Notes Master and a Handout Master. Add a Picture to a master Course Description Advanced PowerPoint In the PowerPoint Introduction course, you learned how to create a new presentation, work with text objects, insert objects to enhance the presentation, add a background

More information

Uploading Journal Entries from Excel

Uploading Journal Entries from Excel Uploading Journal Entries from Excel Using Excel, you may create journal entries for upload to the AS400. The uploaded entries may add to an existing batch of journal entries, overwrite an existing batch,

More information

Connecting SQL Data Sources to Excel Using Windward Studios Report Designer

Connecting SQL Data Sources to Excel Using Windward Studios Report Designer Connecting SQL Data Sources to Excel Using Windward Studios Report Designer Welcome to Windward Studios Report Designer Windward Studios takes a unique approach to reporting. Our Report Designer sits directly

More information

Mediasite Desktop Recorder (MDR)

Mediasite Desktop Recorder (MDR) Mediasite Desktop Recorder (MDR) Install Mediasite Desktop Recorder You will download Mediasite Desktop Recorder (MDR) from My Mediasite https://mediasite.ecu.edu/ms/mymediasite and install it on your

More information

All form templates are listed in a left-side menu in 'Forms' section, where you can also create a new form with a help of the blue button. (8.1.

All form templates are listed in a left-side menu in 'Forms' section, where you can also create a new form with a help of the blue button. (8.1. 8. Contact forms In this chapter you will learn how to create a contact form for your TYPO3 website. With this form you are able to add/edit the fields, set a receiving e-mail address and redirect to a

More information

Introduction to Automation. What is automation testing Advantages of Automation Testing How to learn any automation tool Types of Automation tools

Introduction to Automation. What is automation testing Advantages of Automation Testing How to learn any automation tool Types of Automation tools Introduction to Automation What is automation testing Advantages of Automation Testing How to learn any automation tool Types of Automation tools Introduction to Selenium What is Selenium Use of Selenium

More information

Using Microsoft Excel

Using Microsoft Excel Using Microsoft Excel Files in Microsoft Excel are referred to as Workbooks. This is because they can contain more than one sheet. The number of sheets a workbook can contain is only limited by your computer

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

CAL 9-2: Café Soylent Green Chapter 12

CAL 9-2: Café Soylent Green Chapter 12 CAL 9-2: Café Soylent Green Chapter 12 This version is for those students who are using Dreamweaver CC. You will be completing the Forms Tutorial from your textbook, Chapter 12 however, you will be skipping

More information

Ministry of Education

Ministry of Education Ministry of Education EFIS 2.0 - User Version 2.0 June 2015 Table of Contents 1 Document History... 4 2 Logon to EFIS 2.0... 5 2.1 Logon through Go Secure... 5 2.2 Bookmarking the Link... 6 3 Planning

More information

USER GUIDE. PowerPhoto CRM 2011

USER GUIDE. PowerPhoto CRM 2011 USER GUIDE PowerPhoto CRM 2011 Contents Placing the PowerPhoto Contol on an Entity Moving PowerPhoto on the Form Configuring PowerPhoto to Support Multiple Photos Using PowerPhoto Add Drag and Drop Paste

More information

Department of Instructional Technology & Media Services Blackboard Grade Book

Department of Instructional Technology & Media Services Blackboard Grade Book Department of Instructional Technology & Media Services Blackboard Grade Book In your control panel, go to Assessment and grade center. Creating a Test In the Assessment section of the Control Panel, click

More information

Getting started 7. Setting properties 23

Getting started 7. Setting properties 23 Contents 1 2 3 Getting started 7 Introduction 8 Installing Visual Basic 10 Exploring the IDE 12 Starting a new project 14 Adding a visual control 16 Adding functional code 18 Saving projects 20 Reopening

More information

Visual Analytics User s Guide

Visual Analytics User s Guide Visual Analytics User s Guide Question Page How do I log on to the system? 2 How do I navigate the reports? 3 How do I view an object that does not fit on the screen? 3 How do I change the column width

More information

The Sales Rep s Guide to Using Drive

The Sales Rep s Guide to Using Drive The Sales Rep s Guide to Using Drive Table of Contents Activate Drive 2 Add Media 2 Copy from Library 2 Record Media 3 Upload File 3 Send Videos 3 Edit Metadata 4 Edit Chapters & Slide Timings 4 Add/Edit

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

Creating Projects in SAP

Creating Projects in SAP Creating Projects in SAP (Not Manually With Winshuttle) Corey B. Holstege Project Lead, The Home Depot 1 Agenda Introduction The Challenge The Solution Benefits, Lessons Learned & Future Plans Q&A 2 About

More information

HOW TO ADD SIGNATURE TO MICROSOFT OFFICE OUTLOOK

HOW TO ADD SIGNATURE TO MICROSOFT OFFICE OUTLOOK HOW TO ADD SIGNATURE TO MICROSOFT OFFICE OUTLOOK QUARTER TO SEMESTER ICON VERSIONS: 2016, 2013 & OFFICE 365 HOW TO SAVE ICON TO COMPUTER Step 1: Open Email containing Quarters to Semesters Icon Click Here

More information

Getting started 7. Setting properties 23

Getting started 7. Setting properties 23 Contents 1 2 3 Getting started 7 Introducing Visual Basic 8 Installing Visual Studio 10 Exploring the IDE 12 Starting a new project 14 Adding a visual control 16 Adding functional code 18 Saving projects

More information

ekaizen Lessons Table of Contents 1. ebook Basics 1 2. Create a new ebook Make Changes to the ebook Populate the ebook 41

ekaizen Lessons Table of Contents 1. ebook Basics 1 2. Create a new ebook Make Changes to the ebook Populate the ebook 41 Table of Contents 1. ebook Basics 1 2. Create a new ebook 20 3. Make Changes to the ebook 31 4. Populate the ebook 41 5. Share the ebook 63 ekaizen 1 2 1 1 3 4 2 2 5 The ebook is a tabbed electronic book

More information

TRANSACTION. Advanced Guide. Version 10.2

TRANSACTION. Advanced Guide. Version 10.2 TRANSACTION Advanced Guide Version 10.2 Contents Contents TRANSACTION Advanced Guide 9 New features in TRANSACTION version 10.2... 11 TRANSACTION Assistance 13 Winshuttle Customer Support... 13 Finding

More information

Using BOSS TONE STUDIO for ME-25

Using BOSS TONE STUDIO for ME-25 This document explains operation of BOSS TONE STUDIO for ME-25 (subsequently referred to as TONE STUDIO ). Getting Ready to Use TONE STUDIO Important terms in TONE STUDIO Library This is a storage area

More information

Pivot Tables in Excel Contents. Updated 5/19/2016

Pivot Tables in Excel Contents. Updated 5/19/2016 Pivot Tables in Excel 2010 Updated 5/19/2016 Contents Setup a Pivot Table in Excel 2010... 2 General Field List Features... 4 Summing and Counting Together... 6 Grouping Date Data... 7 Grouping Non-Date

More information

Service Line Export and Pivot Table Report (Windows Excel 2010)

Service Line Export and Pivot Table Report (Windows Excel 2010) Service Line Export and Pivot Table Report (Windows Excel 2010) In this tutorial, we will take the Service Lines of the Active Students only and only the most recent record to take a snapshot look at approximate

More information

Copyright 2018 MakeUseOf. All Rights Reserved.

Copyright 2018 MakeUseOf. All Rights Reserved. 15 Power User Tips for Tabs in Firefox 57 Quantum Written by Lori Kaufman Published March 2018. Read the original article here: https://www.makeuseof.com/tag/firefox-tabs-tips/ This ebook is the intellectual

More information

Tips & Tricks for staying out of Jail (Non OWA Users)

Tips & Tricks for staying out of  Jail (Non OWA Users) Tips & Tricks for staying out of Email Jail (Non OWA Users) The following are some Tips & Tricks for recovering used space in your email account using Outlook 2010. (This document will be updated from

More information

SAP Business Client Quick Start Guide

SAP Business Client Quick Start Guide SAP Business Client Quick Start Guide This guide introduces the SAP Business Client, how to navigate and use basic features. SAP Business Client 6.5 integrates SAP 7.50 GUI. It s now possible to use both

More information

OUTLOOK TIPS AND TRICKS GINI COURTER, M.B.A., TRIAD CONSULTING

OUTLOOK TIPS AND TRICKS GINI COURTER, M.B.A., TRIAD CONSULTING 1 OUTLOOK TIPS AND TRICKS GINI COURTER, M.B.A., TRIAD CONSULTING DISPLAYING THE ADVANCED TOOLBAR (2007) The Advanced toolbar isn t advanced; it s just the commands that they couldn t fit on the Standard

More information

Visual Studio.NET. Although it is possible to program.net using only the command OVERVIEW OF VISUAL STUDIO.NET

Visual Studio.NET. Although it is possible to program.net using only the command OVERVIEW OF VISUAL STUDIO.NET Chapter. 03 9/17/01 6:08 PM Page 35 Visual Studio.NET T H R E E Although it is possible to program.net using only the command line compiler, it is much easier and more enjoyable to use Visual Studio.NET.

More information

Remark Office OMR. Tutorials

Remark Office OMR. Tutorials Remark Office OMR Tutorial Overview Tutorials We want you to be immediately successful with your new software. To that end, we highly recommend that you walk through the tutorials provided here before

More information

The Basics of PowerPoint

The Basics of PowerPoint MaryBeth Rajczewski The Basics of PowerPoint Microsoft PowerPoint is the premiere presentation software. It enables you to create professional presentations in a short amount of time. Presentations using

More information

JAMS 7.X Getting Started Guide

JAMS 7.X Getting Started Guide Table of Contents JAMS Overview 2 Working with Servers 3-4 The JAMS Client Interface 5 Customizing the JAMS Client 6-8 JAMS Scheduler Overview 9 Defining Folders and Jobs 10-13 1 2017 MVP Systems Software,

More information

Importing in Offertory Donations from Spreadsheets into Connect Now

Importing in Offertory Donations from Spreadsheets into Connect Now Importing in Offertory Donations from Spreadsheets into Connect Now When you have an excel spreadsheet that has donations in it, if you have a key identifier, such as an envelope number, then the spreadsheet

More information

Payment Function Exercise

Payment Function Exercise Payment Function Exercise Follow the directions below to create a payment function exercise. Read through each individual direction before performing it, like you are following recipe instructions. Remember

More information

GUARD1 PLUS Manual Version 2.8

GUARD1 PLUS Manual Version 2.8 GUARD1 PLUS Manual Version 2.8 2002 TimeKeeping Systems, Inc. GUARD1 PLUS and THE PIPE are registered trademarks of TimeKeeping Systems, Inc. Table of Contents GUARD1 PLUS... 1 Introduction How to get

More information

Open Excel by following the directions listed below: Click on Start, select Programs, and the click on Microsoft Excel.

Open Excel by following the directions listed below: Click on Start, select Programs, and the click on Microsoft Excel. Candy is Dandy Grading Rubric You have been hired to conduct some market research about M&M's. First, you had your team purchase 4 large bags and the results are given for the contents of those bags. You

More information

WUG 2016 Expanding ROI Under- Used Capabilities. Jim Barker Winshuttle Director of Product Management - Foundation

WUG 2016 Expanding ROI Under- Used Capabilities. Jim Barker Winshuttle Director of Product Management - Foundation WUG 2016 Expanding ROI Under- Used Capabilities Jim Barker Winshuttle Director of Product Management - Foundation About Me Director of Product Management at Winshuttle Former Director of Data Management

More information

Collage II Tips and Tricks

Collage II Tips and Tricks Collage II Tips and Tricks Peter Mosinskis, Supervisor of Web Services, CSUCI Table of Contents Introduction... 1 Copy and Paste from Word... 2 Option 1. Word Notepad Collage... 2 Option 2. Word Dreamweaver

More information

Drools Tools Reference Guide. Version: CR1

Drools Tools Reference Guide. Version: CR1 Drools Tools Reference Guide Version: 5.0.0.CR1 1. Introduction... 1 1.1. What is Drools?... 1 1.2. Drools Tools Key Features... 1 1.3. Other relevant resources on the topic... 2 2. Creating a New Drools

More information

SmartBar for MS CRM 2013

SmartBar for MS CRM 2013 SmartBar for MS CRM 2013 Version 2013.15, March 2014 Installation and User Guide (How to install/uninstall and use SmartBar for MS CRM 2013) The content of this document is subject to change without notice.

More information

Getting Started with HCA and X10

Getting Started with HCA and X10 Getting Started with HCA and X10 This Getting Started Guide continues from the previous Getting Started with HCA Installation and Introduction which covers installing HCA and the basic operations available

More information

JANUS EXPLORER. Janus Explorer Version 1.4 Quick Guide

JANUS EXPLORER. Janus Explorer Version 1.4 Quick Guide JANUS EXPLORER Version 1.4 Quick Guide Page 1 TABLE OF CONTENTS Introduction... 3 Installation... 3 Software Guide... 6 Send Commands... 8 Responses... 8 SMS and Dial... 8 Modem and SIM Details... 9 Phone

More information

Excel4apps Reports Wand User Guide (SAP) 2013 Excel4apps

Excel4apps Reports Wand User Guide (SAP) 2013 Excel4apps Excel4apps Reports Wand User Guide (SAP) 2013 Excel4apps Table of Contents 1 QuickStart Guide... 4 2 System Requirements... 5 3 Authorizations... 5 4 Logging On... 5 5 The Reports Wand Toolbar A Brief

More information

PA Payroll Exercise for Intermediate Excel

PA Payroll Exercise for Intermediate Excel PA Payroll Exercise for Intermediate Excel Follow the directions below to create a payroll exercise. Read through each individual direction before performing it, like you are following recipe instructions.

More information

Introduction. Rehearse and Record Slide Shows. Advanced Presentation Options. Rehearsing Slide Show Timings. Page 1

Introduction. Rehearse and Record Slide Shows. Advanced Presentation Options. Rehearsing Slide Show Timings. Page 1 Advanced Presentation Options Introduction Page 1 There are many things to keep in mind when giving a presentation. How long will your presentation last? What will you say? If you're not in the same location

More information

1. Position your mouse over the column line in the column heading so that the white cross becomes a double arrow.

1. Position your mouse over the column line in the column heading so that the white cross becomes a double arrow. Excel 2010 Modifying Columns, Rows, and Cells Introduction Page 1 When you open a new, blank workbook, the cells are set to a default size.you do have the ability to modify cells, and to insert and delete

More information

Collector and Dealer Software - CAD 3.1

Collector and Dealer Software - CAD 3.1 Collector and Dealer Software - CAD 3.1 Your Registration Number Thank you for purchasing CAD! To ensure that you can receive proper support, we have already registered your copy with the serial number

More information

Composer Basics. By, Adarsh Srivastava & Tammy Lake

Composer Basics. By, Adarsh Srivastava & Tammy Lake Composer Basics By, Adarsh Srivastava & Tammy Lake 1 Course Objectives Create a Basic Solution using the Composer Wizard that includes: Developer View Studio Script Basic Elements Deploy/Test Solution

More information

TimeTrak White Paper

TimeTrak White Paper Knowledge Base Features in TimeTrak 2018 User Guide TimeTrak White Paper Knowledge Base Features in TimeTrak 2 Knowledge Base features in TimeTrak One of the hardest things to do today is to consolidate

More information

PBWORKS - Student User Guide

PBWORKS - Student User Guide PBWORKS - Student User Guide Fall 2009 PBworks - Student Users Guide This guide provides the basic information you need to get started with PBworks. If you don t find the help you need in this guide, please

More information

Office of Help Desk/Training Services Wharton County Junior College

Office of Help Desk/Training Services Wharton County Junior College Wharton County Junior College Table of Contents Note: The items in this table are linked. Click the item to access that section of the document. Click the Return to TOC link to return to this page. Folder

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

Creating and Updating Menu Boards

Creating and Updating Menu Boards Creating and Updating Menu Boards First Published: August 2, 2012 This module describes how to create and modify menu boards and publish them for display on TVs. It includes the following topics: Workflow

More information

NVU Web Authoring System

NVU Web Authoring System NVU Web Authoring System http://www.nvu.com/index.php Table of Contents Using Nvu as Your Web Page Authoring System: Getting Started Opening a page, saving, and previewing your work...3 Formatting the

More information

ArtOfTest Inc. Automation Design Canvas 2.0 Beta Quick-Start Guide

ArtOfTest Inc. Automation Design Canvas 2.0 Beta Quick-Start Guide Automation Design Canvas 2.0 Beta Quick-Start Guide Contents Creating and Running Your First Test... 3 Adding Quick Verification Steps... 10 Creating Advanced Test Verifications... 13 Creating a Data Driven

More information

Getting Started Guide

Getting Started Guide SnagIt Getting Started Guide Welcome to SnagIt Thank you for your purchase of SnagIt. SnagIt is the premier application to use for all of your screen capturing needs. Whatever you can see on your screen,

More information

1 Ctrl + X Cut the selected item. 2 Ctrl + C (or Ctrl + Insert) Copy the selected item. 3 Ctrl + V (or Shift + Insert) Paste the selected item

1 Ctrl + X Cut the selected item. 2 Ctrl + C (or Ctrl + Insert) Copy the selected item. 3 Ctrl + V (or Shift + Insert) Paste the selected item Tips and Tricks Recorder Actions Library XPath Syntax Hotkeys Windows Hotkeys General Keyboard Shortcuts Windows Explorer Shortcuts Command Prompt Shortcuts Dialog Box Keyboard Shortcuts Excel Hotkeys

More information

Page 1 of 9. Double click the edoc Uploader icon from your desktop or, if it's not on your desktop, from the All Programs menu system.

Page 1 of 9. Double click the edoc Uploader icon from your desktop or, if it's not on your desktop, from the All Programs menu system. Page 1 of 9. ms] Double click the edoc Uploader icon from your desktop or, if it's not on your desktop, from the All Programs menu system. First you will need to register with edoc Deposit. From the Select

More information

Excel 2010 Foundation. Excel 2010 Foundation SAMPLE

Excel 2010 Foundation. Excel 2010 Foundation SAMPLE Excel 2010 Foundation Excel 2010 Foundation Excel 2010 Foundation Page 2 2010 Cheltenham Courseware Pty. Ltd. All trademarks acknowledged. E&OE. No part of this document may be copied without written permission

More information

Handout created by Cheryl Tice, Instructional Support for Technology, GST BOCES

Handout created by Cheryl Tice, Instructional Support for Technology, GST BOCES Handout created by Cheryl Tice, Instructional Support for Technology, GST BOCES Intro to FrontPage OVERVIEW: This handout provides a general overview of Microsoft FrontPage. AUDIENCE: All Instructional

More information

Excel 2016 Foundation. North American Edition SAMPLE

Excel 2016 Foundation. North American Edition SAMPLE Excel 2016 Foundation Excel 2016 Foundation North American Edition Excel 2016 Foundation Page 2 2015 Cheltenham Group Pty. Ltd. All trademarks acknowledged. E&OE. No part of this document may be copied

More information

Introduction. Table Basics. Access 2010 Working with Tables. Video: Working with Tables in Access To Open an Existing Table: Page 1

Introduction. Table Basics. Access 2010 Working with Tables. Video: Working with Tables in Access To Open an Existing Table: Page 1 Access 2010 Working with Tables Introduction Page 1 While there are four types of database objects in Access 2010, tables are arguably the most important. Even when you're using forms, queries, and reports,

More information

with TestComplete 12 Desktop, Web, and Mobile Testing Tutorials

with TestComplete 12 Desktop, Web, and Mobile Testing Tutorials with TestComplete 12 Desktop, Web, and Mobile Testing Tutorials 2 About the Tutorial With TestComplete, you can test applications of three major types: desktop, web and mobile: Desktop applications - these

More information

Creating a HATS v7.1 Portlet Using Web Express Logon (WEL) and Portal Credential Vault

Creating a HATS v7.1 Portlet Using Web Express Logon (WEL) and Portal Credential Vault Creating a HATS v7.1 Portlet Using Web Express Logon (WEL) and Portal Credential Vault Lab instructions The objective of this exercise is to illustrate how to create a HATS portlet that uses Web Express

More information