Getting Started with Sequence - Exercise May 2016 Product Version 7.5 and above

Size: px
Start display at page:

Download "Getting Started with Sequence - Exercise May 2016 Product Version 7.5 and above"

Transcription

1 PNMsoft Knowledge Base Sequence User Guides Getting Started with Sequence - Exercise May 2016 Product Version 7.5 and above

2 2016 PNMsoft All Rights Reserved This document, including any supporting materials, is owned by PNMsoft Ltd and/or its affiliates and is for the sole use of the PNMsoft customers, PNMsoft official business partners, or other authorized recipients. This document may contain information that is confidential, proprietary or otherwise legally protected, and it may not be further copied, distributed or publicly displayed without the express written permission of PNMsoft Ltd. or its affiliates. PNMsoft UK 38 Clarendon Road Watford Hertfordshire WD17 1JJ Tel: +44(0) Website:

3 TABLE OF CONTENTS Introduction... 1 Creating a New Workflow... 2 Creating a Form Activity... 4 Adding Fields to the Form... 8 Adding a Combo Box...10 Adding Additional Activities to the Workflow Adding Permissions Validating and Debugging the Workflow Run the Workflow in Flowtime... 20

4 Introduction Sequence enables Citizen Developers to quickly build workflows that achieve business goals. This guide demonstrates how to create a basic Service Request workflow. Scenario: A customer service agent receives a service request from a customer. This form enables the agent to enter the customer s name, the details of the request and its priority. Afterwards, a manager approves the request, and a field agent provides the service. The customer is notified that the service has been completed. The major steps you will perform are: 1. Creating a new Workflow 2. Creating a Form Activity 3. Adding Fields to the Form 4. Adding More Activities 5. Validation and Debugging 6. Running the Workflow in Flowtime Getting Started with Sequence Page 1

5 Creating a New Workflow To create a new workflow: 1. From the Administration, click Create a New Workflow. The New Workflow Creation window appears. Create New Workflow New Workflow Creation 2. Add a Name, Alias and a Description for your workflow and click Next. The Name is the name that will appear in Administration, the Alias is the name of the workflow which will appear in Flowtime (Runtime). Getting Started with Sequence Page 2

6 The App Studio appears. The App Studio is the visual canvas where you design your workflow application. App Studio You can add activities to the workflow from the Toolbox on the left, and view workflow and activity properties from the Properties area on the right. On the top is a Ribbon enabling you to perform common actions. Getting Started with Sequence Page 3

7 Creating a Form Activity Now you add a Form to the workflow canvas, to enable the service agent to enter the Service Request details. To add a form activity to the workflow canvas: 1. From the Toolbox, click the Form activity. A Form activity is added to the Workflow Canvas. 2. Drag and drop the Form activity below the Start activity. 3. Click the Start activity, hold down the mouse clicker, and drag a link to the Form activity. Release the clicker. The two activities are connected. (For versions prior to 8.x - Click the Start activity, hold down Ctrl, and click the Form activity. Then click Connect from the top ribbon.) Workflow Canvas Connecting Activities Getting Started with Sequence Page 4

8 4. Double-click the Form activity OR right-click and select Edit. The Form Activity Properties screen appears. Form Activity Properties 5. Enter the Form s Name, Alias, and Description as seen above and click Next. The Form Definition screen appears. Form Definition Screen Getting Started with Sequence Page 5

9 This screen enables you to selection the Form Creation Method. The simplest creation method is the default, First define view. This method enables you, a Power User, to first create the Form s view and then to add fields to it. (See the UX Studio Getting Started guide, for more information on the other options.) 6. Click Next. The Creation Mode selection window is displayed. Creation Mode Selection 7. Select from the list of pre-made Form templates (eg. 1 Column (a)). Note: Resposive templates are marked with an R. Getting Started with Sequence Page 6

10 8. Click Finish, and your Form View is generated based on the template you selected: Form View is Generated Getting Started with Sequence Page 7

11 Adding Fields to the Form Now you can add fields to your form. To add a field: 1. Click one of the cells, and from the Toolbox, click Text Box. A Text Box field is added to the form. Adding a Text Box 2. Now you must connect the new field to a Data Source (this enables Sequence to save data entered by users). To do so, open the field s Easy Menu, and select New field. Connect Field to Data Source Getting Started with Sequence Page 8

12 3. The Data Fields window opens, where you can define the field s name and type: Data Fields Screen 4. Define the Field s Name (e.g. Name ) and Type (e.g. Text(String)) and click OK. 5. To edit the field s Label, click the Label to the left of the field, and in the Properties area, edit the Label text. Edit Label Getting Started with Sequence Page 9

13 Use the steps above to add fields for the customer s Worker ID (a text field), Name (a text field), the Date of the request (a date picker field), and Request details (a text area field). Once done, your form should look like this: Form with Fields Adding a Combo Box Now you need to add a combo box for the Service Request s priority level. To make room for the combo box, add a new cell below the Request cell as follows: Add New Cell Getting Started with Sequence Page 10

14 To add a combo box: 1. Add a new Label and Combo Box field to your form from the toolbox. Adding Label and Combo Box Controls 2. Connect the combo box to a Data Field, by selecting Data Field > New Field from the Easy Menu. Connect to Data Model Getting Started with Sequence Page 11

15 3. In the Data Fields screen, give the combo box a name (e.g. Priority ) and select Type: Text (String). Click OK. Define Data Field 4. From the combo box control s Easy Menu, click Edit Choices to enter the combo box values (this is just the simplest way - there are other options available for importing values from data sources such as lookup tables). Edit Choices Getting Started with Sequence Page 12

16 The Edit Choices window opens: Edit Choices 5. Here you can click Add Choice to enter combo box values (e.g. High, Medium, Low). You can set one choice as the Default. Use the arrows to re-order the choices, and click to delete a selected choice. Edit Choices Getting Started with Sequence Page 13

17 6. Edit the combo box s Label to read: Priority. Now that you have finished, your Form looks like this: Completed Form Getting Started with Sequence Page 14

18 Adding Additional Activities to the Workflow Now you are ready to add additional activities to the Workflow (e.g. Tasks, Messages, Flow Activities). Read the guides in the links below for instructions on how to define these activities. 1. Tasks: Add a task for a manger to approve the service request. Add a second task for a field agent to complete the request. 2. Message: Add a message to notify the customer that his request has been completed. 3. IfElse: Add an IfElse activity between the Form and the first Task. If the request is High priority, route the workflow to the first Task, if not, route it directly to the second Task. Once done, connect the activities together, and your Service Request workflow is complete. Completed Workflow Getting Started with Sequence Page 15

19 Adding Permissions You must add permissions for your user in order to run the workflow. To add permissions: 1. From the top ribbon, Manage tab, click Set Workflow Permissions. Set Workflow Permissions The Workflow Permissions screen appears: Workflow Permissions Screen Getting Started with Sequence Page 16

20 2. Click Add User Permissions. The Assign User Permissions screen appears, enabling you to select users: Select Users 3. Select your User from the dropdown list on the left. Double-click it so that it moves to the box on the right and click OK. 4. In the Permissions dropdown list, select Full Control. 5. Select Propagate to Activities. Assign User Permissions Getting Started with Sequence Page 17

21 6. Click OK. You can see that your user s permissions to the workflow have been added. 7. Click Done. Workflow Permissions Assigned Your user now has permissions to run the workflow and its activities in Flowtime (Sequence runtime environment) or in the Debugger. Getting Started with Sequence Page 18

22 Validating and Debugging the Workflow Once the workflow is complete, click Development > Validate from the top ribbon. Sequence validates your workflow and detects errors and other issues. Please fix these issues before continuing. Validation Now click Debug to Debug the workflow. See the Debugging Guide for more details. Getting Started with Sequence Page 19

23 Run the Workflow in Flowtime Once you have solved any errors, open Sequence Flowtime and run your Service Request workflow: Running a Process Users can execute the process Forms and Tasks in Flowtime s Process Execution window: Process Execution Window Getting Started with Sequence Page 20

Simple Approval Cycle

Simple Approval Cycle PNMsoft Knowledge Base Sequence Best Practises Simple Approval Cycle Oct. 2013 Product Version 7.0 and above 2013 PNMsoft All Rights Reserved This document, including any supporting materials, is owned

More information

Version Management March 2016 Product Version 7.8 and above

Version Management March 2016 Product Version 7.8 and above PNMsoft Knowledge Base Sequence User Guides Version Management March 2016 Product Version 7.8 and above 2016 PNMsoft All Rights Reserved This document, including any supporting materials, is owned by PNMsoft

More information

Database Installation Using Scripts March Product Version 7.0 and above

Database Installation Using Scripts March Product Version 7.0 and above PNMsoft Knowledge Base Sequence Administrator Guides Database Installation Using Scripts March. 2014 Product Version 7.0 and above 2014 PNMsoft All Rights Reserved This document, including any supporting

More information

Multilingual Workflows Feb Product Version 7.0 and above

Multilingual Workflows Feb Product Version 7.0 and above PNMsoft Knowledge Base Sequence User Guides Multilingual Workflows Feb. 2013 Product Version 7.0 and above 2013 PNMsoft All Rights Reserved This document, including any supporting materials, is owned by

More information

Remote Web Parts Nov Product Version 7.8 and above

Remote Web Parts Nov Product Version 7.8 and above PNMsoft Knowledge Base Sequence User Guides Remote Web Parts Nov. 2014 Product Version 7.8 and above 2014 PNMsoft All Rights Reserved This document, including any supporting materials, is owned by PNMsoft

More information

Deployment Best Practices Oct Product Version 7.0 and above

Deployment Best Practices Oct Product Version 7.0 and above PNMsoft Knowledge Base Sequence User Guides Deployment Best Practices Oct. 2014 Product Version 7.0 and above 2014 PNMsoft All Rights Reserved This document, including any supporting materials, is owned

More information

Flowtime Website Installation and Configuration Aug Product Version 8.1+

Flowtime Website Installation and Configuration Aug Product Version 8.1+ PNMsoft Knowledge Base Sequence Administrator Guides Flowtime Website Installation and Configuration Aug. 2016 Product Version 8.1+ 2016 PNMsoft All Rights Reserved This document, including any supporting

More information

Database Structure May 2016 Product Version 7.0 and above

Database Structure May 2016 Product Version 7.0 and above PNMsoft Knowledge Base Sequence Administrator Guides Database Structure May 2016 Product Version 7.0 and above 2016 PNMsoft All Rights Reserved This document, including any supporting materials, is owned

More information

Sequence Kinetics SP9 Release Notes. Issue Date: 12 th March 2015

Sequence Kinetics SP9 Release Notes. Issue Date: 12 th March 2015 Sequence Kinetics SP9 Release Notes Issue Date: 12 th March 2015 2015 PNMsoft All Rights Reserved No part of this document may be reproduced in any form by any means without the prior authorization of

More information

OData Guide June 2014 Product Version 7.7 and above

OData Guide June 2014 Product Version 7.7 and above PNMsoft Knowledge Base Sequence User Guides OData Guide June 2014 Product Version 7.7 and above 2014 PNMsoft All Rights Reserved This document, including any supporting materials, is owned by PNMsoft Ltd

More information

Extending Form Templates Oct Product Version 7.5 and above

Extending Form Templates Oct Product Version 7.5 and above PNMsoft Knowledge Base Sequence Administrator Guides Extending Form Templates Oct. 2013 Product Version 7.5 and above 2013 PNMsoft All Rights Reserved This document, including any supporting materials,

More information

PNMsoft Knowledge Base. Sequence Admin Guides Active Directory Synchronization. March 2015 Product Version 7.x and above

PNMsoft Knowledge Base. Sequence Admin Guides Active Directory Synchronization. March 2015 Product Version 7.x and above PNMsoft Knowledge Base Sequence Admin Guides Active Directory Synchronization March 2015 Product Version 7.x and above 2016 PNMsoft All Rights Reserved This document, including any supporting materials,

More information

Sequence Kinetics SP1 Release Notes. Issue Date: 9 th December 2012

Sequence Kinetics SP1 Release Notes. Issue Date: 9 th December 2012 Sequence Kinetics SP1 Release Notes Issue Date: 9 th December 2012 2012 PNMsoft All Rights Reserved No part of this document may be reproduced in any form by any means without the prior authorisation of

More information

Sequence Kinetics SP7 Release Notes. Issue Date: 12 th May 2014

Sequence Kinetics SP7 Release Notes. Issue Date: 12 th May 2014 Sequence Kinetics SP7 Release Notes Issue Date: 12 th May 2014 2014 PNMsoft All Rights Reserved No part of this document may be reproduced in any form by any means without the prior authorisation of PNMsoft.

More information

Sequence Kinetics SP8 Release Notes. Issue Date: 20 th Nov. 2014

Sequence Kinetics SP8 Release Notes. Issue Date: 20 th Nov. 2014 Sequence Kinetics SP8 Release Notes Issue Date: 20 th Nov. 2014 2014 PNMsoft All Rights Reserved No part of this document may be reproduced in any form by any means without the prior authorisation of PNMsoft.

More information

Sequence Installation Guide

Sequence Installation Guide PNMsoft Knowledge Base Sequence Administrator Guides Sequence Installation Guide July 2017 Product Version 8.2 and later Version Updated On Document Changes Updated By 1.0 May 3 rd, 2016 New guide, similar

More information

Sequence 8.2 Release Notes. Date: 13 th November 2016

Sequence 8.2 Release Notes. Date: 13 th November 2016 Sequence 8.2 Release Notes Date: 13 th November 2016 2016 PNMsoft All Rights Reserved No part of this document may be reproduced in any form by any means without the prior authorization of PNMsoft. PNMsoft

More information

Outlook Create a Contact Group

Outlook Create a Contact Group Outlook Create a Contact Group A Contact Group is a named collection of e-mail addresses saved as a single entry in the Contacts folder. When an e-mail is addressed using the name of the contact group,

More information

Sequence and ASP.NET Applications

Sequence and ASP.NET Applications PNMsoft Knowledge Base Sequence Best Practices Sequence and ASP.NET Applications Decmeber 2013 Product Version 7.x 2013 PNMsoft All Rights Reserved This document, including any supporting materials, is

More information

Sequence 7.x Installation Guide March 2016 Product Version 7.x

Sequence 7.x Installation Guide March 2016 Product Version 7.x PNMsoft Knowledge Base Sequence Administrator Guides Sequence 7.x Installation Guide March 2016 Product Version 7.x Version Updated On Document Changes Updated By 1.0 August 9, 2012 N/A Eli Stutz 2.0 October

More information

Airis User Guide. Version 3.3

Airis User Guide. Version 3.3 Airis User Guide Version 3.3 Contents 1 Introduction... 2 2 Using Airis... 2 2.1 Creating a Client... 2 2.2 Creating a Process... 6 2.3 Process Analysis... 7 2.3.1 Process Efficiency... 7 2.3.2 Adding

More information

LEAVE REQUEST. User guide Administrator. Version 2.0. Website:

LEAVE REQUEST. User guide Administrator. Version 2.0. Website: LEAVE REQUEST User guide Administrator Version 2.0 MENU Overview... 3 Step 1: Install the app to site... 3 Step 2: Customize Left Menu... 3 Step 3: Customize Form... 6 Step 4: Views Setting... 9 Step 5:

More information

Tutorial - Designing a Nintex Workflow Start Form

Tutorial - Designing a Nintex Workflow Start Form Tutorial - Designing a Nintex Workflow Start Form www.nintex.com support@nintex.com Contents Introduction... 3 Creating a site workflow... 4 Designing the Start Form of the Workflow... 9 Configure the

More information

Workflow for efilecabinet On-Premise User Guide

Workflow for efilecabinet On-Premise User Guide Workflow for efilecabinet On-Premise User Guide Page 1 of 32 Introduction: Workflow is a simple way to manage and automate the Workflow associated with the processing of documents. Workflow steps are visually

More information

Customizing Ribbon with New Main Tab. 1 of 8

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

More information

COGNOS Multiple Queries

COGNOS Multiple Queries COGNOS Multiple Queries In Cognos Report Studio, it is possible to include multiple queries on a report. In the Applicants report below, we will add a query for Admissions information. Page 1 of 21 Follow

More information

UNIT 3 ADDITIONAL CONTROLS AND MENUS OF WINDOWS

UNIT 3 ADDITIONAL CONTROLS AND MENUS OF WINDOWS UNIT 3 ADDITIONAL CONTROLS AND MENUS OF WINDOWS 1 SYLLABUS 3.1 Working with other controls of toolbox : 3.1.1 Date Time Picker 3.1.2 List Box 3.1.2.1 Item collection 3.1.3 Combo Box 3.1.4 Picture Box 3.15

More information

Creating Automated Dashboard Excel 2013 Contents

Creating Automated Dashboard Excel 2013 Contents Creating Automated Dashboard Excel 2013 Contents Summarize Data Using Pivot Table... 2 Constructing Report Summary... 2 Create a PivotTable from worksheet data... 2 Add fields to a PivotTable... 2 Grouping

More information

Create a Customised Tab on the Office 2013 Ribbon

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

More information

LEAVE REQUEST. User guide Administrator. Version 1.0

LEAVE REQUEST. User guide Administrator. Version 1.0 LEAVE REQUEST User guide Administrator Version 1.0 MENU Overview... 3 Step 1: Install the app to site... 3 Step 2: Create the SharePoint group... 3 Step 3: Add users to the group... 6 Step 4: Change permission

More information

Tutorial 1: Simple Parameterized Mapping

Tutorial 1: Simple Parameterized Mapping Tutorial 1: Simple Parameterized Mapping 1993-2015 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying, recording or otherwise)

More information

PEPFAR Data for Accountability Transparency Impact Monitoring (DATIM)

PEPFAR Data for Accountability Transparency Impact Monitoring (DATIM) PEPFAR Data for Accountability Transparency Impact Monitoring (DATIM) Sharing Favorites: Reports, Pivots & Graphs Reference Guide This information has been prepared solely for the use and benefit of the

More information

Use signatures in Outlook 2010

Use  signatures in Outlook 2010 Use e-mail signatures in Outlook 2010 Quick Reference Card Download and use a signature template Note This procedure will take you away from this page. If necessary, print this page before you follow these

More information

Intro to Workflow Part One (Configuration Lab)

Intro to Workflow Part One (Configuration Lab) Intro to Workflow Part One (Configuration Lab) Hyland Software, Inc. 28500 Clemens Road Westlake, Ohio 44145 Training.OnBase.com 1 Table of Contents OnBase Studio & Workflow... 2 Log into OnBase Studio...

More information

Tutorial 1. Tutorial 1: Leave Request Workflow creation

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

More information

v2.0 Tutorial Check Project Baseline Workflow

v2.0 Tutorial Check Project Baseline Workflow v2.0 Tutorial Check Project Baseline Workflow Contents 1 About this tutorial... 3 2 Getting Started... 4 3 Designing the Check Project Baseline Workflow... 6 4 Next Steps... 17 www.nintex.com support@nintex.com

More information

SharePoint SITE OWNER TRAINING

SharePoint SITE OWNER TRAINING SharePoint SITE OWNER TRAINING Contents Customizing Your Site... 3 Editing Links...4 Give the site a new look...5 Changing Title, Description, or Logo...6 Remove the Getting Started Icons...6 Adding Apps

More information

Outlook 2016 for Mac: Basics

Outlook 2016 for Mac: Basics Outlook 2016 for Mac: Basics FINAL 2015. All Rights Reserved. California State University, Bakersfield June 24, 2015 REVISION CONTROL Document Title: Author: File Reference: O2016 Outlook Mac Basics Staff

More information

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

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

More information

Entitlement Management Implementation Guide

Entitlement Management Implementation Guide Entitlement Management Implementation Guide Salesforce, Winter 16 @salesforcedocs Last updated: October 16, 2015 Copyright 2000 2015 salesforce.com, inc. All rights reserved. Salesforce is a registered

More information

User Guide Part 2: More Details. March 2014

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

More information

10 Minute Demonstration Script

10 Minute Demonstration Script 10 Minute Demonstration Script Table of Contents The Demo... 3 The Interface... 3 Demo Flow... 3 Capture and Indexing... 4 Searches... 6 Integration and Workflow... 8 2 P a g e The Demo Most demonstrations

More information

LEAVE REQUEST. User guide Administrator. Version 1.0

LEAVE REQUEST. User guide Administrator. Version 1.0 LEAVE REQUEST User guide Administrator Version 1.0 MENU Overview... 3 Step 1: Install the app to site... 3 Step 2: Customize Left Menu... 3 Step 3: Customize Form... 6 Step 4: Views Setting... 9 Step 5:

More information

MS SharePoint Tip Sheet

MS SharePoint Tip Sheet MS SharePoint Tip Sheet FOR USERS: What is SharePoint? SharePoint Online is a collection of online tools that makes it easy to store, share and manage your team s documents. Your SharePoint Online Team

More information

BizFlow Introduction Course. Exercise Guide

BizFlow Introduction Course. Exercise Guide BizFlow Introduction Course Exercise Guide Exercise 1 Design a process and save it to the desktop The objective of this exercise is to understand how to design a process off-line and save it to your desktop.

More information

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

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

More information

Global Software, Inc.'s Distribution Manager User Manual. Release V12 R5 M1

Global Software, Inc.'s Distribution Manager User Manual. Release V12 R5 M1 Global Software, Inc.'s Distribution Manager User Manual Release V12 R5 M1 Worldwide Headquarters 3201 Beechleaf Court Raleigh, NC 27604 USA +1.919.872.7800 www.glbsoft.com EMEA Headquarters 500 Chiswick

More information

Vendor Comply. Quick Start Guide

Vendor Comply. Quick Start Guide Vendor Comply Quick Start Guide v1.0 March 2016 Vendor Comply Quick Start Guide 1 Contents How to Access Vendor Comply... 2 How to Log into Vendor Comply... 3 Initial Login... 3 Forgotten Password... 3

More information

AgentWorks Administrator/Manager Functions Guide R10

AgentWorks Administrator/Manager Functions Guide R10 AgentWorks Administrator/Manager Functions Guide R10 11/21/2012 2012 MoneyGram InternationalAll rights reserved. Table of Contents 1. App Configuration... 2 2. Create Users... 4 3. Edit User Profile...

More information

RECRUITMENT REQUEST. User guide Administrator. Version 1.0

RECRUITMENT REQUEST. User guide Administrator. Version 1.0 RECRUITMENT REQUEST User guide Administrator Version 1.0 MENU Overview... 3 Step 1: Install the app to site... 3 Step 2: Customize Left Menu... 3 Step 3: Customize Form... 7 Step 4: Views Setting... 9

More information

Red Hat Mobile Application Platform Hosted 3

Red Hat Mobile Application Platform Hosted 3 Red Hat Mobile Application Platform Hosted 3 Drag and Drop Apps Guide For Red Hat Mobile Application Platform Hosted 3 Last Updated: 2017-12-21 Red Hat Mobile Application Platform Hosted 3 Drag and Drop

More information

ACH Template Management

ACH Template Management ACH Template Management ACH Template Creation 1. Select the ACH and Wire option under the Commercial menu. 2. Click the New Template button and select the desired type of ACH transaction. Info & Users

More information

Revised (10/17) ACH User Guide

Revised (10/17) ACH User Guide Revised (10/17) ACH User Guide Table of Contents Page 1. KeyNavigator ACH 1 1.1 Payment Management 2 1.2 Creating Payments 6 1.3 Templates 10 1.4 Reporting 14 2. User Maintenance 17 3. Role Maintenance

More information

Revit - Conceptual Mass. STEP 1: open Revit _ from the home screen under Families click on New Conceptual Mass _ open the Mass template file

Revit - Conceptual Mass. STEP 1: open Revit _ from the home screen under Families click on New Conceptual Mass _ open the Mass template file Revit - Conceptual Mass STEP 1: open Revit _ from the home screen under Families click on New Conceptual Mass _ open the Mass template file STEP 2: type LL to create a new level _ enter 100 _ create 2

More information

EMS MASTER CALENDAR User Guide

EMS MASTER CALENDAR User Guide EMS MASTER CALENDAR User Guide V44.1 Last Updated: May 2018 EMS Software emssoftware.com/help 800.440.3994 2018 EMS Software, LLC. All Rights Reserved. Table of Contents CHAPTER 1: Introduction to the

More information

Classification: Public ANZ TRANSACTIVE GLOBAL ADMINISTRATION USER GUIDE

Classification: Public ANZ TRANSACTIVE GLOBAL ADMINISTRATION USER GUIDE Classification: Public ANZ TRANSACTIVE GLOBAL ADMINISTRATION USER GUIDE 11 2015 CONTENTS INTRODUCTION... 3 USERS... 4 FUNCTION ROLES AND DATA ROLES... 5 FUNCTION ROLES... 5 Create a Function Role... 8

More information

SharePoint 2010 Site Owner s Manual by Yvonne M. Harryman

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

More information

ERC: Portal Favorites Advanced Options Quick Reference Guide

ERC: Portal Favorites Advanced Options Quick Reference Guide When you have created Portal Favorites for frequently visited areas of the Employee Resource Center (ERC) there are additional preferences you can set. This QRG will provide you with several options for

More information

Outlook Calendar 2013

Outlook Calendar 2013 Outlook Calendar 2013 Work Together Add appointments, view and share calendars Open Calendar View your calendar Create an appointment Change appointment details How other staff see your calendar Open another

More information

Switchboard. Creating and Running a Navigation Form

Switchboard. Creating and Running a Navigation Form Switchboard A Switchboard is a type of form that displays a menu of items that a user can click on to launch data entry forms, reports, queries and other actions in the database. A switchboard is typically

More information

Table of Contents COURSE OVERVIEW... 3 LESSON 1: OUTLOOK 2010 CALENDAR INTERFACE... 5

Table of Contents COURSE OVERVIEW... 3 LESSON 1: OUTLOOK 2010 CALENDAR INTERFACE... 5 Table of Contents COURSE OVERVIEW... 3 LESSON 1: OUTLOOK 2010 CALENDAR INTERFACE... 5 OPEN OUTLOOK CALENDAR... 5 Ribbon... 6 Navigation Pane... 6 Appointment Area... 6 Task Pane... 6 To-Do Bar... 6 THE

More information

GraphWorX64 Productivity Tips

GraphWorX64 Productivity Tips Description: Overview of the most important productivity tools in GraphWorX64 General Requirement: Basic knowledge of GraphWorX64. Introduction GraphWorX64 has a very powerful development environment in

More information

Create a Flowchart in PowerPoint

Create a Flowchart in PowerPoint Create a Flowchart in PowerPoint A flowchart is a diagram of steps, movements or actions involved in a system or activity. Flowcharts use conventional geometric symbols and arrows to define relationships

More information

SBCUSD IT Applications Training & Support. Smartsheet. Project Management & Collaboration

SBCUSD IT Applications Training & Support. Smartsheet. Project Management & Collaboration SBCUSD IT Applications Training & Support Smartsheet Project Management & Collaboration Revised 10/12/2018 SBCUSD IT Training CONTENTS GETTING STARTED... 1 Create Blank Sheet/Project... 1 Create Sheet/Project

More information

Preview New Features of Office 2007 Programs

Preview New Features of Office 2007 Programs Preview New Features of Office 2007 Programs With new software, you expect some increased functionality. This lesson is a subjective review of new features that the trainers of Software Training Services

More information

Office 365. Send and Retrieve Protected s

Office 365. Send and Retrieve Protected  s Office 365 Send and Retrieve Protected Emails Table of Contents Sending Protected Emails... 3 Outlook 2013 or Outlook 2016 for PC... 3 Outlook 2016 for Mac... 4 Outlook Web App (http://email.miami.edu)...

More information

Information Warehouse - Report Studio

Information Warehouse - Report Studio PRINCETON UNIVERSITY Information Warehouse - Report Studio Mail Merge Reports Elisabetta Zodeiko 1/17/2014 Creating a Mail merge/letter-type Report Using a Blank Report Using Report Studio, a report can

More information

Using Modules in Canvas

Using Modules in Canvas Using Modules in Canvas Modules in Canvas are used to organize the course content. Each module can contain files, discussions, assignments, quizzes, and other learning materials. Modules are especially

More information

Lab 6: Create a Simple Case Source

Lab 6: Create a Simple Case Source Lab 6: Create a Simple Case Source In this lab you will create a Case Source. In the Case Source you will: Set a prefix for all of the cases and alerts generated by your process. This prefix will be displayed

More information

ASTRA USER GUIDE. 1. Introducing Astra Schedule. 2. Understanding the Data in Astra Schedule. Notes:

ASTRA USER GUIDE. 1. Introducing Astra Schedule. 2. Understanding the Data in Astra Schedule. Notes: ASTRA USER GUIDE 1. Introducing Astra Schedule Astra Schedule is the application used by Academic Space Scheduling & Utilization to schedule rooms for classes and by academic colleges, schools, and departments

More information

ForumPass Familiarization Participant Workbook June 2018

ForumPass Familiarization Participant Workbook June 2018 ForumPass Familiarization Participant Workbook June 2018 1 F O R U M P A S S DOCUMENT OBJECTIVES... 3 FORUMPASS PRODUCT SUMMARY... 3 MICROSOFT SHAREPOINT PLATFORM... 3 FORUMPASS EXCLUSIVE FEATURES... 4

More information

RiskAnalyst Risk Management Association (RMA) Submissions Guide

RiskAnalyst Risk Management Association (RMA) Submissions Guide 13 MARCH 2015 RiskAnalyst Risk Management Association (RMA) Submissions Guide Version 6.3 Contact Moody s Analytics Support +1-212-553-1653 MA_support@moodys.com http://support.moodysanalytics.com CONFIDENTIAL

More information

Section 5: Editing Cells

Section 5: Editing Cells Section 5 Editing Cells By the end of this Section you should be able to: Edit Cells by Overtyping Edit Data in the Formula Bar Edit Data in a Cell Delete Cell Contents Use Undo and Redo CiA Training Ltd

More information

Enterprise Architect basic usage

Enterprise Architect basic usage 1. Creating a New Project Enterprise Architect basic usage When Enterprise Architect starts, it displays a greeting screen. To create a new project first choose Create a New Project... and then choose

More information

OX Documents Release v Feature Overview

OX Documents Release v Feature Overview OX Documents Release v7.8.4 Feature Overview 1 Objective of this Document... 3 1.1 The Purpose of this Document... 3 2 General Improvements... 4 2.1 Security First: Working with Encrypted Files (OX Guard)...

More information

Advanced User's Workshop

Advanced User's Workshop Advanced User's Workshop Creating Local Distribution Lists Using Global and Local Distribution Lists Sharing a Local Distribution List Email Ribbon Bar Options Outlook 2007 & Office 2007 Application Integration

More information

BCI.com Sitecore Publishing Guide. November 2017

BCI.com Sitecore Publishing Guide. November 2017 BCI.com Sitecore Publishing Guide November 2017 Table of contents 3 Introduction 63 Search 4 Sitecore terms 66 Change your personal settings 5 Publishing basics 5 Log in to Sitecore Editing 69 BCI.com

More information

AutoCAD/SMARTEAM - DESIGN &PRODUCT LIFE CYCLE MANAGEMENT SOFTWARE. Smarteam User Guide

AutoCAD/SMARTEAM - DESIGN &PRODUCT LIFE CYCLE MANAGEMENT SOFTWARE. Smarteam User Guide AutoCAD/SMARTEAM - DESIGN &PRODUCT LIFE CYCLE MANAGEMENT SOFTWARE Smarteam User Guide 1 Conventions used in Document Text in Bold Indicates a button or option to be selected 2 Contents Connecting to SmarTeam

More information

Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Primavera Portfolio Management 9.0 What s New Copyright 1999-2011, Oracle and/or its affiliates. The Programs (which include both the software and documentation) contain proprietary information; they are

More information

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

Winshuttle STUDIO 11 TRANSACTION Developer Basic Training. Copyright ADSOTECH Scandinavia Oy Winshuttle STUDIO 11 TRANSACTION Developer Basic Training 1 Copyright ADSOTECH Scandinavia Oy 2016 2014 Contents Winshuttle Studio 11 TRANSACTION Developer Basic Training Creating the First Script Problem

More information

Extra Tools. Create own filters. Assign ID number. Create own filters. Assign ID number. Assign name and description. Set a model and risk category

Extra Tools. Create own filters. Assign ID number. Create own filters. Assign ID number. Assign name and description. Set a model and risk category Extra Tools Create own filters Assign ID number Assign name and description Set a model and risk category Specify authorization objects, authorization object fields and specifications Search for specific

More information

USER MANUAL SATORI TEAM

USER MANUAL SATORI TEAM KANBAN USER MANUAL SATORI TEAM Table of Contents KanBan... 4 1. Introduction... 4 2. Roles and privileges... 6 3. Process flow... 6 4. Descriptions... 7 a) Creating the Board... 7 b) Creating the section...

More information

Search for Dynamics v Installation Guide

Search for Dynamics v Installation Guide Search for Dynamics v1.4.3.1 Installation Guide SharePoint 2013 and 2016 Contents Chapter 1: Prerequisites... 3 Chapter 2: Install Search for Dynamics... 4 Install SharePoint Components...4 Install Permissive

More information

Microsoft Office Excel 2013

Microsoft Office Excel 2013 Microsoft Office Excel 2013 PivotTables and PivotCharts University Information Technology Services Training, Outreach, Learning Technologies and Video Production Copyright 2014 KSU Department of University

More information

Egress Switch Desktop Client

Egress Switch Desktop Client 1 COMMERCIAL IN CONFIDENCE Egress Switch Desktop Client User guide Copyright 2017 Egress Software Technologies Ltd. All rights reserved. 2 COMMERCIAL IN CONFIDENCE Confidentiality Statement This document

More information

Project Management Add-ons

Project Management Add-ons Project Management Add-ons for User Guide Project Management Add-ons Project Management Add-ons promx GmbH Nordring 100 90409 Nuremberg Germany E-Mail: sales@promx.net Time Tracking for Time Tracking for

More information

MICROSOFT OFFICE OUTLOOK 101

MICROSOFT OFFICE OUTLOOK 101 MICROSOFT OFFICE OUTLOOK 101 Open Outlook Find the Outlook icon on your desktop and double-click (If there is no icon, go to the start menu, All Programs, folder named Microsoft Office, double-click Outlook)

More information

Design Submission Management & Completion. Steps to Create a Design Submission

Design Submission Management & Completion. Steps to Create a Design Submission Design Submission Management & Completion What is a Design Submission? A design submission represents a collection of design documents sent to a series of reviewers for feedback. The managing contact then

More information

Step by Step SQL Server Alerts and Operator Notifications

Step by Step SQL Server Alerts and  Operator Notifications Step by Step SQL Server Alerts and Email Operator Notifications Hussain Shakir LinkedIn: https://www.linkedin.com/in/mrhussain Twitter: https://twitter.com/hshakir_ms Blog: http://mstechguru.blogspot.ae/

More information

MS Outlook. How to Increase Your Productivity With

MS Outlook. How to Increase Your Productivity With How to Increase Your Productivity With MS Outlook 2015 National Seminars Training. All rights reserved, including the right to reproduce this material or any part thereof in any manner. HOW TO INCREASE

More information

User Manual. PIXPRO SP360 (PC Version) Ver. 4

User Manual. PIXPRO SP360 (PC Version) Ver. 4 User Manual PIXPRO SP360 (PC Version) Ver. 4 Before You Start Declaration of Conformity Responsible Party: JK Imaging, Ltd. Address: JK Imaging, Ltd. 17239 South Main Street, Gardena, CA 90248, USA JK

More information

Microsoft Office Outlook 101

Microsoft Office Outlook 101 Microsoft Office Outlook 101 Open Outlook Find the Outlook icon on your desktop and double-click (If there is no icon, go to the start menu, All Programs, folder named Microsoft Office, double-click Outlook)

More information

OUTLOOK HOW DO I? 2013

OUTLOOK HOW DO I? 2013 OUTLOOK HOW DO I? Click on a Link to take you to that Section OUTLOOK - GENERAL... 2 GENERAL How Do I Navigate the 2010 Outlook Screen?... 2 GENERAL: How Do I Change the Reading Pane View?... 7 GENERAL:

More information

Elixir Repertoire Designer

Elixir Repertoire Designer Aggregation and Transformation Intelligence on Demand Activation and Integration Navigation and Visualization Presentation and Delivery Activation and Automation Elixir Repertoire Designer Tutorial Guide

More information

2. This is a cell; this cell is designated as A1.

2. This is a cell; this cell is designated as A1. Queen s Learning Commons: Microsoft Excel Basics 1. These are the columns. 2. This is a cell; this cell is designated as A1. 3. Let s make a table. Click on the box you want to put text in and simply begin

More information

Articles... 3 Workflow Exercise One: Entry-Campaign-Exit... 4 Workflow Exercise Two: Entry-Wait-Campaign-Exit-Test... 8 Workflow Exercise Three (a):

Articles... 3 Workflow Exercise One: Entry-Campaign-Exit... 4 Workflow Exercise Two: Entry-Wait-Campaign-Exit-Test... 8 Workflow Exercise Three (a): WFLOW EXERCISES Table of Contents Articles... 3 Workflow Exercise One: Entry-Campaign-Exit... 4 Workflow Exercise Two: Entry-Wait-Campaign-Exit-Test... 8 Workflow Exercise Three (a): Clone-Entry-Campaign-Condition-Campaign-Exit...12

More information

https://support.office.com/en-us/article/create-a-list-in-sharepoint-0d d95f-41eb-addd- 5e6eff41b083

https://support.office.com/en-us/article/create-a-list-in-sharepoint-0d d95f-41eb-addd- 5e6eff41b083 Site Owners Guide Table of Contents Site Owners Guide... 1 Create a list in SharePoint Server 2016... 2 Add a list to a page in SharePoint Server 2016... 3 Minimize or restore a list or library on a SharePoint

More information

Syncing Between Pardot and Salesforce

Syncing Between Pardot and Salesforce Syncing Between Pardot and Salesforce Salesforce, Summer 16 @salesforcedocs Last updated: July 13, 2016 Copyright 2000 2016 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark

More information

Developing Intelligent Apps

Developing Intelligent Apps Developing Intelligent Apps Lab 1 Creating a Simple Client Application By Gerry O'Brien Overview In this lab you will construct a simple client application that will call an Azure ML web service that you

More information

Tutorial 2. Building a Database and Defining Table Relationships

Tutorial 2. Building a Database and Defining Table Relationships Tutorial 2 Building a Database and Defining Table Relationships Microsoft Access 2010 Objectives Learn the guidelines for designing databases and setting field properties Modify the format of a field in

More information