Foxtrot Certified Expert Study Guide

Size: px
Start display at page:

Download "Foxtrot Certified Expert Study Guide"

Transcription

1 Foxtrot Certified Expert Study Guide Click for the Practice Exam Useful Terms: Client Machine Typically referred to as a user s machine that points to a License Path. Data Execution Prevention (DEP) A set of hardware and software technologies used to perform additional checks on memory to help prevent malicious code from running. Folder Installation A remote installation performed by a Managing Machine to a network location on a remote folder or machine in order to satisfy licensing requirements. The path of this installation is known as the License Path. License Path The directory in which the license file resides. License Host The machine that holds the license path and all license information. Local Deployment Installation in which Foxtrot is installed to a local machine and points to a License Host Managing Machine The only machine with the ability to add, remove, or migrate licenses. Mapped Drive Associating a local drive letter (A through Z) with a shared storage area to another computer over a network. There is no control to drive letter mapping. Script An organized list of Actions that Foxtrot understands as commands, or instructions, to complete an automated process. Server Deployment Installation in which Foxtrot is installed to a location accessible by others. Licenses are shared to Client Machines. Target An object native to the Target Application that has been targeted by Foxtrot. A text field, a link on a website, or a button are all examples of Targets. Target Application The application that has been targeted by Foxtrot. UNC Path Universal Naming Convention is defined as \\servername\sharename\path\filename

2 Actions Instructions provided to perform a job. Action Builder For Interactive Actions, the Action Builder contains all available Actions, or instructions, that can be performed on the specific target. Once an Action is chosen, specific parameters will be available for the selected Action. For Non-interactive Actions, the Action Builder will only contain the parameters for the selected Action. Breakpoint A predetermined pause within a script. When a breakpoint is encountered, Foxtrot will automatically pause the script at the Action containing the breakpoint (this Action will not be executed). Breakpoints are especially helpful when testing scripts. Bypass Keyboard A method used when sending data without use of the keyboard. This option will only appear when the target resides in a browser window. Using this option can increase the speed of your script, if it is supported by the target application. Bypass Mouse A method used to click without use of the mouse. This option will only appear when the target resides in a browser window. Using this option can increase the speed of your script, if it is supported by the target application. Connection A unique letter used to establish communication between applications (Excel, PDF, and emulators). Current Cell/Column/Row The current active cell, column, or row in an Excel spreadsheet. Cursor Position The current active position of the cursor in an emulator or green screen environment. Custom List A collection of information that is used to map values to a respective counterpart. Else A clause used within an If Statement that allows for an alternate set of Actions to be performed in the event that an If Statement does not evaluate as true. If an If Statement evaluates as false, and an else clause is used; the Actions between Else and End If will be performed. Error Task A Task that is designated for handling errors. In the event of an error, Foxtrot will automatically run the Actions within the Error Task. Exact Position A cursor position within an emulator or green screen that is specified by a user (or Token). Exact Cell/Column/Row A cell, column, or row position within an Excel spreadsheet that is specified as a hard coded value or Token. Exact Target A targeting option available when targeting a web table. When the Exact Target option is used, Foxtrot will not use table technology, unless using a Start Hightlight Action. Instead, Foxtrot will interact with whatever the user has targeted. Execution Arrow

3 A yellow arrow located within the Script Center that notifies a user which Action will be performed next. By clicking Run, Foxtrot will begin performing Actions beginning with the Action that this arrow points to. Execution Stepper Allows for the single execution of the selected Action. Expression Builder Access to Tokens. Field A column within your database. Files & Folders List A collection of files or folders in a directory. File Template A csv file that is created by Foxtrot with the use of a Write Data File Action. Highlight A method used to dynamically interact with a set of targets within a web table. Highlighted Target A targeting option available when targeting a web table, specifically, when targeting a pre-existing Highlight. When the Highlighted Target option is used, Foxtrot will interact with the cell of the table that is currently highlighted. Hot Button A type of button in Foxtrot Extender. When a Hot Button is clicked, Foxtrot will run the defined Task. Interactive Actions Actions that require a Target; clicking a button, sending data, copying data are the most common Interactive Actions. List Allows for the lookup of alike values. For example, a List provides the power to map state capitals to their time zone. Main Toolbar Manages your script and enables for the modifications of Actions. Mark To classify a record as Done, or completed. Menu Button A type of button in Foxtrot Extender. With a Menu Button, the user will be required to select a specific job to perform from a menu that appears at the bottom right corner of the screen. Mouse Recorder Special technology that will record a fluid sequence of mouse movements. Mouse Sequence A collection of mouse movements that are consolidated into a single Action. Next Action Indicator Yellow arrow to the left of an Action. This denotes the next Action to be executed. Normal Task A type of Task which serves as a collection of Actions. The Run Task Action is used to call upon a Normal Task.

4 Non-Interactive Action Actions that do not require a Target. Moving a file, performing a Formula, and comparing values are the most common Non-Interactive Actions. Record A row within your database. Run Center Foxtrot s control center manages the running of your script Script Center Center of the application, home to all available and created Actions. Script An automated job that Foxtrot understands as hand-given instructions. Selector Tool used to create Interactive Actions with a drag & drop method. Smart Action Actions that are presented dependent upon the target. For example, Excel Actions are only available when targeting an Excel Spreadsheet. Startup Task Is considered the main Task within a script. The very first Action within a script will be the first Action within the Startup Task, and the very last Action is the End Task Action at the end of the Startup Task. Rewinding a script to the very beginning will bring the Execution Arrow to the top of the Startup Task. Table A targeting option available when targeting a web table. When the Table option is used, Foxtrot can interact with the entire table itself, as opposed to a single cell in the Highlighted Target option, or a single Target in the Exact Target option. Target An element on the screen native to the Target Application that Foxtrot interacts with in the form of an Interactive Action. A button to be clicked or a field to send data to are examples of Targets. Targeting The act of dragging Foxtrot s Selector Tool (crosshairs) over the Target of interest and releasing. Following Targeting, Foxtrot will display the Action Builder. Target Application The application(s) that Foxtrot interacts with. Target Caption A unique identifier that Foxtrot uses to better locate a target. Tasks Sub-routines within a project that are used to maintain organization of a script. Token Individual values displayed within the Expression Builder. Tokens are defined codes that are translated from supplied information such as data field values, system dates, Variables, and the Windows clipboard value. Unmark To classify a record as Pending or not completed. Variable Custom Tokens that are used primarily to copy and evaluate data.

5 View Center Home to different Views within your script including any Data views or created Variables.

6 Practice Exam Answers: 1. Which of the following is a UNC Path? A UNC path is a Universal Naming Convention, and is defined as "\\servername\sharename\path\filename". Answer: \\Foxtrot\Foxtrot Suite 2. ABC Bank has 100 Enterprise licenses. How many users are allowed to install Foxtrot on their machine? Foxtrot supports a concurrent license model, which means that the number of simultaneous users is limited to the number of licenses, while the number of installations is infinite. Answer: None of the above 3. The FTSessionControl.cfg file contains what information? The FTSessionControl.cfg file is a configuration file located in the Local Setup Path, and contains all information that can be found on the Configure tab of Foxtrot Administrator. This includes information such as the License Path to be used, the Activity History Path, the Global Defaults Path, and the Security Path. This file also contains additional configuration information such as any emulators installed, and a setting to allow the Enhanced Import Wizard. Answer: The License Path, The Activity History path and the preference for the Enhanced Import Wizard

7 4. Consider the image below: Which of the following is true? The clue is the fact that the Manage Licenses... button is available. This implies that this machine is indeed the Managing Machine, because only the Managing Machine can add or remove licenses. This button does not necessarily provide evidence as to the type of deployment, since all deployments have a Managing Machine. Answer: This particular machine is the Managing Machine 5. According to the Foxtrot Deployment Guide, which of the following is not a supported operating system? There will be a number of questions on the exam that are developed purely to guide you to resources available on our website. For instance, the Foxtrot Deployment Guide states that Windows XP Home Edition is no longer supported. Answer: Windows XP Home Edition

8 6. As a rule of thumb, users will need the permission to the License Path. When a user requests a license, it must read and modify the License File stored on the License Path. Because the user must modify this path, they are required to have the modify permission. Answer: Modify 7. What is the default permission level for users when user authentication is not required? There are two profiles created within Foxtrot by default; these profiles are admin and default user. By default, all users are provided the User permission level, as they can create and run scripts. When logging into Foxtrot Administrator, you will be prompted for a username and password. To access the Foxtrot Administrator, you need to be classified as an Administrator. As stated, the admin profile will already be provided. To log into Foxtrot Administrator, the user must provide the admin password, FOXTROT. Because the Foxtrot Administrator is password protected, all users are classified as a User. If the generic password is known, then that user may also act as an Administrator. Answer: User 8. What do the , Text Message, FTP, and Unlock features have in common? While the , Text Message, and Unlock Actions may be blocked in the Foxtrot Administrator, the FTP features may not. Foxtrot does not prevent users from using FTP because they must be provided credentials to the server. While the Unlock Action does require that a user has administrator rights on their machine, the and Text Message Actions require that the user have sufficient permissions to their SMTP server. Foxtrot does not limit the available Actions based on your authentication role in Foxtrot. All these features do however use the Advanced Encryption Standard (AES) 256-bit encryption key. Answer: All features use the Advanced Encryption Standard 9. A Server Deployment is defined as: Per the study guide, and the Deployment Guide, a Folder Deployment is defined as a remote installation performed by a Managing Machine to a network location on a remote folder or machine in order to satisfy licensing requirements.

9 Answer: Installation in which Foxtrot is installed to a location accessible by others. Licenses are shared to Client Machines 10. The following error message is seen when attempting to log into the Foxtrot Administrator program: How is this diagnosed? The following error message could refer to one of two things; either the paths configured in the Foxtrot Administrator do not exist (typically due to a typo or insufficient permissions), or the user does not have local write permissions to the "C:\ProgramData\Foxtrot Suite" path. Answer: The FTSessionControl.cfg file should be verified for insufficient file permissions or misspellings in the file path locations; It should be verified that users have the write permission to the "C:\ProgramData\Foxtrot Suite" directory 11. What type of Connection does this wizard refer to? We can automatically eliminate Web as a solution, because web browsers do not require

10 a Connection. We could also determine the solution by attempting to add Connections for all supported technologies, and compare screenshots. The biggest clue is the realization of how to create a Connection. We know that to create an Excel, Emulator, and PDF Connection, all we need to do is drag and drop the Selector over the application. Because there is no application, an FTP Connection must be created directly from the View Center. Answer: FTP

11 12. Consider the script below. On what action will the script fail? There will be many questions on the exam that require attention to detail. The purpose of this is not to be facetious, but to help you in troubleshooting an unexpected error. This

12 question might seem impossible to answer at first. We can be certain by looking at the script that Actions 10 and 11 are interacting with a web browser, while Actions 13 and 14 are interacting with an Excel workbook. By paying attention to detail, you'll notice that the View Center shows no valid workbook connections available, suggesting that the script will error when it approaches Action 13. Answer: Construct the Token whose value is "2014". [?Lookup("Dates, " ", " ", " ")] During your exam, we recommend replicating test scenarios. This is by design such to better evaluate your familiarity with Foxtrot. On the second day of our FCS course, we take a deeper dive into Tokens and how to distinguish between different types of Tokens. For example, a Variable is defined as [%Value] while a Field is defined as [!Value]. A Lookup List Token is defined as [?Lookup("ListName", "ValueToSearch", "ColumnToSearch", "ColumnToReturn")]. Because this question asks for the Token whose value is "2014", we know that the ColumnToReturn value must be the "Year" column. There is only one answer provided such that Year is the last parameter. Answer: [!Value], Long Date, Year

13 14. Consider the table below: Targeting "Adam" will display which Target Option? First, we need to make sure we understand the question. Please refer to the definition of Targeting (above) if you re unfamiliar. Similar to Question 3, we recommend attempting to replicate the scenario above with any web table. When targeting a web table, there are three options - Exact Target, Highlighted Target, and Table. As part of Foxtrot s smart technology, either Exact Target or Highlighted Target will be presented by default. When a web table is targeted for the first time, and a highlight does not exist, the Exact Target Option is available by default. Once a highlight is established, either through a Start Highlight or Search Action, that highlight may be targeted again in order to obtain the Highlighted Target option. The Highlighted Target option is only available when targeting a highlight, unless of course a user changes the targeting option through the Action Builder. Because "Adam" is not highlighted, the Exact Target option will be presented by default. Answer: Exact Target 15. Consider the image below: Which of the following is the result of rotating this image to the

14 right 270 degrees? This question is easiest to answer through trial and error, or simple mathematics. By doing this, you'll notice that the image in the final answer is an exact match. Answer: 16. In which of the following situations should the bypass keyboard option not be used? (Choose all that apply) By reviewing the answers, clicking a Submit button to navigate to a new page has no impact on whether or not the bypass option is used (this answer does not suggest that this click results in a pop-up message). Because only web applications support the bypass keyboard and bypass mouse options, checking a checkbox on a Windows application is not a viable answer. Additionally, it was reviewed in the course that if a click results in a pop-up window, the bypass mouse option should not be used. The bypass mouse is seen as an invisible mouse that does not literally "click" the item. If a click were to result in a pop-up message, the web browser is waiting for user input, while Foxtrot is waiting for the browser to report that it has finished loading. In this scenario, Foxtrot becomes locked, and therefore the bypass option should not be used. Finally, by clicking an item on an accordion type menu list, you eliminate the need for a Hover Mouse Action for some web applications. Answer: Checking a checkbox on a Windows application, Clicking a link that results in a pop-up message to appear.

15 17. What has been targeted? Observing the Action Builder, including the Target Preview and available Actions, it is apparent that Microsoft Excel was targeted. The purpose of this question is to challenge users on the recognition of targets. What else can you tell from this image? Can you tell what exactly was targeted in Excel? Can you determine the Connection letter or the name of the file? While this question may not ask for these specifics, it is important to know where to locate certain information. Answer: Microsoft Excel 18. What is the cause for the error below? By reviewing the potential answers, we can already eliminate the first option as a viable reason for seeing this message; if a data file does not exist, it will first be created. After creation, the file will be appended to. Further, if a Variable or data field does not exist, the Action will still execute, but the value of the Variable and/or field will be blank. When

16 creating a location for a file template, if a folder is misspelled, or just doesn't exist, Foxtrot will create that as well. One of the most important things to know about File Templates is that the file must be closed when writing to it. Answer: The data file is open 19. When considering currency values, which Formula should be used to convert a Variable whose value is "1234.5" to " "? The purpose of this question is to evaluate a user's ability to locate certain functionality, and identify a robust solution. Begin by testing each of the following answer possibilities. You may find that there are multiple candidates that provide a solution for this particular problem. While the Join formula will accomplish the goal of converting "1234.5" to " ", should the Variable value change to, for example, " ", the formula will convert this value to " ". Because we want to maintain a currency format, the Join formula will not suit our needs. The PadText formula will actually include the character in front of the value. By padding "1234.5" with a value of "0", and a total length of 2, the final result will not be changed. Using the Zeroill formula will produce the same result as the PadText formula, since the length to zero-fill is less than the total length of the value. The FormatNumber formula is the only formula that makes sense. Try it out yourself! Answer:

17 For Questions 20 & 21 consider the table below. Also, assume that the table has 5 rows and 4 columns: 20. What will happen when this Action is executed? Notice that the Search Action is searching for the value "54", however, this value does not appear in the table. By default, when conducting a Search, if the value does not appear, the Action will fail. However, if the Store search result in option (under the Results section) is being used, then the appropriate Field or Variable will be set to "True" if the value is found, and "False" if the value is not found. Because this option is not configured for this Action, the Action will fail. Answer: The Action will fail

18 21. Based on the image below, what is the current value of the Highlight? There are two key pieces of information here. 1 since the Highlighted Target option appears, it is obvious that a highlight exists. 2 Directly under the Move Highlight information at the top of the screen, the Action Builder actually tells you the table size, the location of the highlight, and the cell that the user has targeted. We can see that the current location of the highlight is row 2, column 2. Because we are told that the table has 5 rows, we know that the header is considered to be a row. Referencing the table above, we can conclude that the value of the highlight is John Answer: John 22. Which of the following denotes a Variable: Referring to the slide 19 from Part II,[^Value] refers to keystrokes, while [!Value] refers to fields. Special Tokens such as the Windows clipboard value, and the total number of unmarked records are defined as [*Value]. Finally, [#Value] refers to images. Answer: [%Value]

19 23. What is the value of the "Count" Variable? This question is designed to test your logic and attention to detail. While we can determine that the Loop is set to run 500 times, we see that the Loop is currently on the 257th iteration, most importantly, at the end of the 257 th iteration. The purpose of the Loop is to introduce a counter to increment by 1 each time. Before the Loop begins, the Count Variable is set to 1. Since the Loop has already run 257 times, this answer may be eliminated as a possibility. Further, the fact that the Calculation has already occurred within the Loop, we can eliminate 257 as a possible solution. If the value was originally set at 1, and the loop has ran 257 times; = 258. Answer: 258 (While in this scenario, Loop Tokens may be used, this method is quite useful when using an infinite loop).

20 24. What do you expect to happen when the following Action is executed? While we cannot see the Target Preview for the Action, what we can see is the results of Items A and Items B of the If Statement. Item A the target s text appears to read as Service charges on deposit accounts while Item B defined by the user reads as Service charges on deposit accounts. While these look identical at first glance, when matching the double quotation marks for Items A and B, we notice that Item A has a trailing space following the word accounts Because the option to ignore beginning and ending spaces is not enabled, Items A and B do not equal, thus Foxtrot will enter the Else Statement. Answer: Foxtrot will enter the Else Statement

21 25. Consider the Action Builder below. What has been targeted? The purpose of this question is to test your attention to detail. Notice that Item A reads the target s value. This is perfect example of some trial and error. After targeting a variety of controls, you ll notice that the target s value only appears as an option when targeting a checkbox. Answer: A web or windows checkbox. Additional Resources Foxtrot Deployment Guide System Requirements Training Guide Support Articles

A Comprehensive Look at Foxtrot s Action Library

A Comprehensive Look at Foxtrot s Action Library FOXTROT ACTIONS Foxtrot RPA s Smart Technology will always present the user with the Actions that are relevant to the target. A Comprehensive Look at Foxtrot s Action Library Add Sheet Arrange Workbooks

More information

EnableSoft Inc. Foxtrot RPA Training Guide

EnableSoft Inc. Foxtrot RPA Training Guide EnableSoft Inc. Foxtrot RPA Training Guide 1 1: Product Introduction 1.1 What are some key areas of focus for automation? Data Entry» Creating New Customer Accounts» Posting Debits and Credits» Applying

More information

YOUR AUTOMATED EMPLOYEE QUICK START GUIDE

YOUR AUTOMATED EMPLOYEE QUICK START GUIDE YOUR AUTOMATED EMPLOYEE QUICK START GUIDE 1 Overview Imagine an employee who always shows up on time. Works nights and weekends. Anticipates your needs before you need them. Then does their job perfectly

More information

Using GoToWebinar. 1. Collapse & expand panel. 2. Meeting & dial-in information. 3. Raise your hand for assistance. 4. Ask the instructor questions

Using GoToWebinar. 1. Collapse & expand panel. 2. Meeting & dial-in information. 3. Raise your hand for assistance. 4. Ask the instructor questions Using GoToWebinar 1. Collapse & expand panel 2. Meeting & dial-in information 3. Raise your hand for assistance 4. Ask the instructor questions 2 What to Expect Three day certification course in increments

More information

Working with Workbooks

Working with Workbooks Working with Workbooks In Datameer, you can create a workbook to get to new insights with your data. Inside the workbook, you can add additional data sources, change the column and sheet names, collapse

More information

EXCEL BASICS: MICROSOFT OFFICE 2007

EXCEL BASICS: MICROSOFT OFFICE 2007 EXCEL BASICS: MICROSOFT OFFICE 2007 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT EXCEL PAGE 03 Opening Microsoft Excel Microsoft Excel Features Keyboard Review Pointer Shapes

More information

Excel & Business Math Video/Class Project #01 Introduction to Excel. Why We Use Excel for Math. First Formula.

Excel & Business Math Video/Class Project #01 Introduction to Excel. Why We Use Excel for Math. First Formula. Excel & Business Math Video/Class Project #01 Introduction to Excel. Why We Use Excel for Math. First Formula. Topics Covered in Video: 1) USB Drive to store files from class... 2 2) Save As to Download

More information

Findmyshift - Getting started with Findmyshift

Findmyshift - Getting started with Findmyshift Findmyshift - Getting started with Findmyshift Managers Creating your first roster Adding staff to your team Inviting your staff to log in Choosing your settings Entering shifts Publishing shifts Handling

More information

Microsoft Excel Microsoft Excel

Microsoft Excel Microsoft Excel Excel 101 Microsoft Excel is a spreadsheet program that can be used to organize data, perform calculations, and create charts and graphs. Spreadsheets or graphs created with Microsoft Excel can be imported

More information

Password Memory 7 User s Guide

Password Memory 7 User s Guide C O D E : A E R O T E C H N O L O G I E S Password Memory 7 User s Guide 2007-2018 by code:aero technologies Phone: +1 (321) 285.7447 E-mail: info@codeaero.com Table of Contents How secure is Password

More information

Troubleshooting in Microsoft Excel 2002

Troubleshooting in Microsoft Excel 2002 Page 1 of 8 Troubleshooting in Microsoft Excel 2002 Result: To understand how to work with the Excel software to enter data, navigate the page, and print materials. Tabs Look at the tabs at the bottom

More information

Administrator s Guide

Administrator s Guide Administrator s Guide 1995 2011 Open Systems Holdings Corp. All rights reserved. No part of this manual may be reproduced by any means without the written permission of Open Systems, Inc. OPEN SYSTEMS

More information

NC User Conference Tips and Tricks for SAS FM June 16, 2009

NC User Conference Tips and Tricks for SAS FM June 16, 2009 NC User Conference Tips and Tricks for SAS FM June 16, 2009 Reporting 1. CDA Formula (Formatted Statement): To switch out the cell reference for the hardcoded member or dim name, you can go into the formula

More information

Introduction to IBM Rational HATS For IBM System i (5250)

Introduction to IBM Rational HATS For IBM System i (5250) Introduction to IBM Rational HATS For IBM System i (5250) Introduction to IBM Rational HATS 1 Lab instructions This lab teaches you how to use IBM Rational HATS to create a Web application capable of transforming

More information

Basic tasks in Excel 2013

Basic tasks in Excel 2013 Basic tasks in Excel 2013 Excel is an incredibly powerful tool for getting meaning out of vast amounts of data. But it also works really well for simple calculations and tracking almost any kind of information.

More information

Introduction to Microsoft Excel

Introduction to Microsoft Excel Chapter A spreadsheet is a computer program that turns the computer into a very powerful calculator. Headings and comments can be entered along with detailed formulas. The spreadsheet screen is divided

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

User Guide. Web Intelligence Rich Client. Business Objects 4.1

User Guide. Web Intelligence Rich Client. Business Objects 4.1 User Guide Web Intelligence Rich Client Business Objects 4.1 2 P a g e Web Intelligence 4.1 User Guide Web Intelligence 4.1 User Guide Contents Getting Started in Web Intelligence 4.1... 5 Log into EDDIE...

More information

Modular Object Scanning Technology (MOST)

Modular Object Scanning Technology (MOST) Modular Object Scanning Technology (MOST) 12/28/2009 The Perfect Scanning Solution MOST 1 Table of Contents Introduction... 4 What is MOST?... 4 System Requirements... 4 Hardware Requirements... 4 About

More information

EXCEL BASICS: MICROSOFT OFFICE 2010

EXCEL BASICS: MICROSOFT OFFICE 2010 EXCEL BASICS: MICROSOFT OFFICE 2010 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT EXCEL PAGE 03 Opening Microsoft Excel Microsoft Excel Features Keyboard Review Pointer Shapes

More information

WORKFLOW MANAGER RELEASE NOTES NEW FEATURES * OPEN ISSUES * ADDRESSED ISSUES RELEASE DATE: MAY 17, 2013 CS.THOMSONREUTERS.COM

WORKFLOW MANAGER RELEASE NOTES NEW FEATURES * OPEN ISSUES * ADDRESSED ISSUES RELEASE DATE: MAY 17, 2013 CS.THOMSONREUTERS.COM WORKFLOW MANAGER RELEASE NOTES NEW FEATURES * OPEN ISSUES * ADDRESSED ISSUES RELEASE DATE: MAY 17, 2013 CS.THOMSONREUTERS.COM Proprietary Materials No use of these Proprietary materials is permitted without

More information

Login: Quick Guide for Qualtrics May 2018 Training:

Login:   Quick Guide for Qualtrics May 2018 Training: Qualtrics Basics Creating a New Qualtrics Account Note: Anyone with a Purdue career account can create a Qualtrics account. 1. In a Web browser, navigate to purdue.qualtrics.com. 2. Enter your Purdue Career

More information

Guide to Importing Data

Guide to Importing Data Guide to Importing Data CONTENTS Data Import Introduction... 3 Who should use the Gold-Vision Import Client?... 3 Prepare your data... 3 Downloading and installing the import client... 7 Step One Getting

More information

Using Excel 2011 at Kennesaw State University

Using Excel 2011 at Kennesaw State University Using Excel 2011 at Kennesaw State University Getting Started Information Technology Services Outreach and Distance Learning Technologies Copyright 2011 - Information Technology Services Kennesaw State

More information

GoLive will first ask you if your new site will be for one individual or a work group; select for a Single User, and click Next.

GoLive will first ask you if your new site will be for one individual or a work group; select for a Single User, and click Next. Getting Started From the Start menu, located the Adobe folder which should contain the Adobe GoLive 6.0 folder. Inside this folder, click Adobe GoLive 6.0. GoLive will open to its initial project selection

More information

Astra Schedule User Guide Scheduler

Astra Schedule User Guide Scheduler Astra Schedule User Guide 7.5.12 Scheduler 1 P a g e ASTRA SCHEDULE USER GUIDE 7.5.12... 1 LOGGING INTO ASTRA SCHEDULE... 3 LOGIN CREDENTIALS... 3 WORKING WITH CALENDARS... 4 CHOOSING A CALENDAR AND FILTER...

More information

Objective 1: Familiarize yourself with basic database terms and definitions. Objective 2: Familiarize yourself with the Access environment.

Objective 1: Familiarize yourself with basic database terms and definitions. Objective 2: Familiarize yourself with the Access environment. Beginning Access 2007 Objective 1: Familiarize yourself with basic database terms and definitions. What is a Database? A Database is simply defined as a collection of related groups of information. Things

More information

Introduction to IBM Rational HATS For IBM System z (3270)

Introduction to IBM Rational HATS For IBM System z (3270) Introduction to IBM Rational HATS For IBM System z (3270) Introduction to IBM Rational HATS 1 Lab instructions This lab teaches you how to use IBM Rational HATS to create a Web application capable of transforming

More information

SAP Roambi SAP Roambi Cloud SAP BusinessObjects Enterprise Plugin Guide

SAP Roambi SAP Roambi Cloud SAP BusinessObjects Enterprise Plugin Guide SAP Roambi 2017-10-31 SAP Roambi Cloud SAP BusinessObjects Enterprise Plugin Guide 1 Table of Contents I. Overview Introduction How it Works II. Setup Requirements Roambi Requirements Created a Roambi

More information

AVANTUS TRAINING PTE LTD

AVANTUS TRAINING PTE LTD [MSACS13]: Microsoft Access 2013 Length : 3 Days Technology : Microsoft Office 2013 Delivery Method : Instructor-led (Classroom) Course Overview This Microsoft Access 2013 teaches participants how to design

More information

SkyBuild. Export File Builder Overview of Export File Builder Using a Prebuilt Export Interface Creating an Export from Scratch Running an Export

SkyBuild. Export File Builder Overview of Export File Builder Using a Prebuilt Export Interface Creating an Export from Scratch Running an Export SkyBuild Overview What is SkyBuild and how is it used? Basic Export Information Basic Import Information Key Terminology for Export/Import File Builder Export File Builder Overview of Export File Builder

More information

Using Microsoft Excel

Using Microsoft Excel Using Microsoft Excel Introduction This handout briefly outlines most of the basic uses and functions of Excel that we will be using in this course. Although Excel may be used for performing statistical

More information

VERSION 7 JUNE Union Benefits. Employer User Guide Data Collection Tool

VERSION 7 JUNE Union Benefits. Employer User Guide Data Collection Tool VERSION 7 JUNE 2018 Union Benefits Employer User Guide Data Collection Tool About this guide This document is intended to provide an overview of the main sections of the Data Collection Tool ( DCT ) for

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

EXCEL 98 TUTORIAL Chemistry C2407 fall 1998 Andy Eng, Columbia University 1998

EXCEL 98 TUTORIAL Chemistry C2407 fall 1998 Andy Eng, Columbia University 1998 Created on 09/02/98 11:58 PM 1 EXCEL 98 TUTORIAL Chemistry C2407 fall 1998 Andy Eng, Columbia University 1998 Note for Excel 97 users: All features of Excel 98 for Macintosh are available in Excel 97 for

More information

Procedure to Create Custom Report to Report on F5 Virtual Services

Procedure to Create Custom Report to Report on F5 Virtual Services Procedure to Create Custom Report to Report on F5 Virtual Services Summary: The purpose of this Application Note is to provide a procedure to report on F5 Load Balancer Virtual Services. The report uses

More information

Using Sitecore 5.3.1

Using Sitecore 5.3.1 Using Sitecore 5.3.1 An End-User s Guide to Using and Administrating Sitecore Author: Sitecore Corporation Date: December 12, 2007 Release: Rev. 1.0 Language: English Sitecore is a registered trademark.

More information

Welcome to Introduction to Microsoft Excel 2010

Welcome to Introduction to Microsoft Excel 2010 Welcome to Introduction to Microsoft Excel 2010 2 Introduction to Excel 2010 What is Microsoft Office Excel 2010? Microsoft Office Excel is a powerful and easy-to-use spreadsheet application. If you are

More information

ADOBE DREAMWEAVER CS4 BASICS

ADOBE DREAMWEAVER CS4 BASICS ADOBE DREAMWEAVER CS4 BASICS Dreamweaver CS4 2 This tutorial focuses on the basic steps involved in creating an attractive, functional website. In using this tutorial you will learn to design a site layout,

More information

How to Use RPA Recorder

How to Use RPA Recorder How to Use RPA Recorder This section explains general operations with the recording, such as creation, editing and publishing; using functions of RPA Recorder. Descriptions illustrate how to use a typical

More information

NiceForm User Guide. English Edition. Rev Euro Plus d.o.o. & Niceware International LLC All rights reserved.

NiceForm User Guide. English Edition. Rev Euro Plus d.o.o. & Niceware International LLC All rights reserved. www.nicelabel.com, info@nicelabel.com English Edition Rev-0910 2009 Euro Plus d.o.o. & Niceware International LLC All rights reserved. www.nicelabel.com Head Office Euro Plus d.o.o. Ulica Lojzeta Hrovata

More information

Making the Leap from Legacy to foxtrot

Making the Leap from Legacy to foxtrot YOUR AUTOMATED EMPLOYEE Making the Leap from Legacy to foxtrot As vendors replace dated green screen technology with web and Windows applications, EnableSoft wants to ensure that Foxtrot is still on the

More information

Exchange (Copy, Import, Export) Data Between Excel and Access

Exchange (Copy, Import, Export) Data Between Excel and Access Excel usage is widespread and Excel is often the go-to Office application for data entry, analysis, and manipulation. Microsoft Access provides relational database capability in a compact desktop environment.

More information

Introduction to Microsoft Excel 2010

Introduction to Microsoft Excel 2010 Introduction to Microsoft Excel 2010 THE BASICS PAGE 02! What is Microsoft Excel?! Important Microsoft Excel Terms! Opening Microsoft Excel 2010! The Title Bar! Page View, Zoom, and Sheets MENUS...PAGE

More information

User Guide. Kronodoc Kronodoc Oy. Intelligent methods for process improvement and project execution

User Guide. Kronodoc Kronodoc Oy. Intelligent methods for process improvement and project execution User Guide Kronodoc 3.0 Intelligent methods for process improvement and project execution 2003 Kronodoc Oy 2 Table of Contents 1 User Guide 5 2 Information Structure in Kronodoc 6 3 Entering and Exiting

More information

Imagine. Create. Discover. User Manual. TopLine Results Corporation

Imagine. Create. Discover. User Manual. TopLine Results Corporation Imagine. Create. Discover. User Manual TopLine Results Corporation 2008-2009 Created: Tuesday, March 17, 2009 Table of Contents 1 Welcome 1 Features 2 2 Installation 4 System Requirements 5 Obtaining Installation

More information

Guidelines on Dormant Accounts Web Reporting System

Guidelines on Dormant Accounts Web Reporting System The Central Bank of The Bahamas Guidelines on Dormant Accounts Web Reporting System January, 2009 Page 1 Introduction The Central Bank of The Bahamas Dormant Accounts Reporting System (CBOB DARS) is a

More information

Getting Started with. Office 2008

Getting Started with. Office 2008 Getting Started with Office 2008 Copyright 2010 - Information Technology Services Kennesaw State University This document may be downloaded, printed, or copied, for educational use, without further permission

More information

Adobe Acrobat 8 Professional Forms

Adobe Acrobat 8 Professional Forms Adobe Acrobat 8 Professional Forms Email: training@health.ufl.edu Web Site: http://training.health.ufl.edu 352 273 5051 This page intentionally left blank. 2 Table of Contents Forms... 2 Creating forms...

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

ACTIVE Net Insights user guide. (v5.4)

ACTIVE Net Insights user guide. (v5.4) ACTIVE Net Insights user guide (v5.4) Version Date 5.4 January 23, 2018 5.3 November 28, 2017 5.2 October 24, 2017 5.1 September 26, 2017 ACTIVE Network, LLC 2017 Active Network, LLC, and/or its affiliates

More information

Spreadsheet definition: Starting a New Excel Worksheet: Navigating Through an Excel Worksheet

Spreadsheet definition: Starting a New Excel Worksheet: Navigating Through an Excel Worksheet Copyright 1 99 Spreadsheet definition: A spreadsheet stores and manipulates data that lends itself to being stored in a table type format (e.g. Accounts, Science Experiments, Mathematical Trends, Statistics,

More information

OU EDUCATE TRAINING MANUAL

OU EDUCATE TRAINING MANUAL OU EDUCATE TRAINING MANUAL OmniUpdate Web Content Management System El Camino College Staff Development 310-660-3868 Course Topics: Section 1: OU Educate Overview and Login Section 2: The OmniUpdate Interface

More information

Doc. Version 1.0 Updated:

Doc. Version 1.0 Updated: OneStop Reporting Report Composer 3.5 User Guide Doc. Version 1.0 Updated: 2012-01-02 Table of Contents Introduction... 2 Who should read this manual... 2 What s included in this manual... 2 Symbols and

More information

Introduction to Microsoft Excel 2016

Introduction to Microsoft Excel 2016 Screen Elements: Introduction to Microsoft Excel 2016 The Ribbon The Ribbon is designed to help you quickly find the commands that you need to complete a task. Commands are organized in logical groups,

More information

Navigate to Cognos Cognos Analytics supports all browsers with the exception of Microsoft Edge.

Navigate to Cognos Cognos Analytics supports all browsers with the exception of Microsoft Edge. IBM Cognos Analytics Create a List The following instructions cover how to create a list report in IBM Cognos Analytics. A list is a report type in Cognos that displays a series of data columns listing

More information

Creating Workflows. Viewing the Task Library. Creating a Workflow. This chapter contains the following sections:

Creating Workflows. Viewing the Task Library. Creating a Workflow. This chapter contains the following sections: This chapter contains the following sections: Viewing the Task Library, page 1 Creating a Workflow, page 1 Example: Creating a Workflow, page 12 Resolving Workflow Validation Issues, page 15 Changing Flow

More information

MultiSite Suite: Accounts Payable

MultiSite Suite: Accounts Payable MultiSite Suite: Accounts Payable User s Manual version 6 Copyright & Trademarks Copyright Notice and Trademarks 2010 MultiSite Systems, All rights reserved. Microsoft, Windows, Excel, and Outlook are

More information

Rabo Supplier Finance User Manual - Suppliers -

Rabo Supplier Finance User Manual - Suppliers - Rabo Supplier Finance User Manual - Suppliers - Page 2 of 33 Table of Contents 1 About This Document... 3 1.1 Objectives of This Document... 3 1.2 Inside This Document... 3 2 Rabo Supplier Finance platform...

More information

SQL Server. Management Studio. Chapter 3. In This Chapter. Management Studio. c Introduction to SQL Server

SQL Server. Management Studio. Chapter 3. In This Chapter. Management Studio. c Introduction to SQL Server Chapter 3 SQL Server Management Studio In This Chapter c Introduction to SQL Server Management Studio c Using SQL Server Management Studio with the Database Engine c Authoring Activities Using SQL Server

More information

Microsoft Dynamics GP. Extender User s Guide Release 9.0

Microsoft Dynamics GP. Extender User s Guide Release 9.0 Microsoft Dynamics GP Extender User s Guide Release 9.0 Copyright Copyright 2005 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the responsibility of the user.

More information

Section 1 Microsoft Excel Overview

Section 1 Microsoft Excel Overview Course Topics: I. MS Excel Overview II. Review of Pasting and Editing Formulas III. Formatting Worksheets and Cells IV. Creating Templates V. Moving and Navigating Worksheets VI. Protecting Sheets VII.

More information

Microsoft Excel 2007

Microsoft Excel 2007 Learning computers is Show ezy Microsoft Excel 2007 301 Excel screen, toolbars, views, sheets, and uses for Excel 2005-8 Steve Slisar 2005-8 COPYRIGHT: The copyright for this publication is owned by Steve

More information

Excel4apps Reports Distribution Manager User Guide (SAP) 2013 Excel4apps

Excel4apps Reports Distribution Manager User Guide (SAP) 2013 Excel4apps Excel4apps Reports Distribution Manager User Guide (SAP) 2013 Excel4apps Table of Contents 1 System Requirements... 4 2 Installation and Overview... 4 2.1 Definitions... 4 2.1.1 Report Distribution Manager...

More information

BMC Control-M Test Drive Guide. Version 1.0

BMC Control-M Test Drive Guide. Version 1.0 BMC Control-M Test Drive Guide Version 1.0 Table of Contents 3 INTRODUCING BMC CONTROL-M 5 STARTING THE CONTROL-M TEST DRIVE 6 MY FIRST JOBS 12 FUNCTIONS HIGHLIGHTED IN THE TEST DRIVE INTRODUCING BMC CONTROL-M

More information

Microsoft Office 2016 Mail Merge

Microsoft Office 2016 Mail Merge Microsoft Office 2016 Mail Merge Mail Merge Components In order to understand how mail merge works you need to examine the elements involved in the process. In any mail merge, you'll deal with three different

More information

User Manual For SmartRoom Managers

User Manual For SmartRoom Managers User Manual For SmartRoom Managers Table of Contents 1.0 Login 2.0 Confidentiality Agreement 3.0 Software Installation 4.0 Dashboard 5.0 Document Review and Index Maintenance 5.1 View by Index 5.1.1 Index

More information

1. Setup Everyone: Mount the /geobase/geo5215 drive and add a new Lab4 folder in you Labs directory.

1. Setup Everyone: Mount the /geobase/geo5215 drive and add a new Lab4 folder in you Labs directory. L A B 4 E X C E L For this lab, you will practice importing datasets into an Excel worksheet using different types of formatting. First, you will import data that is nicely organized at the source. Then

More information

Wordpress Training Manual

Wordpress Training Manual The Dashboard... 2 If this is your first time logging in:... 2 How do I change my password or email address?... 3 Search Engine Optimization (SEO)... 4 SEO for Pages... 4 SEO for Images... 5 Managing Pages...

More information

Introduction to Microsoft Word 2010

Introduction to Microsoft Word 2010 Introduction to Microsoft Word 2010 Microsoft Word is a word processing program you can use to write letters, resumes, reports, and more. Anything you can create with a typewriter, you can create with

More information

Intermediate Excel Training Course Content

Intermediate Excel Training Course Content Intermediate Excel Training Course Content Lesson Page 1 Absolute Cell Addressing 2 Using Absolute References 2 Naming Cells and Ranges 2 Using the Create Method to Name Cells 3 Data Consolidation 3 Consolidating

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

Useful Google Apps for Teaching and Learning

Useful Google Apps for Teaching and Learning Useful Google Apps for Teaching and Learning Centre for Development of Teaching and Learning (CDTL) National University of Singapore email: edtech@groups.nus.edu.sg Table of Contents About the Workshop...

More information

Advanced Excel for EMIS Coordinators

Advanced Excel for EMIS Coordinators Advanced Excel for EMIS Coordinators Helen Mills helenmills@metasolutions.net 2015 Metropolitan Educational Technology Association Outline Macros Conditional Formatting Text to Columns Pivot Tables V-Lookup

More information

Welcome to Cole On-line Help system!

Welcome to Cole On-line Help system! Welcome to Cole On-line Help system! Cole Online is an Internet based information directory that allows fast and efficient access to demographic information about residences and businesses. You can search

More information

Microsoft Office Excel

Microsoft Office Excel Microsoft Office 2007 - Excel Help Click on the Microsoft Office Excel Help button in the top right corner. Type the desired word in the search box and then press the Enter key. Choose the desired topic

More information

Customization Manager

Customization Manager Customization Manager Release 2015 Disclaimer This document is provided as-is. Information and views expressed in this document, including URL and other Internet Web site references, may change without

More information

course notes quick reference guide

course notes quick reference guide course notes quick reference guide Microsoft Excel 2010 Welcome to Excel 2010 Excel 2010 is the premier spreadsheet application from Microsoft. Excel 2010 makes it easier to analyze data quickly with new

More information

Microsoft Excel 2010 Basics

Microsoft Excel 2010 Basics Microsoft Excel 2010 Basics Starting Word 2010 with XP: Click the Start Button, All Programs, Microsoft Office, Microsoft Excel 2010 Starting Word 2010 with 07: Click the Microsoft Office Button with the

More information

Beginner Workshop Activity Guide 2012 User Conference

Beginner Workshop Activity Guide 2012 User Conference Beginner Workshop Activity Guide 2012 User Conference TUESDAY, MARCH 6 2:00PM 5:00 PM Beginner Training Workshop Attendees will learn the end user functions of OU Campus TM. They will learn how to log

More information

Batch and Import Guide

Batch and Import Guide Batch and Import Guide 06/13/2017 Blackbaud Altru 4.96 Batch and Import US 2017 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means,

More information

Océ Engineering Exec. Advanced Import and Index

Océ Engineering Exec. Advanced Import and Index Océ Engineering Exec Advanced Import and Index Océ-Technologies B.V. Copyright 2004, Océ-Technologies B.V. Venlo, The Netherlands All rights reserved. No part of this work may be reproduced, copied, adapted,

More information

PRESENCE. RadEditor Guide. SchoolMessenger 100 Enterprise Way, Suite A-300 Scotts Valley, CA

PRESENCE. RadEditor Guide. SchoolMessenger 100 Enterprise Way, Suite A-300 Scotts Valley, CA PRESENCE RadEditor Guide SchoolMessenger 100 Enterprise Way, Suite A-300 Scotts Valley, CA 95066 800-920-3897 www.schoolmessenger.com Contents Contents... 2 Introduction... 3 What is RadEditor?... 3 RadEditor

More information

EDIT202 Spreadsheet Lab Prep Sheet

EDIT202 Spreadsheet Lab Prep Sheet EDIT202 Spreadsheet Lab Prep Sheet While it is clear to see how a spreadsheet may be used in a classroom to aid a teacher in marking (as your lab will clearly indicate), it should be noted that spreadsheets

More information

Xton Access Manager GETTING STARTED GUIDE

Xton Access Manager GETTING STARTED GUIDE Xton Access Manager GETTING STARTED GUIDE XTON TECHNOLOGIES, LLC PHILADELPHIA Copyright 2017. Xton Technologies LLC. Contents Introduction... 2 Technical Support... 2 What is Xton Access Manager?... 3

More information

Candy is Dandy Project (Project #12)

Candy is Dandy Project (Project #12) Candy is Dandy Project (Project #12) 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

More information

Advanced Excel Macros : Data Validation/Analysis : OneDrive

Advanced Excel Macros : Data Validation/Analysis : OneDrive Advanced Excel Macros : Data Validation/Analysis : OneDrive Macros Macros in Excel are in short, a recording of keystrokes. Beyond simple recording, you can use macros to automate tasks that you will use

More information

Telerik Corp. Test Studio Standalone & Visual Studio Plug-In Quick-Start Guide

Telerik Corp. Test Studio Standalone & Visual Studio Plug-In Quick-Start Guide Test Studio Standalone & Visual Studio Plug-In Quick-Start Guide Contents Create your First Test... 3 Standalone Web Test... 3 Standalone WPF Test... 6 Standalone Silverlight Test... 8 Visual Studio Plug-In

More information

Switching to Sheets from Microsoft Excel Learning Center gsuite.google.com/learning-center

Switching to Sheets from Microsoft Excel Learning Center gsuite.google.com/learning-center Switching to Sheets from Microsoft Excel 2010 Learning Center gsuite.google.com/learning-center Welcome to Sheets Now that you've switched from Microsoft Excel to G Suite, learn how to use Google Sheets

More information

Introduction to MS Office Somy Kuriakose Principal Scientist, FRAD, CMFRI

Introduction to MS Office Somy Kuriakose Principal Scientist, FRAD, CMFRI Introduction to MS Office Somy Kuriakose Principal Scientist, FRAD, CMFRI Email: somycmfri@gmail.com 29 Word, Excel and Power Point Microsoft Office is a productivity suite which integrates office tools

More information

Perceptive Matching Engine

Perceptive Matching Engine Perceptive Matching Engine Advanced Design and Setup Guide Version: 1.0.x Written by: Product Development, R&D Date: January 2018 2018 Hyland Software, Inc. and its affiliates. Table of Contents Overview...

More information

Intellix Payments Reference Guide

Intellix Payments Reference Guide Intellix Payments Reference Guide Table of Contents Overview 3 Accessing Payment Functionality 3 About this Guide and Additional Training 3 Using List Functionality in Intellix Payments 4 Overview 4 Standard

More information

MultiSite Suite: General Ledger

MultiSite Suite: General Ledger MultiSite Suite: General Ledger User s Manual version 2.2.97 Copyright & Trademarks Copyright Notice and Trademarks 2003 by Brent Lawrence, LLC. All rights reserved. Reprinted and edited by MultiSite Systems,

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. Batch & Import Guide. Batch Overview 2. Import 157. Batch and Import: The Big Picture 2 Batch Configuration 11 Batch Entry 131

Contents. Batch & Import Guide. Batch Overview 2. Import 157. Batch and Import: The Big Picture 2 Batch Configuration 11 Batch Entry 131 Batch & Import Guide Last Updated: 08/10/2016 for ResearchPoint 4.91 Contents Batch Overview 2 Batch and Import: The Big Picture 2 Batch Configuration 11 Batch Entry 131 Import 157 Configure Import File

More information

ALES Wordpress Editor documentation ALES Research websites

ALES Wordpress Editor documentation ALES Research websites ALES Wordpress Editor documentation ALES Research websites Contents Login... 2 Website Dashboard... 3 Editing menu order or structure... 4 Add a new page... 6 Move a page... 6 Select a page to edit...

More information

PROXY Pro Web Console Operations v10.0. User Guide October 2017

PROXY Pro Web Console Operations v10.0. User Guide October 2017 PROXY Pro Web Console Operations v10.0 User Guide October 2017 Table of contents 1. Intro and Overview...5 Web Console Landing Page...6 Definitions...7 Account Users...9 Common Header Fields...10 Menu

More information

Adobe Marketing Cloud Report Builder

Adobe Marketing Cloud Report Builder Adobe Marketing Cloud Report Builder Contents Adobe Report Builder Help...6 What's New in Report Builder...7 Report Builder 5.6...7 Report Builder 5.5...7 Report Builder 5.4...7 Report Builder 5.3...8

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

Business Insight Authoring

Business Insight Authoring Business Insight Authoring Getting Started Guide ImageNow Version: 6.7.x Written by: Product Documentation, R&D Date: August 2016 2014 Perceptive Software. All rights reserved CaptureNow, ImageNow, Interact,

More information