GRAPHICAL WORKFLOW DESIGN USING WORKFLOW MANAGER - BASICS

Size: px
Start display at page:

Download "GRAPHICAL WORKFLOW DESIGN USING WORKFLOW MANAGER - BASICS"

Transcription

1 Introduction GRAPHICAL WORKFLOW DESIGN USING WORKFLOW MANAGER - BASICS etraining Create a simple form, a simple list, and assign nodes to a workflow using GeoMedia Smart Client Workflow Manager. Software Data GeoMedia Smart Client Workflow Manager Specific data related to a city Transcript 0:10 Thank you for watching this Hexagon Geospatial etraining module: Graphical Workflow Design Using Workflow Manager Basics. In this module, you ll create a simple form and a list. Then, you ll assign them to the workflow itself, and view the result. Please note that the workflows are related to the specific data being used in our example. When you use the product with your own data, you will use your own workflows and values in them. 0:38 Start the Workflow Editor, and look at the workspace, composed of these main parts: On the left-hand side, the Toolbox panel contains drag-able components. These components may change depending on which features you are using. For example, you currently see the Nodes, which include Forms, Lists, and Workflows. You ll see how to use these items later in this module. On the right-hand side, you see the Properties panel, which lets you change options in the workflow, form, or list. The center of the workspace is the canvas, where you design the workflow itself which is what you see here. You also use it to design the form or list. At the top of the screen, you see the options that let you add custom styles or scripts. You can also create or edit forms and lists which have already been generated. Create a Simple Form 1:27 First, create a simple form, which you will later use in the workflow. 1. At the top of your screen, click the arrow beside Forms. 1

2 You see two options, Forms and New. The Forms option lets you choose the full list of forms that have already been created. The New option lets you create a new form. 2. Click Forms to choose the full list of forms. The Forms tab appears on the top left of the workspace. You now see a New button. 3. Click this button, and you will see the three parts of the workspace that let you create a new form. 1:59 On the left-hand side, is the Toolbox. Use this to drag widgets into your form and add some layout additions. The main area of the workspace is where you design the form. One the right you can change the properties of the currently selected element. Notice the cursor changes whenever you hover over a clickable element. 4. First, change the Name of the form to Budget. 5. Also change the Label of the form to Budget. The label is displayed in your workflow. If you don t specify a label, the form name will be displayed. 6. Typically, forms used in workflows require an ID field. Type ID for this value. All other properties can be left as default. 2:39 Next change some of the properties of the formtab and formgroup. By default, each form has a formtab and a formgroup, but you can drag the other elements onto the form from the Toolbox on the left. 7. Click NewTabPage1 to select it, and change the Name to LocalBudgetTab. 8. Click Edit to change the Label. Type General to rename it. 9. Click NewGroup1 to select it, and change the Name to LocalBudgetGroup. 10. Change the Label by clicking Edit and by typing Welcome to the Community Budget voting in Lodz. 3:25 Now drag elements from the Toolbox onto your form. 11. Click on the TextField element from the Toolbox, hold down the left mouse button, and move the mouse to the middle part of the workspace. Notice that anywhere an element can be dropped is highlighted by a blue horizontal line. 12. Drop it into the form group by releasing the left mouse button when you see the blue line. Now change the Name and the Label properties. 13. Change the Name to ID and the Label to ID. Because the TextField will be the ID field, you also need to set the Datatype. 14. Change the Datatype to guidstring.

3 4:06 The TextField should be hidden in the window. Notice the Visible property on the right-hand side. By default, this property is checked, which means that the value behind it is true. If you uncheck the box, you will set the value to False, but you really want to set the value to Hidden. 15. To change the value to Hidden, click Edit.The Value Editor dialog opens. This dialog allows you edit the value for the selected property, in this case, the Visible property. There are different ways to set this value, as indicated by the different tabs. On the Static Value tab, the value is set to true. 4:41 The SQL tab lets you write an SQL statement to set the property. You can also write your own Value Provider using the Object-Provider tab, or your own javascript by using the JavaScript tab, or you can use a placeholder by selecting the Placeholder tab and by selecting the arrow on the Placeholder field and the option that you want from the list. Additionally, you can set a static value for the property, which you will do now. 16. Click the Static Value tab, and type hidden. 17. Click OK to close the window and return to the form design view. The checkbox for Visible is gone and instead the Static value is displayed. 18. Because the ID field will not be shown in the form, uncheck the Required option. 19. Save the properties in this session by checking the Save In Session option. 5:32 Next, add a TextArea which will act as a description field. 20. Drag the TextArea widget from the toolbox on the left side into the main part of the window, and drop it where it is needed, in this case underneath the ID textfield. 21. Change the TextArea name property, type Summary. 22. Type What is it? For the Label property. For this particular element, you will set the description text that appears by default according to an SQL statement from the database. 23. Click the Edit on the Defaultvalue property and select the SQL tab of the Value Editor. 24. Paste in the specific SQL statement that makes sense in the context of your particular data that is being used in your workflow. 25. Click OK to close the Value Editor, and notice that the Defaultvalue property is changed to SQL. 26. Check the Save In Session property. 6:31 The final widget you place on the form is a form Action. 27. Drag the Action widget from the toolbox to the main part of the workspace, and in this case, outside the FormGroup. 28. Change the Name of the widget to Vote.

4 29. For the Label, type Vote NOW!. 30. For the Action property, click Edit to open up the Value Editor To set the value of the Action to a simple JavaScript command, select the JavaScript tab, and paste or type the necessary code. The value of the Action property changes to the JavaScript code and will let you navigate to a certain page within the workflow when you click on the Action button. Create a Simple List 7:18 Now you ll create a new list. You will begin again at the starting point of your workflow. 32. At the top of the screen, click on the arrow beside Lists and click New. A new tab is displayed called NewList1. Notice that the toolbox on the left now only contains Listelements because you can t use any widgets for the form within the list. As you did with the form, you will change the name of the list. 33. Change the Name of the list to TopCityProjectList. 34. For the Table, type citywide_bbox. The Table property specifies which table the attributes come from. 35. For the ID Field property, type gid. 8:02 Add a SQL statement to set up a Filter, to limit the number of elements shown in the list. 36. Type SQL[gid in (Select gid from citywide not null order by votes desc limit 5)]. You will now set the Order by property, so that the votes will be ordered in descending order by the number of votes. 37. For the Order by property, type order by votes desc. 8:35 You can also change the Pagesize property, to define when a new page will get created within the list. In this example, leave the Pagesize set to 20. Lists can contain columns, and you will create three columns for this list. 38. Drag three columns from the Toolbox to the main area of the workspace. 39. For the first column, set the Name property to gid and the Label property to id. 40. Click the box to the right of the column and select number to select number for the Datatype property of the first column 41. For the second column, set the Name property to name. 42. Set the Label property to Top votings.

5 9: Set a SQL Select command for the middle column by clicking Edit and by pasting the appropriate code when the Value Editor displays. When done, click OK. 44. For the third column, set the Name to votes and the Label to Votes. 45. Set the Datatype property to number for the third column also. It s also important to know how to delete elements from within a list. This can be helpful if an element is accidentally added to your list. 46. Drag a RowAction into the list, on right side. 47. Delete this element by first selecting it, and then by either selecting Delete on your keyboard, or by clicking Delete on the right side of the Properties panel. A confirmation dialog will display. Click Yes. Assign Nodes to the Workflow 10:14 You will now assign the nodes to the workflow. 48. Close the list by clicking the X to the right of the name of the list at the top of the screen. You are again at the starting point of your workflow. 49. Click Forms at the top of the screen to see an overview of all the forms and lists that you have defined. The forms and lists are shown together because you have not yet made the distinction between forms and lists in the Workflow Editor. This is done when you assign your forms and lists to nodes. In the Workflow Editor, there are specific icons to indicate a form element, and a list element. You will assign your forms and lists to nodes now. 50. Close the list of forms by clicking the X to the right of the name. 51. From the toolbox, drag a Form node to the Root node in the center of the workspace. 10:57 A dialog prompts you to enter the ID of the new node, which is also the name of the node. 52. Type Budget to specify the ID of the first form you created. 53. Click OK. 54. Select the Budget node, and specify its properties in the Properties panel. 55. For the Label, type Lodz Community Budget. 56. Because you are defining a form node, select the form ID Budget in the Form field. 57. If you have more than one form node like in this example, drag another Form node to the Root node. 58. Type Citywide to specify the ID of the second form that you created. 59. Click OK. 60. For the Label, type Vote for Citywide projects.

6 11: Because you are defining a form node, select the form ID, VoteCitywide, in the Form field. 12:09 12:39 13:23 13:46 After you have assigned a form to a node, you can click Edit for the selected element and you will be able to edit the form. 62. Dismiss the editing of the form by clicking the X next to the form name in the breadcrumb path. You can also select a Follow Node by first selecting the form, and then selecting either the name of the form or the list that will follow the form, in the Follow Node field. The blue end shows you the end point and the white end shows you where the follownode was defined. 63. Now, drag a List node into the workflow. You don t have to drag it over the Root node, but can drag it onto the form node that will be its parent node. 64. When the dialog opens, type TopCityVoted to specify the ID of the new node, and click OK. 65. In the Properties panel, type Top Citywide projects for the Label of the list, and select TopyCityProjectList for the List property. In the breadcrumb path, if you click on either Forms or Lists, you will now see only the corresponding elements (either the forms or the lists). 66. Click Forms, and note that only your forms are displayed. Your workflow can be as large as you need it, with multiple lists and forms. You can assign follow nodes, as shown with the arrows, whenever your workflow requires them. Remember that the blue end shows you the end point and the white end shows you where the follownode was defined. Workflow nodes can also be dragged from the toolbox and dropped to the location that you want. In a longer workflow, like this example, you can make it easier to identify the main parts of the workflow by grouping similar elements under a workflow node. 67. Drag any forms that are needed by the workflow into the workflow node. 68. When it s time to run the workflow, you can see the results of clicking on the simple form created earlier, and how the list created is used. Thank you for watching this etraining module from Hexagon Geospatial. For more etraining, please visit hexagongeospatial.com/etraining.

Working with SQL Server Integration Services

Working with SQL Server Integration Services SQL Server Integration Services (SSIS) is a set of tools that let you transfer data to and from SQL Server 2005. In this lab, you ll work with the SQL Server Business Intelligence Development Studio to

More information

Rochester Institute of Technology. Finance and Administration. Drupal 7 Training Documentation

Rochester Institute of Technology. Finance and Administration. Drupal 7 Training Documentation Rochester Institute of Technology Finance and Administration Drupal 7 Training Documentation Written by: Enterprise Web Applications Team CONTENTS Workflow... 4 Example of how the workflow works... 4 Login

More information

UOFL SHAREPOINT ADMINISTRATORS GUIDE

UOFL SHAREPOINT ADMINISTRATORS GUIDE UOFL SHAREPOINT ADMINISTRATORS GUIDE WOW What Power! Learn how to administer a SharePoint site. [Type text] SharePoint Administrator Training Table of Contents Basics... 3 Definitions... 3 The Ribbon...

More information

1.5 MONITOR. Schools Accountancy Team INTRODUCTION

1.5 MONITOR. Schools Accountancy Team INTRODUCTION 1.5 MONITOR Schools Accountancy Team INTRODUCTION The Monitor software allows an extract showing the current financial position taken from FMS at any time that the user requires. This extract can be saved

More information

Intellect Platform - Tables and Templates Basic Document Management System - A101

Intellect Platform - Tables and Templates Basic Document Management System - A101 Intellect Platform - Tables and Templates Basic Document Management System - A101 Interneer, Inc. 4/12/2010 Created by Erika Keresztyen 2 Tables and Templates - A101 - Basic Document Management System

More information

UF Health SharePoint 2010 Introduction to Content Administration

UF Health SharePoint 2010 Introduction to Content Administration UF Health SharePoint 2010 Introduction to Content Administration Email: training@health.ufl.edu Web Page: http://training.health.ufl.edu Last Updated 2/7/2014 Introduction to SharePoint 2010 2.0 Hours

More information

D2L: An introduction to CONTENT University of Wisconsin-Parkside

D2L: An introduction to CONTENT University of Wisconsin-Parkside D2L: An introduction to CONTENT University of Wisconsin-Parkside FOR FACULTY: What is CONTENT? The Content and Course Builder tools both allow you to organize materials in D2L. Content lets you and your

More information

WebFOCUS BI Portal: S.I.M.P.L.E. as can be

WebFOCUS BI Portal: S.I.M.P.L.E. as can be WebFOCUS BI Portal: S.I.M.P.L.E. as can be Author: Matthew Lerner Company: Information Builders Presentation Abstract: This hands-on session will introduce attendees to the new WebFOCUS BI Portal. We will

More information

Microsoft Access 2010 handout

Microsoft Access 2010 handout Microsoft Access 2010 handout Access 2010 is a relational database program you can use to create and manage large quantities of data. You can use Access to manage anything from a home inventory to a giant

More information

Business Insight Report Authoring Getting Started Guide

Business Insight Report Authoring Getting Started Guide Business Insight Report Authoring Getting Started Guide Version: 6.6 Written by: Product Documentation, R&D Date: February 2011 ImageNow and CaptureNow are registered trademarks of Perceptive Software,

More information

Text Basics. Introduction

Text Basics. Introduction Text Basics Introduction PowerPoint includes all the features you need to produce professionallooking presentations. When you create a PowerPoint presentation, it is made up of a series of slides. The

More information

T4 Site Manager for website moderators

T4 Site Manager for website moderators T4 Site Manager for website moderators (Moderator role only) Practical workbook University of Bristol IT Services document its-t4sm-2t. Updated on 10/03/2016 Introduction Is this guide for me? The overall

More information

Microsoft PowerPoint 2008

Microsoft PowerPoint 2008 Microsoft PowerPoint 2008 Starting PowerPoint... 2 Creating Slides in Your Presentation... 3 Beginning with the Title Slide... 3 Inserting a New Slide... 3 Slide Layouts... 3 Adding an Image to a Slide...

More information

Excel 2007 - Using Pivot Tables

Excel 2007 - Using Pivot Tables Overview A PivotTable report is an interactive table that allows you to quickly group and summarise information from a data source. You can rearrange (or pivot) the table to display different perspectives

More information

JustClust User Manual

JustClust User Manual JustClust User Manual Contents 1. Installing JustClust 2. Running JustClust 3. Basic Usage of JustClust 3.1. Creating a Network 3.2. Clustering a Network 3.3. Applying a Layout 3.4. Saving and Loading

More information

WebPlus X8. Quick Start Guide. Simple steps for designing your site and getting it online.

WebPlus X8. Quick Start Guide. Simple steps for designing your site and getting it online. WebPlus X8 Quick Start Guide Simple steps for designing your site and getting it online. In this guide, we will refer to specific tools, toolbars, tabs, or options. Use this visual reference to help locate

More information

Figure Error! No text of specified style in document..1: Project Organization

Figure Error! No text of specified style in document..1: Project Organization 2. Form Designer Introduction In Epi Info 7, the Form Designer and the Enter modules work together to design the data entry process and collect data. Form Designer is the tool used to design the survey,

More information

Instructions for creating a data entry form in Microsoft Excel

Instructions for creating a data entry form in Microsoft Excel 1 of 5 You have several options when you want to enter data manually in Excel. You can enter data in one cell, in several cells at the same time, or on more than one worksheet (worksheet/spreadsheet: The

More information

Advanced Excel 10/20/2011 1

Advanced Excel 10/20/2011 1 Advanced Excel Data Validation Excel has a feature called Data Validation, which will allow you to control what kind of information is typed into cells. 1. Select the cell(s) you wish to control. 2. Click

More information

Logi Ad Hoc Reporting System Administration Guide

Logi Ad Hoc Reporting System Administration Guide Logi Ad Hoc Reporting System Administration Guide Version 11.2 Last Updated: March 2014 Page 2 Table of Contents INTRODUCTION... 4 Target Audience... 4 Application Architecture... 5 Document Overview...

More information

State of Illinois Web Content Management (WCM) Guide For SharePoint 2010 Content Editors. 11/6/2014 State of Illinois Bill Seagle

State of Illinois Web Content Management (WCM) Guide For SharePoint 2010 Content Editors. 11/6/2014 State of Illinois Bill Seagle State of Illinois Web Content Management (WCM) Guide For SharePoint 2010 Content Editors 11/6/2014 State of Illinois Bill Seagle Table of Contents Logging into your site... 2 General Site Structure and

More information

Creating tables in Microsoft Access 2007

Creating tables in Microsoft Access 2007 Platform: Windows PC Ref no: USER 164 Date: 25 th October 2007 Version: 1 Authors: D.R.Sheward, C.L.Napier Creating tables in Microsoft Access 2007 The aim of this guide is to provide information on using

More information

What is OneDrive for Business at University of Greenwich? Accessing OneDrive from Office 365

What is OneDrive for Business at University of Greenwich? Accessing OneDrive from Office 365 This guide explains how to access and use the OneDrive for Business cloud based storage system and Microsoft Office Online suite of products via a web browser. What is OneDrive for Business at University

More information

MICROSOFT OUTLOOK 2010 WORK WITH CONTACTS

MICROSOFT OUTLOOK 2010 WORK WITH CONTACTS MICROSOFT OUTLOOK 2010 WORK WITH CONTACTS Last Edited: 2012-07-09 1 Access to Outlook contacts area... 4 Manage Outlook contacts view... 5 Change the view of Contacts area... 5 Business Cards view... 6

More information

Creating and Using Forms in SharePoint

Creating and Using Forms in SharePoint Creating and Using Forms in SharePoint Getting started with custom lists... 1 Creating a custom list... 1 Creating a user-friendly list name... 1 Other options for creating custom lists... 2 Building a

More information

Microsoft Access Basics

Microsoft Access Basics Microsoft Access Basics 2006 ipic Development Group, LLC Authored by James D Ballotti Microsoft, Access, Excel, Word, and Office are registered trademarks of the Microsoft Corporation Version 1 - Revision

More information

HOW TO ORGANIZE PICTURES

HOW TO ORGANIZE PICTURES Get started When you upload your pictures to Shutterfly, you can do much more than view them. Our workspace offers tools that let you quickly and easily organize your photos as well. We re going to show

More information

Using Flow Control with the HEAD Recorder

Using Flow Control with the HEAD Recorder 03/15 Using with the HEAD Recorder The HEAD Recorder is a data acquisition software program that features an editable Flow Control function. This function allows complex program sequences to be predefined,

More information

Styles, Tables of Contents, and Tables of Authorities in Microsoft Word 2010

Styles, Tables of Contents, and Tables of Authorities in Microsoft Word 2010 Styles, Tables of Contents, and Tables of Authorities in Microsoft Word 2010 TABLE OF CONTENTS WHAT IS A STYLE?... 2 VIEWING AVAILABLE STYLES IN THE STYLES GROUP... 2 APPLYING STYLES FROM THE STYLES GROUP...

More information

Merging Labels, Letters, and Envelopes Word 2013

Merging Labels, Letters, and Envelopes Word 2013 Merging Labels, Letters, and Envelopes Word 2013 Merging... 1 Types of Merges... 1 The Merging Process... 2 Labels - A Page of the Same... 2 Labels - A Blank Page... 3 Creating Custom Labels... 3 Merged

More information

ORACLE BUSINESS INTELLIGENCE WORKSHOP

ORACLE BUSINESS INTELLIGENCE WORKSHOP ORACLE BUSINESS INTELLIGENCE WORKSHOP Creating Interactive Dashboards and Using Oracle Business Intelligence Answers Purpose This tutorial shows you how to build, format, and customize Oracle Business

More information

MAKE A NEW SUBSITE 1. On the left navigation, click Site Contents (or Sites). Scroll down to subsites. Click new subsite.

MAKE A NEW SUBSITE 1. On the left navigation, click Site Contents (or Sites). Scroll down to subsites. Click new subsite. SharePoint 2013 Administrator Instructions Contents SharePoint 2013 Administrators Guide... 1 MAKE A NEW SUBSITE... 1 PERMISSIONS... 2 DOCUMENT LIBRARIES... 3 IMPROVE NAVIGATION ON THE SHAREPOINT SITE...

More information

Handout: Word 2010 Tips and Shortcuts

Handout: Word 2010 Tips and Shortcuts Word 2010: Tips and Shortcuts Table of Contents EXPORT A CUSTOMIZED QUICK ACCESS TOOLBAR... 2 IMPORT A CUSTOMIZED QUICK ACCESS TOOLBAR... 2 USE THE FORMAT PAINTER... 3 REPEAT THE LAST ACTION... 3 SHOW

More information

AnswerPath Version 5 User Guide Copyright 2014 Hindin Solutions Ltd. User Guide

AnswerPath Version 5 User Guide Copyright 2014 Hindin Solutions Ltd. User Guide AnswerPath Version 5 User Guide User Guide Disclaimer Copyright 2014 by Hindin Solutions Ltd. All rights reserved. This manual may not be copied, photocopied, reproduced, translated, or converted to any

More information

Windows 8.1 Tips and Tricks

Windows 8.1 Tips and Tricks Windows 8.1 Tips and Tricks Table of Contents Tiles... 2 Removing, Resizing and Moving Existing Tiles... 2 Adding New Tiles... 2 Returning to the Start Screen (Charms)... 3 The Search Feature... 3 Switching

More information

Blackboard Version 9.1 - Grade Center Contents

Blackboard Version 9.1 - Grade Center Contents Blackboard Version 9.1 - Grade Center Contents Edit mode... 2 Grade Center...... 2 Accessing the Grade Center... 2 Exploring the Grade Center... 2 Icon Legend... 3 Setting Up / Customizing the Grade Center...

More information

Chapter 19: XML. Working with XML. About XML

Chapter 19: XML. Working with XML. About XML 504 Chapter 19: XML Adobe InDesign CS3 is one of many applications that can produce and use XML. After you tag content in an InDesign file, you save and export the file as XML so that it can be repurposed

More information

1. Tutorial - Developing websites with Kentico 8... 3 1.1 Using the Kentico interface... 3 1.2 Managing content - The basics... 4 1.2.

1. Tutorial - Developing websites with Kentico 8... 3 1.1 Using the Kentico interface... 3 1.2 Managing content - The basics... 4 1.2. Kentico 8 Tutorial Tutorial - Developing websites with Kentico 8.................................................................. 3 1 Using the Kentico interface............................................................................

More information

Acrobat X Pro Accessible Forms and Interactive Documents

Acrobat X Pro Accessible Forms and Interactive Documents Contents 2 PDF Form Fields 2 Acrobat Form Wizard 5 Enter Forms Editing Mode Directly 5 Create Form Fields Manually 6 Forms Editing Mode 8 Form Field Properties 11 Editing or Modifying an Existing Form

More information

Module One: Getting Started... 6. Opening Outlook... 6. Setting Up Outlook for the First Time... 7. Understanding the Interface...

Module One: Getting Started... 6. Opening Outlook... 6. Setting Up Outlook for the First Time... 7. Understanding the Interface... 2 CONTENTS Module One: Getting Started... 6 Opening Outlook... 6 Setting Up Outlook for the First Time... 7 Understanding the Interface...12 Using Backstage View...14 Viewing Your Inbox...15 Closing Outlook...17

More information

Smart Connection 9 Element Labels

Smart Connection 9 Element Labels 08 Smart Connection 9 Element Labels This document is part of the documentation for Smart Connection 9 and is an extract from the former Smart Connection 9 User Guide for InDesign. For more information

More information

New To Blackboard: Faculty Edition

New To Blackboard: Faculty Edition Bb Abbreviation for Blackboard /ilearn Edit Mode is in the upper-right corner of Bb and must be ON for you to modify your course content. Click the icon to turn edit on or off. The Action Link contains

More information

How to Configure Windows 8.1 to run ereports on IE11

How to Configure Windows 8.1 to run ereports on IE11 How to Configure Windows 8.1 to run ereports on IE11 Description: Windows 8.1 ships with IE10, but can be updated to IE11. There is a special mode in IE11 called Enterprise Mode that can be used to emulate

More information

MicroStrategy Tips and Tricks

MicroStrategy Tips and Tricks MicroStrategy Tips and Tricks 1. If a prompt is required, it will have a red (Required) note. 2. If a prompt has been answered, it will have a green flag on the left-hand side of the screen. 3. You can

More information

Introduction to Word 2007

Introduction to Word 2007 Introduction to Word 2007 You will notice some obvious changes immediately after starting Word 2007. For starters, the top bar has a completely new look, consisting of new features, buttons and naming

More information

Lookout Software, LLC. All rights reserved.

Lookout Software, LLC. All rights reserved. USER S GUIDE Table of Contents Introduction... 3 System Requirements for Running ResponseTemplates... 3 Installing ResponseTemplates for Microsoft Outlook... 4 Getting Started - ResponseTemplates Basics...

More information

ASNA DataGate Studio Working with Connections

ASNA DataGate Studio Working with Connections ASNA DataGate Studio Working with Connections Working with Database Connections... 1 Connection Status... 2 Connection Errors... 2 Creating New Database Connections... 4 Opening and Closing Connections...

More information

Education Solutions Development, Inc. APECS Navigation: Business Systems Getting Started Reference Guide

Education Solutions Development, Inc. APECS Navigation: Business Systems Getting Started Reference Guide Education Solutions Development, Inc. APECS Navigation: Business Systems Getting Started Reference Guide March 2013 Education Solutions Development, Inc. What s Inside The information in this reference

More information

M-Files Gantt View. User Guide. App Version: 1.1.0 Author: Joel Heinrich

M-Files Gantt View. User Guide. App Version: 1.1.0 Author: Joel Heinrich M-Files Gantt View User Guide App Version: 1.1.0 Author: Joel Heinrich Date: 02-Jan-2013 Contents 1 Introduction... 1 1.1 Requirements... 1 2 Basic Use... 1 2.1 Activation... 1 2.2 Layout... 1 2.3 Navigation...

More information

Utilities. 2003... ComCash

Utilities. 2003... ComCash Utilities ComCash Utilities All rights reserved. No parts of this work may be reproduced in any form or by any means - graphic, electronic, or mechanical, including photocopying, recording, taping, or

More information

Build Your First Web-based Report Using the SAS 9.2 Business Intelligence Clients

Build Your First Web-based Report Using the SAS 9.2 Business Intelligence Clients Technical Paper Build Your First Web-based Report Using the SAS 9.2 Business Intelligence Clients A practical introduction to SAS Information Map Studio and SAS Web Report Studio for new and experienced

More information

Adding A Student Course Survey Link For Fully Online Courses Into A Canvas Course

Adding A Student Course Survey Link For Fully Online Courses Into A Canvas Course Adding A Student Course Survey Link For Fully Online Courses Into A Canvas Course Instructors who teach fully online courses using Canvas can add a link to the online course survey for their class to their

More information

Dreamweaver Tutorials Creating a Web Contact Form

Dreamweaver Tutorials Creating a Web Contact Form Dreamweaver Tutorials This tutorial will explain how to create an online contact form. There are two pages involved: the form and the confirmation page. When a user presses the submit button on the form,

More information

EBOX Digital Content Management System (CMS) User Guide For Site Owners & Administrators

EBOX Digital Content Management System (CMS) User Guide For Site Owners & Administrators EBOX Digital Content Management System (CMS) User Guide For Site Owners & Administrators Version 1.0 Last Updated on 15 th October 2011 Table of Contents Introduction... 3 File Manager... 5 Site Log...

More information

Verified Volunteers. System User Guide 10/2014. For assistance while navigating through the system, please contact Client Services at:

Verified Volunteers. System User Guide 10/2014. For assistance while navigating through the system, please contact Client Services at: Verified Volunteers System User Guide 10/2014 For assistance while navigating through the system, please contact Client Services at: RCAN@verifiedvolunteers.com - (855) 326-1860 - Option 1 Welcome to Verified

More information

Axis 360 Administrator User Manual. May 2015

Axis 360 Administrator User Manual. May 2015 Axis 360 Administrator User Manual May 2015 Table of Contents 1 Introduction... 4 1.1 Site Access and Home Page... 4 2 Settings... 5 2.1 Library Settings... 5 2.1.1 Library Site Settings...5 2.1.2 Lending

More information

Microsoft PowerPoint 2010 Handout

Microsoft PowerPoint 2010 Handout Microsoft PowerPoint 2010 Handout PowerPoint is a presentation software program that is part of the Microsoft Office package. This program helps you to enhance your oral presentation and keep the audience

More information

Introduction to Microsoft Access 2003

Introduction to Microsoft Access 2003 Introduction to Microsoft Access 2003 Zhi Liu School of Information Fall/2006 Introduction and Objectives Microsoft Access 2003 is a powerful, yet easy to learn, relational database application for Microsoft

More information

Decision Support AITS University Administration. Web Intelligence Rich Client 4.1 User Guide

Decision Support AITS University Administration. Web Intelligence Rich Client 4.1 User Guide Decision Support AITS University Administration Web Intelligence Rich Client 4.1 User Guide 2 P age Web Intelligence 4.1 User Guide Web Intelligence 4.1 User Guide Contents Getting Started in Web Intelligence

More information

ADOBE MUSE. Building your first website

ADOBE MUSE. Building your first website ADOBE MUSE Building your first website Contents Chapter 1... 1 Chapter 2... 11 Chapter 3... 20 Chapter 4... 30 Chapter 5... 38 Chapter 6... 48 Chapter 1 Installing the software and setting up the sample

More information

Chapter 14: Links. Types of Links. 1 Chapter 14: Links

Chapter 14: Links. Types of Links. 1 Chapter 14: Links 1 Unlike a word processor, the pages that you create for a website do not really have any order. You can create as many pages as you like, in any order that you like. The way your website is arranged and

More information

WebSphere Business Monitor V6.2 Business space dashboards

WebSphere Business Monitor V6.2 Business space dashboards Copyright IBM Corporation 2009 All rights reserved IBM WEBSPHERE BUSINESS MONITOR 6.2 LAB EXERCISE WebSphere Business Monitor V6.2 What this exercise is about... 2 Lab requirements... 2 What you should

More information

Table of Contents. Manual for Core Staff - Equipment/Scheduling Core Facilities

Table of Contents. Manual for Core Staff - Equipment/Scheduling Core Facilities Table of Contents 1. Overview 2. How do I manage my account? 3. Equipment Scheduling Workflow Overview 4. Equipment Scheduling Walk Through a. How do I access the list of calendars available for scheduling?

More information

Chapter 15: Forms. User Guide. 1 P a g e

Chapter 15: Forms. User Guide. 1 P a g e User Guide Chapter 15 Forms Engine 1 P a g e Table of Contents Introduction... 3 Form Building Basics... 4 1) About Form Templates... 4 2) About Form Instances... 4 Key Information... 4 Accessing the Form

More information

Step-by-Step Guide Procurement Card & Travel Reconciliation Expense Reports: Step 4c Attaching Documents by Receipt Store to Individual Expenses

Step-by-Step Guide Procurement Card & Travel Reconciliation Expense Reports: Step 4c Attaching Documents by Receipt Store to Individual Expenses There are three ways to attach documents to an expense report in the Concur Travel & Expense System: scanning, faxing, or using the Receipt Store to attach to individual expenses. Note: Approvers have

More information

SQL Server 2005: Report Builder

SQL Server 2005: Report Builder SQL Server 2005: Report Builder Table of Contents SQL Server 2005: Report Builder...3 Lab Setup...4 Exercise 1 Report Model Projects...5 Exercise 2 Create a Report using Report Builder...9 SQL Server 2005:

More information

MC Talent Management System. Goals Module Guidebook

MC Talent Management System. Goals Module Guidebook MC Talent Management System Goals Module Guidebook A. Signing On and Off of the System B. Employee Center Home Page - Left Pane - Center Pane - Right Pane C. Accessing and Creating the Goal Plan D. Navigating

More information

Netmail Search for Outlook 2010

Netmail Search for Outlook 2010 Netmail Search for Outlook 2010 Quick Reference Guide Netmail Search is an easy-to-use web-based electronic discovery tool that allows you to easily search, sort, retrieve, view, and manage your archived

More information

Database Forms and Reports Tutorial

Database Forms and Reports Tutorial Database Forms and Reports Tutorial Contents Introduction... 1 What you will learn in this tutorial... 2 Lesson 1: Create First Form Using Wizard... 3 Lesson 2: Design the Second Form... 9 Add Components

More information

UNIVERSITY OF CALGARY Information Technologies WEBFORMS DRUPAL 7 WEB CONTENT MANAGEMENT

UNIVERSITY OF CALGARY Information Technologies WEBFORMS DRUPAL 7 WEB CONTENT MANAGEMENT UNIVERSITY OF CALGARY Information Technologies WEBFORMS DRUPAL 7 WEB CONTENT MANAGEMENT Table of Contents Creating a Webform First Steps... 1 Form Components... 2 Component Types.......4 Conditionals...

More information

NextGen EHR: Clinic Password and User Preferences Setup in PROD

NextGen EHR: Clinic Password and User Preferences Setup in PROD NextGen EHR: Clinic Password and User Preferences Setup in PROD FALL 2014 1 Click the NextGen icon on your desktop. The NextGen Application Window opens. FALL 2014 2 Click the icon for EHR. The EHR login

More information

Teacher References archived classes and resources

Teacher References archived classes and resources Archived Classes At the end of each school year, the past year s academic classes are archived, meaning they re still kept in finalsite, but are put in an inactive state and are not accessible by students.

More information

Unified Communications Using Microsoft Office Live Meeting 2007

Unified Communications Using Microsoft Office Live Meeting 2007 Unified Communications Using Microsoft Office Live Meeting 2007 Text version of online course. Contents Unified Communications... 1 About Microsoft Office Live Meeting 2007... 3 Copyright Information...

More information

Work with the TeacherLists School Supply Lists App

Work with the TeacherLists School Supply Lists App Work with the TeacherLists School Supply Lists App Blackboard Web Community Manager Trademark Notice Blackboard, the Blackboard logos, and the unique trade dress of Blackboard are the trademarks, service

More information

Database File. Table. Field. Datatype. Value. Department of Computer and Mathematical Sciences

Database File. Table. Field. Datatype. Value. Department of Computer and Mathematical Sciences Unit 4 Introduction to Spreadsheet and Database, pages 1 of 12 Department of Computer and Mathematical Sciences CS 1305 Intro to Computer Technology 15 Module 15: Introduction to Microsoft Access Objectives:

More information

Bitrix Site Manager 4.1. User Guide

Bitrix Site Manager 4.1. User Guide Bitrix Site Manager 4.1 User Guide 2 Contents REGISTRATION AND AUTHORISATION...3 SITE SECTIONS...5 Creating a section...6 Changing the section properties...8 SITE PAGES...9 Creating a page...10 Editing

More information

Navigation: Dashboard Definition Wizard

Navigation: Dashboard Definition Wizard Navigation: Dashboard Definition Wizard ARCHIBUS, Inc. For Over 25 Years The #1 Solution for Real Estate, Infrastructure, and Facilities Management in the World 8230-1 8230-2 For Over 25 Years The #1 Solution

More information

WebPlus X7. Quick Start Guide. Simple steps for designing your site and getting it online.

WebPlus X7. Quick Start Guide. Simple steps for designing your site and getting it online. WebPlus X7 Quick Start Guide Simple steps for designing your site and getting it online. In this guide, we will refer to specific tools, toolbars, tabs, or options. Use this visual reference to help locate

More information

BIGPOND ONLINE STORAGE USER GUIDE Issue 1.1.0-18 August 2005

BIGPOND ONLINE STORAGE USER GUIDE Issue 1.1.0-18 August 2005 BIGPOND ONLINE STORAGE USER GUIDE Issue 1.1.0-18 August 2005 PLEASE NOTE: The contents of this publication, and any associated documentation provided to you, must not be disclosed to any third party without

More information

Outlook Email. User Guide IS TRAINING CENTER. 833 Chestnut St, Suite 600. Philadelphia, PA 19107 215-503-7500

Outlook Email. User Guide IS TRAINING CENTER. 833 Chestnut St, Suite 600. Philadelphia, PA 19107 215-503-7500 Outlook Email User Guide IS TRAINING CENTER 833 Chestnut St, Suite 600 Philadelphia, PA 19107 215-503-7500 This page intentionally left blank. TABLE OF CONTENTS Getting Started... 3 Opening Outlook...

More information

Excel 2013 - Using Pivot Tables

Excel 2013 - Using Pivot Tables Overview A PivotTable report is an interactive table that allows you to quickly group and summarise information from a data source. You can rearrange (or pivot) the table to display different perspectives

More information

WORD ADVANCED CLASS- MAC HANDOUT

WORD ADVANCED CLASS- MAC HANDOUT GETTING STARTED: 1. Click Word Preferences--Ribbon 2. Check the box next to Developer on the right. This will display the Developer tab 3. Click OK WORD ADVANCED CLASS- MAC HANDOUT AUTO TEXT CREATING A

More information

Adobe Acrobat 6.0 Professional

Adobe Acrobat 6.0 Professional Adobe Acrobat 6.0 Professional Manual Adobe Acrobat 6.0 Professional Manual Purpose The will teach you to create, edit, save, and print PDF files. You will also learn some of Adobe s collaborative functions,

More information

Blackboard s Collaboration Tool

Blackboard s Collaboration Tool Blackboard s Collaboration Tool Using Blackboard s Collaboration Tool, instructors can create and host a course-related chat session or virtual classroom in which students and instructors can interact

More information

A Beginner s Guide to PowerPoint 2010

A Beginner s Guide to PowerPoint 2010 A Beginner s Guide to PowerPoint 2010 I. The Opening Screen You will see the default opening screen is actually composed of three parts: 1. The Slides/Outline tabs on the left which displays thumbnails

More information

Sample Table. Columns. Column 1 Column 2 Column 3 Row 1 Cell 1 Cell 2 Cell 3 Row 2 Cell 4 Cell 5 Cell 6 Row 3 Cell 7 Cell 8 Cell 9.

Sample Table. Columns. Column 1 Column 2 Column 3 Row 1 Cell 1 Cell 2 Cell 3 Row 2 Cell 4 Cell 5 Cell 6 Row 3 Cell 7 Cell 8 Cell 9. Working with Tables in Microsoft Word The purpose of this document is to lead you through the steps of creating, editing and deleting tables and parts of tables. This document follows a tutorial format

More information

EmpCenter Employee Training for Harvey Mudd College. TR-01: Time and Attendance Employee Functions

EmpCenter Employee Training for Harvey Mudd College. TR-01: Time and Attendance Employee Functions ` EmpCenter Employee Training for Harvey Mudd College TR-01: Time and Attendance Employee Functions LEGAL NOTICES Copyright 2012 WorkForce Software All Rights Reserved. WorkForce Software 38705 Seven Mile

More information

Sage Abra SQL HRMS Reports. User Guide

Sage Abra SQL HRMS Reports. User Guide Sage Abra SQL HRMS Reports User Guide 2010 Sage Software, Inc. All rights reserved. Sage, the Sage logos, and the Sage product and service names mentioned herein are registered trademarks or trademarks

More information

Access 2010: The Navigation Pane

Access 2010: The Navigation Pane Access 2010: The Navigation Pane Table of Contents OVERVIEW... 1 BEFORE YOU BEGIN... 2 ADJUSTING THE NAVIGATION PANE... 3 USING DATABASE OBJECTS... 3 CUSTOMIZE THE NAVIGATION PANE... 3 DISPLAY AND SORT

More information

How To Use Syntheticys User Management On A Pc Or Mac Or Macbook Powerbook (For Mac) On A Computer Or Mac (For Pc Or Pc) On Your Computer Or Ipa (For Ipa) On An Pc Or Ipad

How To Use Syntheticys User Management On A Pc Or Mac Or Macbook Powerbook (For Mac) On A Computer Or Mac (For Pc Or Pc) On Your Computer Or Ipa (For Ipa) On An Pc Or Ipad SYNTHESYS MANAGEMENT User Management Synthesys.Net User Management 1 SYNTHESYS.NET USER MANAGEMENT INTRODUCTION...3 STARTING SYNTHESYS USER MANAGEMENT...4 Viewing User Details... 5 Locating individual

More information

Help with common problems changing Adobe Reader's settings

Help with common problems changing Adobe Reader's settings Help with common problems changing Adobe Reader's settings This trouble shooting guide aims to help customers by providing answers to common trust setting problems when using the HMRC Adobe online filing

More information

Create a Poster Using Publisher

Create a Poster Using Publisher Contents 1. Introduction 1. Starting Publisher 2. Create a Poster Template 5. Aligning your images and text 7. Apply a background 12. Add text to your poster 14. Add pictures to your poster 17. Add graphs

More information

Using an Access Database

Using an Access Database A Few Terms Using an Access Database These words are used often in Access so you will want to become familiar with them before using the program and this tutorial. A database is a collection of related

More information

Jabber Messenger Online Help

Jabber Messenger Online Help Jabber Messenger Online Help Table Of Contents Welcome... 1 Welcome... 1 What's new in this release?... 1 Finding your way around... 3 Getting Started... 3 Contacts... 3 Community Groups... 3 Text Conference

More information

DATASTREAM CHARTING ADVANCED FEATURES

DATASTREAM CHARTING ADVANCED FEATURES DATASTREAM DATASTREAM CHARTING ADVANCED FEATURES Thomson Reuters Training Creating and customizing complex charts is easy with Datastream Charting. The full breadth and depth of Datastream s vast database

More information

AODA Mouse Pointer Visibility

AODA Mouse Pointer Visibility AODA Mouse Pointer Visibility Mouse Pointer Visibility Helpful if you have trouble viewing the mouse pointer. Microsoft Windows based computers. Windows XP Find the pointer 1. Click the Start button or

More information

Introduction To Microsoft Office PowerPoint 2007. Bob Booth July 2008 AP-PPT5

Introduction To Microsoft Office PowerPoint 2007. Bob Booth July 2008 AP-PPT5 Introduction To Microsoft Office PowerPoint 2007. Bob Booth July 2008 AP-PPT5 University of Sheffield Contents 1. INTRODUCTION... 3 2. GETTING STARTED... 4 2.1 STARTING POWERPOINT... 4 3. THE USER INTERFACE...

More information

WHAT S NEW IN WORD 2010 & HOW TO CUSTOMIZE IT

WHAT S NEW IN WORD 2010 & HOW TO CUSTOMIZE IT WHAT S NEW IN WORD 2010 & HOW TO CUSTOMIZE IT The Ribbon... 2 Default Tabs... 2 Contextual Tabs... 2 Minimizing and Restoring the Ribbon... 3 Customizing the Ribbon... 3 A New Graphic Interface... 5 Live

More information

MS Word 2007 practical notes

MS Word 2007 practical notes MS Word 2007 practical notes Contents Opening Microsoft Word 2007 in the practical room... 4 Screen Layout... 4 The Microsoft Office Button... 4 The Ribbon... 5 Quick Access Toolbar... 5 Moving in the

More information

TimeValue Software Due Date Tracking and Task Management Software

TimeValue Software Due Date Tracking and Task Management Software User s Guide TM TimeValue Software Due Date Tracking and Task Management Software File In Time Software User s Guide Copyright TimeValue Software, Inc. (a California Corporation) 1992-2010. All rights

More information