BizFlow Introduction Course. Exercise Guide

Size: px
Start display at page:

Download "BizFlow Introduction Course. Exercise Guide"

Transcription

1 BizFlow Introduction Course Exercise Guide

2 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. Completed Process NOTE: BEFORE STARTING THESE EXERCISES, BE SURE TO SET THE PREFRENCES IN BPS TO SET THE INITATOR AS THE DEFAULT PARTICIPANT 1. Open BPS (BizFlow Process Studio) by double clicking the icon on the desktop BizFlow Introduction Course Exercise Guide 2

3 2. Click the Process Icon on the top menu bar to launch the Modeler. 3. Click OK when the pop-up window comes up. 4. Drag 2 human activities, a none start and terminate end activity from the palette to the process canvas. 5. Link the activities by using the line and HVline. Click the line from the menu first and place your mouse over the activity you are starting from and drag to the other activity and release. You process should look like the screen shot below. 6. Double click <Activity 1> and you can renamed the activity. Change the names as shown in the screen below. BizFlow Introduction Course Exercise Guide 3

4 7. Double click the swim lane labels and change them to Employee and Manager. You can right click to delete a lane. Do the same with the Pool 1 to name the process itself. 8. Then double click the transition lines and label them with Approve and Disapprove. 9. From the File Menu, select Save Local and save the Model as My Second Process Your Name ie: My Second Process Daniele. This will create a file on your desktop or whatever location you browse to to save the file. Select Save Local BizFlow Introduction Course Exercise Guide 4

5 Exercise 2 Annotating a process and creating a document The objective of this exercise is to understand how to annotate (add notes) to a process and output a document of the process. Open BPS, Launch the Process Modeler as you did in Exercise 1. From the Process Modeler File menu, select File open local and locate and the process you just created on the desktop. (It is a.wdl file). Select it to open it in the modeler. 1. Add text annotations using either the Static Text or Text Annotation using the icons on the designer tool bar. To resize the text window use the ctrl key and pull the text window. You can change the color of the text by right clicking on the text. BizFlow Introduction Course Exercise Guide 5

6 2. Color code the disapproval transition line by double clicking on it and selecting its property tab. You can also change the icon of the manager activity by double clicking the activity, clicking the iocn tab from the property window. Navigate to the Plan foler and click an icon, then click OK. BizFlow Introduction Course Exercise Guide 6

7 3. Go to the Tools Menu of the Process Modeler and select Documentation. 4. In the pop-up window at the left, select (check) Process, Activity and Event or you may click the Select all items check box. BizFlow Introduction Course Exercise Guide 7

8 5. On the right, keep the default setting for File Type HTML 6. Click the enabled Browse button Navigate to the desktop in the window that pops up Enter a name for your document Save it to your desk top by clicking OK. The resulting document should pop up. 7. Try different check box options for example select only the Process Flow 8. Once you have generated a document from the File Menu select Save Local again. This will over write the previous file you created in exercise 1. BizFlow Introduction Course Exercise Guide 8

9 Exercise 3 My first on-line published process The objective of this exercise is to design a process and save it to the server so a) a project team can access it and potentially collaborate on it (using check in and check out) b) you can add attributes so that the model can be executed (initiated and run through the web client) 1. Launch the BizFlow Process Studio and Right-Click on the server icon and select Connect. 2. Enter your ID and password and click OK 3. Navigate to your Project Folder 4. Right-click on the Process Definition folder and select New Process Definition The Process Designer Opens to the right. 5. From the file menu of the Process Modeler, select open local and open your process from the earlier exercise that is on the desktop (or where ever you saved it). Introduction Exercise Guide 9

10 . 6. Next, Double click the Manager Reviews Form activity in your process and add a Response Group by selecting the the General Tab. Click Response Group Introduction Exercise Guide 10

11 Click Add Enter a Group Name ie: Approval Click Add and enter Approve Repeat for Disapprove Click OK Click OK Again Click OK Again 7. Now you can use this response and add it as a Condition to the transition from Manager to the end point or back to the Employee. Double click on the transition line that connects the Manager Reviews Activity to the end point. Enter a Name Approve Introduction Exercise Guide 11

12 For Condition Type select simple Select the Response Tab Select the Manager Reviews Activity and Response Approve Click Add Click OK Introduction Exercise Guide 12

13 8. Set a condition the same way for the disapprove path by double clicking the line from Manager Reviews back to Employee Completes. Add a disapprove condition by repeating the steps above but using Disapprove as the response condition. 9. Click the Add to server icon on the Process Designer menu to add the process to the server. 10. Navigate to the Training Project. Type the Name of Your process ( My First Process Daniele ) 11. Make sure the process Status is Publishable (On the process properties under file menu) 12. Click OK 13. To publish the process, right click on the PROJECT and select publish. Follow the 2 step wizard by first selecting the process you want to publish and pushing it to the objects to publish, then in the second step, select the process and which folder to publish it to. Once the Process is Published, disconnect from BPS and login to the Web Client. Introduction Exercise Guide 13

14 The URL is: Go to the Start New Menu and find your process in the list. Click it to start the process. 15. We did not add a form so the activity opens without any task to perform. However, you can complete the item by clicking complete on the top menu and then in the pop up window click send. Introduction Exercise Guide 14

15 16. Once the activity is completed a new work item will be in your inbox. The approve task. You can open and complete it. Note, you will see the approve/disapprove response option you defined on the manager reviews form activity. Introduction Exercise Guide 15

16 Exercise 4: Adding a form and republishing the process In this exercise you will add variables and link a form to the process and republish it. Remember BizFlow has a check in and check out method. When you saved the process to the server, you will now need to check it back out first. You can use the file menu and select check out or just click the icon on the menu bar. The next step in designing the process will be to add data variables. This allows the values collected in the form to be passed to the process and from activity to activity when it goes from one inbox to another ie From the Employee who completes it to the Manager who will be approving it. 1. Right click anywhere in the process canvas or from the file menu you can select process property and then the process variable tab. 2. Click the process instance variable (Name column) and click add. Introduction Exercise Guide 16

17 3. Add each process variable as shown above then click OK. Be sure they are exact in terms of upper and lower case and type (string or date). 4. Next, link the form by selecting it from the application folder of the Training Examples project. Drag the form to each of the two activities on your process. Introduction Exercise Guide 17

18 5. Double click each activity and view the application tab to be sure it was set. You should see your form on the right side as shown below. Introduction Exercise Guide 18

19 6. Verify the Model will work by clicking the verify icon on the process modeler menu. There should be no errors in the window. 7. Publish the process as you did in the last exercise. Introduction Exercise Guide 19

20 Exercise 5: Gateways In this exercise you will add a gateway to your process. Step 1: Add an additional Human Activity to your model. Name it HR Manager Approves Request. Step 2: Add a XOR gateway to the process and link it to the Manager Approves Activity and the HR Manager Approves Activity. Then Link the HR Manager Approves request to the Manager Approves Request. Introduction Exercise Guide 20

21 Step 3: Open the gateway by double clicking in it. Set the Outgoing flow that connects to the Manager Approves request to the default path. Step 4: Now set the other path to the simple rule TimeOffType = M Introduction Exercise Guide 21

22 Check the process back in. Republish the project. Run the process in the web client to test your results. Introduction Exercise Guide 22

23 Exercise 6: Deadlines and alerts In this exercise you will add a deadline to your process. Check the process out. Step 1: Drag the timer event to the border of the Manager Approves Request Step 2: Double click the manager approves request and select the deadline tab Step 3: Set the screen as shown above setting the type to Work Item Creation Time, the deadline to 5 hours, the start alert to 1 hour before for 5 hours in every 1 hour. Set Type to Priority escalation and escalation value to 1. Then Click Add. Introduction Exercise Guide 23

24 Introduction Exercise Guide 24

25 Check the process back in. Republish the project. Run the process in the web client to test your results. Introduction Exercise Guide 25

Remote Desktop How to guide

Remote Desktop How to guide CaseMap Remote Desktop for Windows User Contents How to open Remote Desktop Connection and Login to the Terminal Server... 2 How to save your connection settings and create a shortcut on your desktop...

More information

IBM WebSphere Lombardi Edition 7.2 Business Process Management Workshop

IBM WebSphere Lombardi Edition 7.2 Business Process Management Workshop IBM IBM WebSphere Lombardi Edition 7.2 Business Process Management Workshop Lab Exercises Contents LAB 1 BUILD-FROM-SCRATCH LAB - PART 1... 4 1.1 START LOMBARDI AUTHORING ENVIRONMENT... 4 1.1.1 START THE

More information

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

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

More information

More on . More on

More on  . More on Attachments... 4 Add, Send and Open an Attachment... 4 Save an Attachment... 5 More Actions Button... 5 Exercise... 5 Mark as Read... 6 Mark as Unread... 6 Add to Tasks... 6 Add Star... 6 Remove Star...

More information

SYNTHESYS MANAGEMENT

SYNTHESYS MANAGEMENT SYNTHESYS MANAGEMENT Teams User Management Synthesys.Net Management Basics 1 SYNTHESYS.NET MANAGEMENT Introduction... 3 Synthesys Management Features... 4 User Login... 5 Synthesys Management Main Screen...

More information

SharePoint 2010 Instructions for Users

SharePoint 2010 Instructions for Users SharePoint 2010 Instructions for Users 1. Access your SharePoint Web site...2 2. Work with folders and documents in a Shared Documents Library...3 2.1 Edit a document...3 2.2 Create a New Document...3

More information

Cmpt 101 Lab 1 - Outline

Cmpt 101 Lab 1 - Outline Cmpt 101 Lab 1 - Outline Instructions: Work through this outline completely once directed to by your Lab Instructor and fill in the Lab 1 Worksheet as indicated. Contents PART 1: GETTING STARTED... 2 PART

More information

Outlook 2010 Common Tasks

Outlook 2010 Common Tasks Outlook 2010 Common Tasks January 6, 2015 Table of Contents Creating a New Message... 2 Addressing the Message... 2 Using the Address Book... 2 Using the Check Names Icon... 5 Using AutoComplete... 7 Spell

More information

User Guide. Product: GreenFolders. Version: 3.8

User Guide. Product: GreenFolders. Version: 3.8 User Guide Product: GreenFolders Version: 3.8 Release Date: October 2014 GreenFolders 3.8 User Guide Introduction Table of Contents 1 Introduction... 6 2 General Information... 7 2.1 Login Procedure...

More information

My Site. Introduction

My Site. Introduction My Site Introduction My Site is a component of the portal that is available to all NB educators. It is a personalized site that provides all users with the following features: A place to save and share

More information

Mac OS To use Skype for Business on Mac you need to download and install it and manually.

Mac OS To use Skype for Business on Mac you need to download and install it and manually. Skype for Business Contents What is Skype for Business... 2 Accessing Skype for Business... 2 Starting Skype for Business for the first time... 2 Mac OS... 2 Subsequent access to Skype for Business...

More information

Amplify. Innovate. Empower. At SAP Innovation Camp.

Amplify. Innovate. Empower. At SAP Innovation Camp. Amplify. Innovate. Empower. At SAP Innovation Camp. SAP Solution Manager 7.2: Accelerate the Digital Transformation Hands-on Exercises SAP Solution Manager 7.2 is the most complete lifecycle management

More information

This document describes the flow of creating UPK content from start to finish.

This document describes the flow of creating UPK content from start to finish. This document describes the flow of creating UPK content from start to finish. 1. Open UPK Developer from the Start Menu (of a designated UPK workstation) and choose the Library link. From here, create

More information

InSite Prepress Portal Quick Start Guide IPP 8.0

InSite Prepress Portal Quick Start Guide IPP 8.0 InSite Prepress Portal Quick Start Guide IPP 8.0 Exported on 05/15/2018 Table of Contents 1 What is InSite Prepress Portal?...4 2 Logging on and off...5 2.1 Checking your system configuration...5 3 Getting

More information

WinSCP. Author A.Kishore/Sachin

WinSCP. Author A.Kishore/Sachin WinSCP WinSCP is a freeware windows client for the SCP (secure copy protocol), a way to transfer files across the network using the ssh (secure shell) encrypted protocol. It replaces other FTP programs

More information

SharePoint. Team Site End User Guide. Table of Contents

SharePoint. Team Site End User Guide. Table of Contents Table of Contents Introduction... 1 Logging in for the First Time:... 1 Areas of the team site:... 2 Navigating the team site:... 3 Adding Content to the team site:... 3 The Ribbon:... 3 Adding a Link:...

More information

ClassHub for Teachers. A User Guide for the Classroom

ClassHub for Teachers. A User Guide for the Classroom ClassHub for Teachers A User Guide for the Classroom Table of Contents CLASSHUB TEACHER... My Class Settings... Class List... Using Views and Screen Peek... Actions... MIRRORING... Mirroring Actions...

More information

Using Blackboard Drive to upload/manage content in Blackboard Learn

Using Blackboard Drive to upload/manage content in Blackboard Learn Using Blackboard Drive to upload/manage content in Blackboard Learn Downloading and Installing Blackboard Drive 1. Login to Blackboard Learn, and click on the Utilities Tab. 2. Locate the Blackboard Drive

More information

Welcome to InSite: A GUIDE TO PROOFING ONLINE. Getting Started Viewing Job Information Uploading Files Viewing Pages Requesting Corrections

Welcome to InSite: A GUIDE TO PROOFING ONLINE. Getting Started Viewing Job Information Uploading Files Viewing Pages Requesting Corrections Welcome to InSite: A GUIDE TO PROOFING ONLINE Getting Started Viewing Job Information Uploading Files Viewing Pages Requesting Corrections PROOF.REGISTERGRAPHICS.COM *NOTE: There is no www in this address.

More information

Microsoft Outlook (A guide to help you better understand and utilize MS Outlook)

Microsoft Outlook (A guide to help you better understand and utilize MS Outlook) Microsoft Outlook (A guide to help you better understand and utilize MS Outlook) Ramapo College of New Jersey Center for Computing Information Systems (CCIS) Administrative Help-Desk ext. 7000 adm_help@ramapo.edu

More information

GreenFolders User Manual

GreenFolders User Manual GreenFolders User Manual Welcome! Welcome to GreenFolders the Electronic Records Management Solution. GreenFolders allows you to store and retrieve files with many easy-to-use features for working with

More information

Overview of Web Interface to CenturyLink B2B Gateway

Overview of Web Interface to CenturyLink B2B Gateway Overview of Web Interface to CenturyLink B2B Gateway Access and Password Policy for the Web Interface Like all Internet sites, the CenturyLink B2B web site requires an account containing both an identity

More information

Configuring the WebDAV Folder for Adding Multiple Files to the Content Collection and Editing Them

Configuring the WebDAV Folder for Adding Multiple Files to the Content Collection and Editing Them Configuring the WebDAV Folder for Adding Multiple Files to the Content Collection and Editing Them The Content Collection should be the repository for all of the files used in Blackboard. The Content Collection

More information

1 Setting Up Your Auto Login Link in Windows

1 Setting Up Your Auto Login Link in Windows This User Guide is relevant for Admins, Teachers and s Admin Teacher Student Auto Login - An Overview Auto Login allows you to create a shortcut that logs you directly into your EducationCity school account.

More information

Adding a VPN connection in Windows XP

Adding a VPN connection in Windows XP Adding a VPN connection in Windows XP Open up the Control Panel by selecting Start, Settings, Control Panel (in Classic Menu view) or Start, Control Panel (in XP Menu view). Double click on Network Connections.

More information

NVU Web Authoring System

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

More information

SharePoint: Fundamentals

SharePoint: Fundamentals SharePoint: Fundamentals This class will introduce you to SharePoint and cover components available to end users in a typical SharePoint site. To access SharePoint, you will need to log into Office 365.

More information

About this Application

About this Application About this Application The Who Wants to be? application allows you to create a game similar to the Who Wants to be a Millionaire game on television. You can add 10 to 100 multiplechoice questions to the

More information

X-Sign 2.0 User Manual

X-Sign 2.0 User Manual X-Sign 2.0 User Manual Copyright Copyright 2018 by BenQ Corporation. All rights reserved. No part of this publication may be reproduced, transmitted, transcribed, stored in a retrieval system or translated

More information

SharePoint: Fundamentals

SharePoint: Fundamentals SharePoint: Fundamentals This class will introduce you to SharePoint and cover components available to end users in a typical SharePoint site. To access SharePoint, you will need to log into Office 365.

More information

1.1 How to Install Prerequisites

1.1 How to Install Prerequisites 1 1 SharpReader Installation Manual 1.1 How to Install Prerequisites 1.1.1 Installing SharpReader 1. Using the internet, open a web browser and access to SharpReader s home page.. SharpReader is an RSS/Atom

More information

WEBppliance for Windows User Administrator's Help

WEBppliance for Windows User Administrator's Help WEBppliance for Windows User Administrator's Help September 23, 2003 Contents About This Document...3 How to use this Help system...4 Getting started...6 What to do first... 6 Viewing your account settings...

More information

Lab 9: Identify Alerts That Require a Change of State

Lab 9: Identify Alerts That Require a Change of State Lab 9: Identify Alerts That Require a Change of State In this lab you will work with your consolidated error data stream to work out which alerts require a change of state, and which change of state is

More information

Microsoft OneDrive. How to login to OneDrive:

Microsoft OneDrive. How to login to OneDrive: Microsoft OneDrive The beauty of OneDrive is that is accessible from anywhere you have an Internet connection. You can access it from a Mac or Windows computer. You can even access it on your SmartPhone

More information

erequest How to apply guide

erequest How to apply guide Overview is an application that assists UCB in request life cycle management. UCB has clear guidance in place on what they can support or sponsor. Online requests will go through an internal review and

More information

BrainStorm Quick Start Card for Microsoft OneDrive for Business

BrainStorm Quick Start Card for Microsoft OneDrive for Business BrainStorm Quick Start Card for Microsoft OneDrive for Business mso.harvard.edu Changing the Way the World Works Clear the path for your productivity goals! Using Microsoft OneDrive for Business, you have

More information

Sema Foundation ICT Department. Lesson - 18

Sema Foundation ICT Department. Lesson - 18 Lesson - 18 1 Manipulating Windows We can work with several programs at a time in Windows. To make working with several programs at once very easy, we can change the size of the windows by: maximize minimize

More information

Skype for Business: Get Started Set-up Audio Set-up Video Conversation Window Shut Your Virtual Office Door...

Skype for Business: Get Started Set-up Audio Set-up Video Conversation Window Shut Your Virtual Office Door... Desktop/Laptop Contents : Get Started... 3 Set-up Audio... 3 Set-up Video... 3 Conversation Window... 4 Shut Your Virtual Office Door... 4 Personalise... 5 Customise What s Happening Today... 5 Profile

More information

BEAWebLogic. Portal. Tutorials Getting Started with WebLogic Portal

BEAWebLogic. Portal. Tutorials Getting Started with WebLogic Portal BEAWebLogic Portal Tutorials Getting Started with WebLogic Portal Version 10.2 February 2008 Contents 1. Introduction Introduction............................................................ 1-1 2. Setting

More information

Author A.Kishore/Sachin WinSCP

Author A.Kishore/Sachin   WinSCP WinSCP WinSCP is a freeware windows client for the SCP (secure copy protocol), a way to transfer files across the network using the ssh (secure shell) encrypted protocol. It replaces other FTP programs

More information

Advanced Voic User Guide

Advanced Voic User Guide Advanced Voicemail User Guide 1. Initial Configuration...2 2. Setting up a separate folder in your Inbox for Voicemail messages...3 Creating Rules for a folder...3 3. Web View Interface...5 Access to Webview...5

More information

BASIC USER TRAINING PROGRAM Module 4: Topology

BASIC USER TRAINING PROGRAM Module 4: Topology BASIC USER TRAINING PROGRAM Module 4: Topology Objective Students will learn to work in the Topology editor to create devices, specify links between devices, create and set properties. In addition, students

More information

User Manual. Operation Manual

User Manual. Operation Manual Signagelink TM E Edition User Manual Signagelink TM E Edition Operation Manual www.signagelink.com This document, 2012, SignageLink.Com., is designed for the sole use of our clients and no portion of it

More information

PaperClip32. Revision 2.0

PaperClip32. Revision 2.0 PaperClip32 Quick Start Guide Revision 2.0 Copyright Information Copyright 2003, PaperClip Software, Inc. The PaperClip32 product name and PaperClip Logo are registered trademarks of PaperClip Software,

More information

HR-Lite Database & Web Service Setup Guide

HR-Lite Database & Web Service Setup Guide HR-Lite Database & Web Service Setup Guide Version: 1.00 HR21 Limited All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means, electronic or mechanical,

More information

The following task will help you with Creating a Web Page

The following task will help you with Creating a Web Page The following task will help you with Creating a Web Page 1. Go to https://cms.bham.ac.uk and use your usual username and password to log on 2. Make sure you are working on the correct project by looking

More information

Step 1: Use StudyMate to Publish files

Step 1: Use StudyMate to Publish files How to Publish StudyMate Files to Blackboard. This document will walk you through the steps necessary to successfully publish StudyMate activities to Blackboard. The following procedures are the recommended

More information

Outlook Guide. Microsoft Outlook User Guide. Desktop App. Enterprise Application Systems INFORMATION TECHNOLOGY

Outlook Guide. Microsoft Outlook User Guide. Desktop App. Enterprise Application Systems INFORMATION TECHNOLOGY INFORMATION TECHNOLOGY Enterprise Application Systems Microsoft Outlook User Guide Outlook Guide Desktop App Mt. San Antonio College Information Technology 1100 North Grand Avenue Building 23 Walnut, CA

More information

VIRTUALIZATION MANAGER ENTERPRISE EDITION GETTING STARTED GUIDE

VIRTUALIZATION MANAGER ENTERPRISE EDITION GETTING STARTED GUIDE VIRTUALIZATION MANAGER ENTERPRISE EDITION GETTING STARTED GUIDE This manual provides a quick introduction to Virtual Iron software, and explains how to use Virtual Iron Virtualization Manager to configure

More information

How to set up an Amazon Work Profile for Windows 8

How to set up an Amazon Work Profile for Windows 8 How to set up an Amazon Work Profile for Windows 8 Setting up a new profile for Windows 8 requires you to navigate some screens that may lead you to create the wrong type of account. By following this

More information

VIRTUALIZATION MANAGER ENTERPRISE EDITION GETTING STARTED GUIDE. Product: Virtual Iron Virtualization Manager Version: 4.2

VIRTUALIZATION MANAGER ENTERPRISE EDITION GETTING STARTED GUIDE. Product: Virtual Iron Virtualization Manager Version: 4.2 VIRTUALIZATION MANAGER ENTERPRISE EDITION GETTING STARTED GUIDE This manual provides a quick introduction to Virtual Iron software, and explains how to use Virtual Iron Virtualization Manager to configure

More information

Hosted Voice Console Assistant Set-up and User Guide V

Hosted Voice Console Assistant Set-up and User Guide V Hosted Voice Console Assistant Set-up and User Guide V4.12.10 Table of Contents System Requirements General Information Download, Installation & Upgrade Launching the Application - Login/Logout Navigation

More information

InSite Prepress Portal Quick Start Guide IPP 9.0

InSite Prepress Portal Quick Start Guide IPP 9.0 InSite Prepress Portal Quick Start Guide IPP 9.0 Exported on 07/26/2018 Table of Contents 1 What is InSite Prepress Portal?... 4 1.1 Getting familiar with InSite Prepress Portal 9.0...4 1.2 Use a single

More information

Introduction to IBM Data Studio, Part 1: Get started with IBM Data Studio, Version and Eclipse

Introduction to IBM Data Studio, Part 1: Get started with IBM Data Studio, Version and Eclipse Introduction to IBM Data Studio, Part 1: Get started with IBM Data Studio, Version 1.1.0 and Eclipse Install, work with data perspectives, create connections, and create a project Skill Level: Intermediate

More information

Introduction to IBM Data Studio, Part 1: Get started with IBM Data Studio, Version and Eclipse

Introduction to IBM Data Studio, Part 1: Get started with IBM Data Studio, Version and Eclipse Introduction to IBM Data Studio, Part 1: Get started with IBM Data Studio, Version 1.1.0 and Eclipse Install, work with data perspectives, create connections, and create a project Skill Level: Intermediate

More information

Introduction...5. Chapter 1. Installing System Installing Server and ELMA Designer... 7

Introduction...5. Chapter 1. Installing System Installing Server and ELMA Designer... 7 Chapter 1 Contents Installing System Contents Introduction...5 Chapter 1. Installing System... 6 1.1. Installing Server and ELMA Designer... 7 1.2. Verifying ELMA Server and ELMA Designer Installation...

More information

DESIGN TRANSFORMATIONAL IPAD APPS

DESIGN TRANSFORMATIONAL IPAD APPS DESIGN TRANSFORMATIONAL IPAD APPS Thank you for participating in a workshop at MicroStrategy World 2019. If you missed or did not finish an exercise and want to complete it after the conference, use this

More information

Appserv Internal Desktop Access Mac OS Device with Safari Browser. Enter your Appserv username and password to sign in to the Website

Appserv Internal Desktop Access Mac OS Device with Safari Browser. Enter your Appserv username and password to sign in to the Website Appserv Desktop Access Logging on from a Mac OS device Step 1. To sign in to the Appserv Desktop Access website, enter the following address into the Safari browser address bar. Please Note: This documentation

More information

NYLearns Curriculum Administration:

NYLearns Curriculum Administration: NYLearns Curriculum Administration: Creating a Curriculum Map May 2014 2 This page left intentionally blank 3 Contents Signing in to NYLearns... 4 Curriculum Mapping... 6 Creating Curriculum Maps... 7

More information

KPLC SUPPLIER RELATIONSHIP MANAGEMENT USER GUIDE FOR VENDOR REGISTRATION, RFX PARTICIPATION AND PURCHASE ORDER COLLABORATION

KPLC SUPPLIER RELATIONSHIP MANAGEMENT USER GUIDE FOR VENDOR REGISTRATION, RFX PARTICIPATION AND PURCHASE ORDER COLLABORATION KPLC SUPPLIER RELATIONSHIP MANAGEMENT USER GUIDE FOR VENDOR REGISTRATION, RFX PARTICIPATION AND PURCHASE ORDER COLLABORATION 1 This document is updated to reflect approved changes to the content, and is

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

How to Install, Configure and Use sftp (Windows Version)

How to Install, Configure and Use sftp (Windows Version) How to Install, Configure and Use sftp (Windows Version) The sftp secure File Transfer Protocol allows you to transfer patient datasets to and from IDT s server securely. All data transfers are encrypted

More information

Creating a Presentation

Creating a Presentation Creating a Presentation 1.1 Double Click the PowerPoint icon on the desktop Or Click on the start menu Type PowerPoint into the search box Click on the PowerPoint icon 1.2 Click Blank Presentation 1 How

More information

VIRTUALIZATION MANAGER SINGLE SERVER EDITION GETTING STARTED GUIDE

VIRTUALIZATION MANAGER SINGLE SERVER EDITION GETTING STARTED GUIDE VIRTUALIZATION MANAGER SINGLE SERVER EDITION GETTING STARTED GUIDE This manual provides a quick introduction to Virtual Iron software, and explains how to install and use Virtual Iron Single Server Edition

More information

Importing Your Angel Course into Canvas

Importing Your Angel Course into Canvas Importing Your Angel Course into Canvas As Cardinal Stritch University prepares for an August 2014 launch of Canvas, our new learning management system, instructors can take the following steps to ensure

More information

Editing the Home Page

Editing the Home Page Editing the Home Page Logging on to Your Web site 1. Go to https://extension.usu.edu/admin/ 2. Enter your Login and Password. 3. Click Submit. If you do not have a login and password you can request one

More information

Information on obtaining a username and password. In order to login, users must have a TAMIU address.

Information on obtaining a username and password. In order to login, users must have a TAMIU  address. User Guide Getting Started Uconnect is a single login portal that provides the TAMIU community with the ability to access send and receive information in a secure and reliable way. This communication tool

More information

GVSU Skype for Business: Quick Start Guide (using a MAC)

GVSU Skype for Business: Quick Start Guide (using a MAC) GVSU Skype for Business: Quick Start Guide (using a MAC) What is Skype for Business: Skype for Business provides quick and simple ways of communicating and collaborating through a single, easy to use interface.

More information

This Tutorial is for Word 2007 but 2003 instructions are included in [brackets] after of each step.

This Tutorial is for Word 2007 but 2003 instructions are included in [brackets] after of each step. This Tutorial is for Word 2007 but 2003 instructions are included in [brackets] after of each step. Table of Contents Just so you know: Things You Can t Do with Word... 1 Get Organized... 1 Create the

More information

How to create and send a new . NOTE: See different guide for repurposing an existing

How to create and send a new  . NOTE: See different guide for repurposing an existing How to create and send a new email NOTE: See different guide for repurposing an existing email 1 Log into marketo at https://rufsso.rutgers.edu/ 2 Remember You will need a NetID and password to log in

More information

WEB CREATOR FILE MANAGER

WEB CREATOR FILE MANAGER WEB CREATOR FILE MANAGER TABLE OF CONTENTS TABLE OF CONTENTS... 2 ADMINISTRATIVE PERMISSIONS... 3 ACCESSING WEBSITE SETTINGS... 3 FILE MANAGER... 3 Accessing File Manager... 3 Views... 4 Actions... 4 FOLDER

More information

Dreamweaver CS6. Table of Contents. Setting up a site in Dreamweaver! 2. Templates! 3. Using a Template! 3. Save the template! 4. Views!

Dreamweaver CS6. Table of Contents. Setting up a site in Dreamweaver! 2. Templates! 3. Using a Template! 3. Save the template! 4. Views! Dreamweaver CS6 Table of Contents Setting up a site in Dreamweaver! 2 Templates! 3 Using a Template! 3 Save the template! 4 Views! 5 Properties! 5 Editable Regions! 6 Creating an Editable Region! 6 Modifying

More information

Microsoft FrontPage Practical Session

Microsoft FrontPage Practical Session Ministry of manpower Higher college of technology Department of Information Technology QA Umbrella Workshop 30 th August- 3 rd September 2008 IT Skills Microsoft FrontPage Practical Session Copyright of

More information

Power & Water Customer Collaboration Documentum: Navigation and Working With Files. Basics

Power & Water Customer Collaboration Documentum: Navigation and Working With Files. Basics Power & Water Customer Collaboration Documentum: Navigation and Working With Files Basics Module Objectives:. Basic Navigation. Use Import to Save Files in Project Folders 3. Use Export to Save Files to

More information

Develop Content SoftChalk Create

Develop Content SoftChalk Create \ Develop Content is a content authoring program that is easy to use (like a word processer) but allows you to make your lessons interactive for your students. You can put various activities and quiz groups

More information

COMMUNITIES USER MANUAL. Satori Team

COMMUNITIES USER MANUAL. Satori Team COMMUNITIES USER MANUAL Satori Team Table of Contents Communities... 2 1. Introduction... 4 2. Roles and privileges.... 5 3. Process flow.... 6 4. Description... 8 a) Community page.... 9 b) Creating community

More information

Interlink Express Desktop Printing Service Installation Guide

Interlink Express Desktop Printing Service Installation Guide Interlink Express Desktop Printing Service Installation Guide Page 1 of 10 Introduction This guide is intended to provide guidance on how to install and configure the new Interlink Express Desktop Printing

More information

Agresso Unit 4 Business World. File Options & User Setup

Agresso Unit 4 Business World. File Options & User Setup Agresso Unit 4 Business World File Options & User Setup Author SJ Price - June 2018 Contents M7 Agresso File Options, User Set-Up and Screen Navigation... 3 More About the Menu pane... 5 Are some screens

More information

Lync 2013 Getting Started

Lync 2013 Getting Started Lync 2013 Getting Started Information Technology September 1, 2014 1 P a g e The Lync Window Personal Information Navigation Buttons Options Button Add Contact Button Personal Information access your personal

More information

Office 365: . Accessing and Logging In. Mail

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

More information

CMS 101. Webtop for Student Records. CMS Webtop for Student Records 1/29/2018. McGill - IT Training & Communications 1 AGENDA PART ONE

CMS 101. Webtop for Student Records. CMS Webtop for Student Records 1/29/2018. McGill - IT Training & Communications 1 AGENDA PART ONE CMS 101 Webtop for Student Records AGENDA PART ONE Introduction What is Webtop? Access Webtop Webtop interface Search for documents View document Check Out Edit a document Annotate a PDF Check In a document

More information

CONNECTING TO YOUR VIRTUAL MACHINE 2 CHANGING YOUR NETWORK PASSWORD 7 ADDITIONAL RESOURCES 8

CONNECTING TO YOUR VIRTUAL MACHINE 2 CHANGING YOUR NETWORK PASSWORD 7 ADDITIONAL RESOURCES 8 For assistance please contact the AIMS Help Desk: 608.265.6900, help@aims.wisc.edu In this document An AIMS Virtual Machine, or virtual PC, is a copy of Microsoft Windows running on a server at a remote

More information

USING EUDORA WITH ENTERGROUP EUDORA

USING EUDORA WITH ENTERGROUP EUDORA USING EUDORA WITH ENTERGROUP In this tutorial you will learn how to use Eudora with your EnterGroup account. You will learn how to setup an IMAP or POP account, and also how to move your emails and contacts

More information

Managing Your Website with Convert Community. My MU Health and My MU Health Nursing

Managing Your Website with Convert Community. My MU Health and My MU Health Nursing Managing Your Website with Convert Community My MU Health and My MU Health Nursing Managing Your Website with Convert Community LOGGING IN... 4 LOG IN TO CONVERT COMMUNITY... 4 LOG OFF CORRECTLY... 4 GETTING

More information

CenturyLink Business Communicator for Desktop

CenturyLink Business Communicator for Desktop CenturyLink Business Communicator for Desktop User Guide Release 2.0 Document Version 4 BusinessCommunicator_Guide_0517_v4 1 CenturyLink Business Communicator Guide Table of Contents 1 About CenturyLink

More information

An Introduction to Box.com

An Introduction to Box.com An Introduction to Box.com Box is an online file sharing and cloud content management service and it provides features such as: Security controls Space Mobility Online collaboration Mobile access Version

More information

Creating Pages with the CivicPlus System

Creating Pages with the CivicPlus System Creating Pages with the CivicPlus System Getting Started...2 Logging into the Administration Side...2 Icon Glossary...3 Mouse Over Menus...4 Description of Menu Options...4 Creating a Page...5 Menu Item

More information

BPMN Getting Started Guide

BPMN Getting Started Guide Enterprise Studio BPMN Getting Started Guide 2017-09-21 Applies to: Enterprise Studio 3.0.0, Team Server 3.0.0 Table of contents 1 About modeling with BPMN 5 1.1 What is BPMN? 5 1.2 BPMN modeling 5 1.3

More information

Access Review. 4. Save the table by clicking the Save icon in the Quick Access Toolbar or by pulling

Access Review. 4. Save the table by clicking the Save icon in the Quick Access Toolbar or by pulling Access Review Relational Databases Different tables can have the same field in common. This feature is used to explicitly specify a relationship between two tables. Values appearing in field A in one table

More information

RIO PLAYER ANTARGYAN CLOUDWORKS LLP

RIO PLAYER ANTARGYAN CLOUDWORKS LLP RIO PLAYER ANTARGYAN CLOUDWORKS LLP RioPlayer RioPlayer is a software with the focus on computer based assessment by watching videos offline, which any student can do at his/her own pace. The software

More information

Key Features: Learning Objectives: Table of Contents:

Key Features: Learning Objectives: Table of Contents: Key Features: Skype for Business is a communications platform available on Windows, Mac, and mobile devices. Skype for Business is designed to allow user interaction between colleagues and external contacts.

More information

Quick Reference Guide: Genesis 2

Quick Reference Guide: Genesis 2 : Genesis 2 TABLE OF CONTENTS REGISTRATION...2 LAUNCH GENESIS 2 WIZARD...4 MANAGE MY PROFILE...33 CONFIGURE MY WEBSITE...34 REPORTS...35 1 REGISTRATION Before you can access the administration section

More information

Step by Step Instructions for Using TestGenerator to Import Test Questions into Moodle

Step by Step Instructions for Using TestGenerator to Import Test Questions into Moodle Step by Step Instructions for Using TestGenerator to Import Test Questions into Moodle 1. Open Test Generator by double clicking on TestGenerator Icon. 2. Choose A Test for the Web option. Choose A Test

More information

Skype for Business. Video Conferencing Software

Skype for Business. Video Conferencing Software Skype for Business Video Conferencing Software Center for Teaching and Learning (CTL) 100 Administration Bldg., Memphis, TN 38152 Phone: 901.678.8888 Email: itstrainers@memphis.edu Center for Teaching

More information

BE Share. Microsoft Office SharePoint Server 2010 Basic Training Guide

BE Share. Microsoft Office SharePoint Server 2010 Basic Training Guide BE Share Microsoft Office SharePoint Server 2010 Basic Training Guide Site Contributor Table of Contents Table of Contents Connecting From Home... 2 Introduction to BE Share Sites... 3 Navigating SharePoint

More information

Creating a Recording in Canvas Embedding a Recording in Canvas To embed a recording into a discussion

Creating a Recording in Canvas Embedding a Recording in Canvas To embed a recording into a discussion Table of Contents What is Kaltura... 3 Things to Remember... 3 My Media... 3 To access My Media... 3 Upload Media... 4 To perform a media upload... 4 Viewing Videos... 6 Add New List Options... 6 Media

More information

'phred dist acd.tar.z'

'phred dist acd.tar.z' Phred is free for academic use but does require registration and for you to obtain a licence. Please visit http://www.phrap.org/consed/consed.html#howtoget and follow the instructions. A copy of the Phred

More information

Faculty Web Editing. Wharton County Junior College Employee Training Manual

Faculty Web Editing. Wharton County Junior College Employee Training Manual 2015 Wharton County Junior College Employee Training Manual Faculty Web Editing 15 Faculty Web sites are maintained through Omni Updates Campus Content Management Systems as of January 2013. Please address

More information

APS Installation Documentation

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

More information

SWITS User Manual. Accessing SWITS. This document focuses on the elements required to Access SWITS. Total Pages: 5

SWITS User Manual. Accessing SWITS. This document focuses on the elements required to Access SWITS. Total Pages: 5 SWITS User Manual This document focuses on the elements required to Access SWITS Total Pages: 5 Accessing SWITS Using Your Browser to Access SWITS Identity Management Context Creating a shortcut California

More information