Vacation Request BPM Tutorial
|
|
|
- Gabriella Morrison
- 9 years ago
- Views:
Transcription
1 Vacation Request BPM Tutorial Introduction This tutorial will explain step by step how to create a simple Business Process Model. First the process to be modeled is introduced and explained, then you'll see how to realize it with WebRatio. The Vacation Request Process The process of Vacations Request starts when any employee of the organization submits a vacation request, once the requirement is registered, the request is received by the immediate supervisor of the employee requesting the vacation, the supervisor must approve or reject the request, if the request is rejected the application is returned to the applicant/employee who can review the rejection reasons. If the request is approved a notification is generated to the Human Resources Representative, who must complete the respective management procedures. This process focuses in controlling the requests of Vacations of the organization, from the initial request up to its approval or rejection. Step 1: Define the process According to the BPMN notation, the first step is to define the process and the actors the cooperate in it. After this step it's necessary to define the tasks accomplished by each actor in the process. If you're not in the BPM perspective, select Window > Open Perspective > BPM from the main menu. Open BPM Perspective 1
2 1. Let's create a new Project. This project will contain all the process models we would like to cooperate. In the Main Menu: 1. click on File > New > BPM Project 2. enter "Example Project" as project name and click Finish. Create the New "Example" Project 2
3 2. Now it's possible to create a new Process Model within the Project. In the BPM Explorer View: 1. right click on the project and select New > Process 2. enter "VacationRequest" (avoiding spaces) as process name 3. press Finish Create a new Process Model 3
4 3. In the Process Model created you will define the representation of the process of the Vacation Request using the BPMN.By default every new Process Model is created with a Pool already defined. We have to change it's name according to our process: 1. double-click on the Pool tab "Pool 1" at the top of the edit area 2. enter "Vacation Request" as Pool name Change Pool name 4. The Pool is already created with a Lane within. It's necessary to change the name to the first Lane and add all the other Lanes of the process.to change the Lane name: 1. double-click on the Lane tab "Lane 1" at the left of the edit area 2. enter "Employee" as Lane name Change Lane name 4
5 To add the other Lanes: 1. right click within the Pool and select Add Lane 2. enter the name of the Lane according to our process we have to create the "Supervisor" and the "Human Resources Assistant" Lanes. Add a Lane to the Process Add all the Lanes to the Process 5
6 5. Now it's possible to define the single steps of the process in the Lanes, assigning each task to the right actor. Within the first Lane a simple process has been already created. Since the process is started by the Employee we can leave the Start Event in the Employee Lane and change the name of the first Task: 1. double-click on the Task element 2. enter "Register Vacation Request" as Task name Since the Start Event represents the first item activated by the Employee to start the Process, it's necessary to change it's name: 1. double-click on the Start Event element 2. enter "New Vacation Request" as Task name Finally, since the process doesn't ends here, it's necessary to delete the End Event automatically created. 6. The following step consists on a test of the availability of the vacation days executed by the application. To accomplish this we need to define an automatic procedure that given the Vacation Request will state if the vacations days are available or not for that Employee (eventually connecting to the Information System). To represent this automatic procedure we need a Service Task: 1. click on the "Register Vacation Request" Task 2. in the Pie Menu on the Task, click on the User Task icon 3. drag the new User Task in the Supervisor Lane 4. enter "Verify Available Vacation Days" as Task name 5. in the Task Properties Panel, select Service for the Execution Property (since this is an automatic procedure performed by the application) Change the name of the Task and of the Start Event. Delete the End Event Add a Service Task 6
7 7. Basing on the result of the automatic procedure, we will define a different path to be followed whether the vacation days are available or not, therefore we will use a Gateway element. To add a Gateway connected to the "Register Vacation Request" Task: 1. click on the "Verify Available Vacation Days" Task 2. in the Pie Menu on the Task, click on the Exclusive Gateway icon 3. drag the new Gateway in the Supervisor Lane 4. enter "Verify Days Availability" as Gateway name 5. in the Properties panel, in the Execution Property, select "Service" (since this element must be executed by the application) 8. Once the Gateway has been placed, it's necessary to place the Flow Connectors representing the paths selected basing on the condition to be evaluated by the Gateway. Since this Gateway will evaluate the result of the execution of the "Verify Available Vacation Days" Task, it's necessary to add two Flow Connectors: one in case the vacation days are available and one in case the vacation days are unavailable. The former will activate a new Task for the approval of the vacation, the latter will re-activate the "Register Vacation Request" Task. Let's add the Flow Connector for the case in which the vacation days are available, we will simultaneously create the Task for the Supervisor approvation of the vacation: 1. click on the "Verify Available Vacation Days" Gateway element 2. in the Pie Menu on the Gateway, click on the User Task icon 3. drag the new User Task in the Supervisor Lane 4. enter "Approve Vacation Days" as Task name 5. double-click on the newly created Flow Connector 6. enter "Days Available" as Flow Connector name 7. in the Flow Connector Properties Panel check the Default Property (stating that this is the Connector followed by default) Let's add the Flow Connector for the case in which the vacation days are not available: 1. click on the "Verify Available Vacation Days" Gateway element 2. in the Pie Menu on the Gateway, click on the Flow Connector icon 3. drag the new Flow Connector to "Register Vacation Request" Task 4. double-click on the newly created Flow Connector 5. enter "Days Not Available" as Flow Connector name 7 Add a Service Exclusive Gateway Add a Flow Connector representing the case in which the vacation days are available
8 Add a Flow Connector representing the case in which the vacation days are not available 9. The approvation of the Supervisor must be checked by a Gateway that will define a path if the vacation has been approved and a path if the vacation hasn't been approved: 1. click on the "Approve Vacation Days" Task 2. in the Pie Menu on the Task, click on the Exclusive Gateway icon 3. enter "Verify Approvation Vacation Days" as Gateway name 4. in the Properties panel, in the Execution Property, select "Service" (since this element must be executed by the application) Add the "Verify Approvation Vacation Days" Exclusive Gateway 8
9 10. Once the Gateway has been placed, it's necessary to add the destination of the Flow Connectors. If the vacation days are not approved we want to notify it to the Employee, if the vacation days are approved we want to activate a Task executed by the Human Resource Assistant that manage the vacation request. Let's define the case in which the vacation are approved: 1. click on the "Verify Approvation Vacation Days" Gateway 2. in the Pie Menu on the Gateway, click on the User Task icon 3. drag the new User Task in the Human Resource Assistant Lane 4. enter "Make Administrative Task" as Task name 5. double-click on the newly created Flow Connector 6. enter "Approved" as Flow Connector name Let's define the case in which the vacation are not approved: 1. click on the "Verify Approvation Vacation Days" Gateway 2. in the Pie Menu on the Gateway, click on the User Task icon 3. drag the new User Task in the Employee Lane 4. enter "Inform Reject Reason" as Task name 5. double-click on the newly created Flow Connector 6. enter "Not Approved" as Flow Connector name Add the "Make Administrative Task" and "Inform Reject Reason" User Tasks 11. After the execution of the "Make Administrative Task" Task the process ends. It's necessary to add an End Event that states the end of the process: 9
10 1. click on the "Make Administrative Task" Task 2. in the Pie Menu on the Task, click on the End Event icon 3. drag the new End Event in the Employee Lane 4. enter "Vacation Request End" as End Event name After the execution of the "Inform Reject Reason" Task the process ends. It's necessary to add a Flow Connector from the Task to the "Vacation Request End" End Event: 1. click on the "Inform Reject Reason" Task 2. in the Pie Menu on the Task, click on the Flow Connector icon 3. drag the new Flow Connector to the "Vacation Request End" End Event Add the End Event Complete Process Representation 10
11 Step 2: Process Data Once the steps of the process have been entirely defined we can focus on the definition of the parameters of the process. Here we will define the internal structure of every parameter, if it's a simple parameter or a complex one (in this case we will create a Business Object). In this phase we will also define which process parameters are managed by every single Element in the process (Task, Event, Gateway). The first process parameter to define is the vacation request parameter. The vacation request is composed by multiple properties such as the request date, the start date and the end date. Since the vacation request is a complex parameter we must define a Business Object: 1. in the BPM Explorer view, right-click on the Business Objects project element 2. select New -> Business Object 3. enter "VacationRequest.bo" as Business Object name Create the Vacation Request Business Object 11
12 In the "VacationRequest" Business Object window, we will insert all the properties that define a vacation request: Request Date: contains the date in which the request is created Start Date: contains the start date of the vacation End Date: contains the end date of the vacation Notes: contains notes added by the Employee Let's add all the properties to the Vacation Request Business Object. In the VacationRequest Business Object widow, for every property: 1. click on the "Add" button 2. in the "Property Name" field enter the name of the property 3. in the "type" field select the type of the property as an example: 1. click on tha "Add" button 2. in the "Property Name" field enter "Request Date" 3. in the "type" field select"date" Add the properties to the Vacation Request Business Object Once the Vacation Request Business Object has been defined, it's possible to use it as process parameter: 1. click on the Edit Process Parameters icon next to the Pool name 2. in the Edit Process Parameters window click on the "Add" button 3. enter Vacation Request as parameter name 4. click on the Business Object icon 5. select the VacationRequest Business Object 12
13 Add the Vacation Request process parameter Now it's possible to state that during the "Register Vacation Request" Task, the Employee must edit the Vacation Request parameter: 1. click on the "Register Vacation Request" Task 2. in the properties panel select the Vacation Request parameter 3. check the properties Visible, Editable, Required 13
14 Set the Register Vacation Request Task parameters In the "Approve Vacation Days" task, the Supervisor will decide whether to approve or not the vacation days requested. In the Task, the Vacation Request will be Visible. It's necessary to add a new parameter, to represent the decision of the supervisor: 1. right-click on the pool 2. select Edit Process Parameter 3. in the Edit Process Parameter windows click the Add button 4. insert Approvation as parameter name 5. insert string as parameter type This parameter is particular since we want the Supervisor to choose only among these two values: "Approved" or "Not Approved". In order to define statically the available parameter values: 1. click on the gray dot next to the type field 2. in the Case Values Editing window click the Add button 3. insert "Approved" as value 4. again, click the Add button 5. insert "Not Approved" as value 14
15 Define the Approvation parameter case values If the Supervisor rejects the Vacation Request might want to provide reject reasons to the Employee. To do this it's necessary to define a new parameter named "Reject Reason": 1. right-click on the pool 2. select Edit Process Parameter 3. in the Edit Process Parameter windows click the Add button 4. insert Reject Reason as parameter name 5. insert text as parameter type (since the reject reason might be a long text) 15
16 Once the new paramaters has been set, it's possible to define in the "Approve Vacation Days" the Vacation Request parameter as Visible, the Approvation parameter as Required and the Reject Reason parameter as Editable. Set the Approve Vacation Days Task parameters The "Inform Reject Reason" Task function is only to provide to the Employee the Reject Reason of his Vacation Request. The Task is set only with the Inform Reject Reason parameter as Visible 16
17 Set the Inform Reject Reason Task parameters The "Make Administrative Task" Task will simply take the Vacation Request and perform all it's needed to register the vacation days. To accomplish this the task will only have the Vacation Request as Visible. 17
18 Set the Make Administrative Task Task parameters Step 3: Business Rule Once all the process parameters has been defined, it's possible to define the Business Rules. In this step we will define the behaviour of the process' Gateways defining the conditions for the proceeding of the process. The "Verify Available Vacation Days" Task will automatically evaluate the availability of the vacation days requested. According to this definition, this Service Task will evaluate the Vacation Request Parameter (wich will be set as Visible in the Activity Parameters Property). Moreover, the Service Task will provide the result of his execution in a new Process Parameter ("Availability", wich will be added to the Process Parameters and set as Visible, Editable and Required in the Activity Parameters Property, with "Available" and "Unavailable" as fixed Case Values). 18
19 The Verify Available Vacation Days Service Task Parameters The "Verify Days Availability" Gateway will automatically evaluate the result of the "Verify Available Vacation Days" Service Task execution. If the days availability is confirmed will activate the "Approve Vacation Days" Task, else it will return to the "Register Vacation Request" Task. 19
20 The Verify Days Availability Gateway Let's configure this Gateway: 1. click on the "Verify Available Vacation Days" Gateway 2. in the Properties Panel, in the Condition Type Property, choose Literal (since we want the Gateway to evaluate the value contained in the Availability Process Parameter) Configure the Verify Available Vacation Days Gateway Now we need to define the Flow Connector to be followed for each value defined for the Availability Process Parameter: 1. click on the "Verify Available Vacation Days" Gateway 2. in the Properties Panel, in the Condition Value Property, click the Browse button 3. select the Availability Process Parameter in the Parameter field 4. select the Available case value for the Flow Connector that leads to the "Approve Vacation Days" Task 5. select the Unavailable case value for the Flow Connector that leads to the "Register Vacation Request" Task 20
21 The "Verify Approvation" Gateway will automatically evaluate the Approvation parameter, defining which path should be followed basing on the parameter's value. 1. click on the "Verify Approvation" Gateway element 2. in the Properties panel, in the Condition type Property, select "Literal" (since the evaluation is based on the parameter's value) Once the Gateway has been configured, we should associate to each outgoing flow connector the right parameter's value: 1. click on the "Verify Approvation" Gateway 2. in the Properties Panel, in the Condition Value Property, click the Browse button 3. select the Approvation Process Parameter in the Parameter field 4. select the Not Approved case value for the Flow Connector that leads to the "Inform Reject Reason" Task 5. select the Approved case value for the Flow Connector that leads to the "Make Administrative Task" Task Configure the Verify Approvation Gateway Step 4: Business Process Users By defining the Process Lanes we are defining all the actor categories of a process. With the Roles we are defining the Group of users that will use the Process. A Role might correspond to several Lanes in the same Process or in different Processes (e.g.: a user belonging to the Supervisor Role might act as Supervisor in a Vacation Request Process instance, but he might start a Vacation Request Process himself, or he might act as Employee in a Expense Report Process Instance). The Roles are defined within a BPM Project (since the Roles are shared in all the Process Models contained in the BPM Project). In this project we are creating three Roles: Employee, Supervisor and Human Resource Assistant: Employee Role: is related to the Employee Lane in the Vacation Request Process Model Supervisor Role: is related to the Superisor ane Employee Lane (since a Supervisor user might ask for vacations himself) 21
22 Human Resource Assistant: is related to the Human Resource Assistant Lane in the Vacation Request Process Model (we assume that a Human Resource Assistant user will use a different Process for his Vacation Requests To add the user Roles to the Project, in the BPM Explorer window double click on the "Roles" node, or right-click on this node, than on Open With -- >Roles Editor. Open Roles Configuration Panel Once the Roles configuration panel has been shown it's possible to create the Roles: 1. click on the "Add" button 2. insert the Role name Create the BPM Project Roles Now we can associate the newly created Roles to the Vacation Request Process Model Lanes: 1. in the Process Model click on the Employee Lane 22
23 2. in the Properties panel, click on the Roles Property Select Roles button 3. choose the Employee and the Supervisor Roles Define the Roles that can act as Employee in the Vacation Request Process Model It's possible to repeat this steps to associate the Supervisor Role to the Supervisor Lane and the Human Resource Assistant Role to the Human Resource Assistant Lane. Step 5: Publish the Process Now we have completely defined the process. It's possible to validate the process model by activating the Publish Process functionality. This functionality will automatically create a Java Web Application that supports the process modeled and permits to verify the model correctness browsing it 23
Process Modeling using BPMN 2.0
Process Modeling using BPMN 2.0 This chapter provides a brief overview of Business Process Modeling Notation (BPMN) concepts with particular emphasis on the BPMN 2.0 additions. In addition, it describes
Bizagi BPM Suite Loan Assessment Process Lab
Bizagi BPM Suite Loan Assessment Process Lab Submitted By: Shilpa Kochar Student ID: N8690723 Unit: Minor Project 1 INN690 Supervised By: Professor Marcello La Rosa Overview This report deals with the
AXIS 1440 Print Server For EPSON Printers: Product Update. Important Information for Windows
Important Information for Windows AXIS 1440 Print Server For EPSON Printers: Product Update Important Information for Windows If you are using Windows 95, Windows 98, or Windows NT 4.0, you need to turn
Set Up E-mail Setup with Microsoft Outlook 2007 using POP3
Page 1 of 14 Help Center Set Up E-mail Setup with Microsoft Outlook 2007 using POP3 Learn how to configure Outlook 2007 for use with your 1&1 e-mail account using POP3. Before you begin, you will need
Outlook Webb App quick guide
What is Outlook Web App 2010? Outlook Webb App quick guide Updated 7/17/2012 The Outlook Web App allows you to access your University e-mail and calendar from any computer that has Internet access via
Rational Team Concert. Quick Start Tutorial
Rational Team Concert Quick Start Tutorial 1 Contents 1. Introduction... 3 2. Terminology... 4 3. Project Area Preparation... 5 3.1 Defining Timelines and Iterations... 5 3.2 Creating Team Areas... 8 3.3
BASIC CLASSWEB.LINK INSTALLATION MANUAL
LINKS MODULAR SOLUTIONS BASIC CLASSWEB.LINK INSTALLATION MANUAL classweb.link installation Links Modular Solutions Pty Ltd Table of Contents 1. SYSTEM REQUIREMENTS 3 2. DATABASES 3 Standalone Links Database
Model Simulation in Rational Software Architect: Business Process Simulation
Model Simulation in Rational Software Architect: Business Process Simulation Mattias Mohlin Senior Software Architect IBM The BPMN (Business Process Model and Notation) is the industry standard notation
Loan Assessment Process
Loan Assessment Process www.bizagi.com Copyright 2014 - bizagi Table of Contents INTRODUCTION TO BIZAGI BPM SUITE... 3 WORKSHOP: LOAN ASSESSMENT PROCESS... 5 DESCRIPTION OF THE LOAN ASSESSMENT PROCESS...
JAVS Scheduled Publishing. Installation/Configuration... 4 Manual Operation... 6 Automating Scheduled Publishing... 7 Windows XP... 7 Windows 7...
1 2 Copyright JAVS 1981-2010 Contents Scheduled Publishing... 4 Installation/Configuration... 4 Manual Operation... 6 Automating Scheduled Publishing... 7 Windows XP... 7 Windows 7... 12 Copyright JAVS
KPN SMS mail. Send SMS as fast as e-mail!
KPN SMS mail Send SMS as fast as e-mail! Quick start Start using KPN SMS mail in 5 steps If you want to install and use KPN SMS mail quickly, without reading the user guide, follow the next five steps.
After going through this lesson you would be able to:
18 :: Data Entry Operations 2 Operating System 2.1 INTRODUCTION The operating system in these days uses a graphical user interface (GUI). Here you do not have to remember all the commands by heart. The
How to setup a VPN on Windows XP in Safari.
How to setup a VPN on Windows XP in Safari. If you want to configure a VPN connection from a Windows XP client computer you only need what comes with the Operating System itself, it's all built right in.
Bonita Open Solution. Introduction Tutorial. Version 5.7. Process Design User Guidance Profile: Business Analyst
Bonita Open Solution Version 5.7 Introduction Tutorial Process Design User Guidance Profile: Business Analyst Contents Introduction... 5 Part 1. Download, install, and launch Bonita Open Solution locally...
Altaro Hyper-V Backup - Getting Started
Altaro Hyper-V Backup - Getting Started System Requirements Supported Host Operating Systems: Altaro Hyper-V Backup: o Windows 2008 R2 (all editions) o Windows 2008 R2 SP1 o Windows Hyper-V Server 2008
LPR for Windows 95 TCP/IP Printing User s Guide
LPR for Windows 95 TCP/IP Printing User s Guide First Edition Printed in Taiwan, R.O.C. RECYCLABLE Copyright Statement Trademarks Limited Warranty Copyright 1997 D-Link Corporation No part of this publication
Printer Sharing of the PT-9500pc in a Windows Environment
Printer Sharing of the PT-9500pc in a Windows Environment This procedure is for configuring the PT-9500pc as a shared printer in Microsoft Windows. For printer sharing to operate correctly, please be sure
Drawing BPMN 2.0 Business Process Diagram Written Date : March 9, 2016
Written Date : March 9, 2016 Business Process Modeling Notation 2.0 makes a great improvement in business process modeling. There are number of new notations introduced in BPMN 2.0. In this tutorial we
Office 365 Employee Email San Jac Outlook 2013
Office 365 Employee Email San Jac Outlook 2013 Interface Overview 1. Quick Access Toolbar contains shortcuts for the most commonly used tools. 2. File tab (Backstage View) contains tools to manage account
Archiving Email - Outlook 2003
Archiving Email - Outlook 2003 Archiving data automatically Configuring the Automatic Archiving of Items Archiving data manually Restoring Data Archiving data automatically Over time you will likely want
5.6.3 Lab: Registry Backup and Recovery in Windows XP
5.6.3 Lab: Registry Backup and Recovery in Windows XP Introduction Print and complete this lab. In this lab, you will back up a computer registry. You will also perform a recovery of a computer registry.
WEBTIME CLEARING HOUSE Version 7.1.4
WEBTIME CLEARING HOUSE Version 7.1.4 Computer Arts, Inc. has created a module in Payroll to manage and track daily time to comply with reporting requirements for the Affordable Care Act. The Webtime Clearing
Installing GFI Network Server Monitor
Installing GFI Network Server Monitor System Requirements Machines running GFI Network Server Monitor require: Windows 2000 (SP1 or higher), 2003 or XP Pro operating systems. Windows scripting host 5.5
Virtual Office Remote Installation Guide
Virtual Office Remote Installation Guide Table of Contents VIRTUAL OFFICE REMOTE INSTALLATION GUIDE... 3 UNIVERSAL PRINTER CONFIGURATION INSTRUCTIONS... 12 CHANGING DEFAULT PRINTERS ON LOCAL SYSTEM...
6 USING WINDOWS XP 6.1 INTRODUCTION
6 USING WINDOWS XP 6.1 INTRODUCTION The windows operating system started with the introduction of Windows OS and Windows for work group for networking. Since then it has come a long way and Windows 95,
Welcome to Ipswitch Instant Messaging
Welcome to Ipswitch Instant Messaging What is Instant Messaging (IM), anyway? In a lot of ways, IM is like its cousin: e-mail. E-mail, while it's certainly much faster than the traditional post office
Introduction to BPMN Part III - Flow and Connecting Objects Written Date : March 07, 2016
Introduction to BPMN Part III - Flow and Connecting Objects Written Date : March 07, 2016 Flow elements refer to elements that are connected together to form a complete process flow. Connectors that connect
Technical White Paper
Technical White Paper Web Server Configuration Internet Information Service (IIS) The following web server configuration instructions apply to UnitySync, Profiler, and Infocanon. While we use UnitySync
Google Docs, Sheets, and Slides: Share and collaborate
Google Docs, Sheets, and Slides: Share and collaborate Once you've created your document, you can share it with others. Collaborators can then edit the same document at the same time you'll always have
Setting Up Your FTP Server
Requirements:! A computer dedicated to FTP server only! Linksys router! TCP/IP internet connection Steps: Getting Started Configure Static IP on the FTP Server Computer: Setting Up Your FTP Server 1. This
owncloud Configuration and Usage Guide
owncloud Configuration and Usage Guide This guide will assist you with configuring and using YSUʼs Cloud Data storage solution (owncloud). The setup instructions will include how to navigate the web interface,
Outlook Web Application (OWA) Basic Training
Outlook Web Application (OWA) Basic Training Requirements to use OWA Full Version: You must use at least version 7 of Internet Explorer, Safari on Mac, and Firefox 3.X (these two achieve 99 percent feature
LPR for Windows 95/98/Me/2000/XP TCP/IP Printing User s Guide. Rev. 03 (November, 2001)
LPR for Windows 95/98/Me/2000/XP TCP/IP Printing User s Guide Rev. 03 (November, 2001) Copyright Statement Trademarks Copyright 1997 No part of this publication may be reproduced in any form or by any
Oracle BPM 11g. Hands-On Workshop Lab Guide
Oracle BPM 11g Hands-On Workshop Lab Guide Copyright 2010 TABLE OF CONTENTS AGENDA:... 4 GETTING STARTED... 5 LAB 1: BPMN MODELING... 14 Introduction... 14 Naming Convention... 15 Creating the BPM Project
Configuring VPN Using Windows XP
Configuring VPN Using Windows XP How to Create a VPN Connection What is VPN? Connecting to VPN Create a VPN Connection Connect to Your Work Computer Copying Files What is VPN? Virtual Private Networks
Mac Outlook Calendar/Scheduler and Tasks
Introduction Schedule an event and/or meeting. Schedule all-day and recurring events. Assign tasks to another user and use special shortcut keys. Contents Introduction Contents Calendar View Edit an appointment
Supplement I.B: Installing and Configuring JDK 1.6
Supplement I.B: Installing and Configuring JDK 1.6 For Introduction to Java Programming Y. Daniel Liang This supplement covers the following topics: Downloading JDK 1.6 ( 1.2) Installing JDK 1.6 ( 1.3)
MTA Course: 10753 Windows Operating System Fundamentals Topic: Understand backup and recovery methods File name: 10753_WindowsOS_SA_6.
STUDENT ACTIVITY 6.1: UNDERSTAND BACKUP AND RECOVERY METHODS MTA Course: 10753 Windows Operating System Fundamentals Topic: Understand backup and recovery methods File name: 10753_WindowsOS_SA_6.1 Lesson
Firmware Update Procedures
Wireless File Transmitter WFT-E2 / E2A Firmware Update Procedures Outline for Firmware Update Procedures 1. Format the Memory card used for the firmware update. Use the camera to format the Memory card.
The Blackboard Content System: A Quick Start Guide
The Blackboard Content System: A Quick Start Guide 2009 Instructional Support Center, Temple University Table of Contents Part 1-Overview of the Blackboard Content System 3 What is the Blackboard Content
Web Editing Tutorial. Copyright 1995-2010 Esri All rights reserved.
Copyright 1995-2010 Esri All rights reserved. Table of Contents Tutorial: Creating a Web editing application........................ 3 Copyright 1995-2010 Esri. All rights reserved. 2 Tutorial: Creating
Getting started with 2c8 plugin for Microsoft Sharepoint Server 2010
Getting started with 2c8 plugin for Microsoft Sharepoint Server 2010... 1 Introduction... 1 Adding the Content Management Interoperability Services (CMIS) connector... 1 Installing the SharePoint 2010
Google Docs: Share and collaborate
Google Docs: Share and collaborate Once you've created your document, share it with others! Collaborators can then edit the same document at the same time -- you'll always have the most up-to-date version
iw Document Manager Cabinet Converter User s Guide
iw Document Manager Cabinet Converter User s Guide Contents Contents.................................................................... 1 Abbreviations Used in This Guide................................................
Installing Globodox Web Client on Windows 7 (64 bit)
Notes: Supported Editions - Windows 7 Professional, Windows 7 Enterprise, and Windows 7 Ultimate. Make sure that the Globodox Desktop Client is installed. Make sure it is not running. Please click on Allow
TECHNICAL TRAINING LAB INSTRUCTIONS
In this lab you will learn how to login to the TotalAgility Designer and navigate around it. You will also learn how to set common Server Settings, create a simple capture workflow business process, save,
USING STUFFIT DELUXE THE STUFFIT START PAGE CREATING ARCHIVES (COMPRESSED FILES)
USING STUFFIT DELUXE StuffIt Deluxe provides many ways for you to create zipped file or archives. The benefit of using the New Archive Wizard is that it provides a way to access some of the more powerful
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
http://pkp.sfu.ca/ojs/docs/userguide/2.3.3/es/sectio neditor.html
Basic steps for section editors You should follow some preliminary considerations and diagrams for the purpose of assigning and managing a review. You have to do a quick reading of the text to evaluate
Samples and tutorials Version 7.5.0. Hiring Sample Tutorial for IBM Process Designer
Samples and tutorials Version 7.5.0 Hiring Sample Tutorial for IBM Process Designer ii Hiring Sample PDF books and the information center PDF books are provided as a convenience for printing and offline
Using Acrobat Comment and Markup tools
Using Acrobat Comment and Markup tools In Adobe Acrobat 9 and Adobe Reader, a comment is a note, highlight, stamp, or any other markup you add to your PDF document by using the comment and markup tools.
Witango Application Server 6. Installation Guide for Windows
Witango Application Server 6 Installation Guide for Windows December 2010 Tronics Software LLC 503 Mountain Ave. Gillette, NJ 07933 USA Telephone: (570) 647 4370 Email: [email protected] Web: www.witango.com
Customize tab; click the Accounts category; drag the satellite dish icon to your toolbar.
The Tech/Media Department will install and configure GroupWise for you on your classroom Mac OS X or PC computer. If GroupWise is not currently installed and you would like to begin using it, please submit
BusinessObjects Enterprise XI Release 2
BusinessObjects Enterprise XI Release 2 How to configure an Internet Information Services server as a front end to a WebLogic application server Overview Contents This document describes the process of
Fairfield University Using Xythos for File Sharing
Fairfield University Using Xythos for File Sharing Version 7.0 Table of Contents I: Manage your Department Folder...2 Your Department Folder... 2 II: Sharing Folders and Files Inside of Fairfield U...3
GroupWise Calendar GroupWise Task Lists GroupWise Reminder Notes Recurring Events Proxy Access Shared Folders
GroupWise Calendar GroupWise Task Lists GroupWise Reminder Notes Recurring Events Proxy Access Shared Folders Table of Contents Calendar Overview...1 Different Calendar Views...1 Set Default View...1 Set
Table of Contents. Welcome... 2. Login... 3. Password Assistance... 4. Self Registration... 5. Secure Mail... 7. Compose... 8. Drafts...
Table of Contents Welcome... 2 Login... 3 Password Assistance... 4 Self Registration... 5 Secure Mail... 7 Compose... 8 Drafts... 10 Outbox... 11 Sent Items... 12 View Package Details... 12 File Manager...
Learn how to create web enabled (browser) forms in InfoPath 2013 and publish them in SharePoint 2013. InfoPath 2013 Web Enabled (Browser) forms
Learn how to create web enabled (browser) forms in InfoPath 2013 and publish them in SharePoint 2013. InfoPath 2013 Web Enabled (Browser) forms InfoPath 2013 Web Enabled (Browser) forms Creating Web Enabled
CMU/SCS Computing Facilities. Microsoft Outlook 2010 Calendar Guide
CMU/SCS Computing Facilities Microsoft Outlook 2010 Calendar Guide Table of Contents Opening Outlook... 2 Finding your Calendar... 2 Creating entries on your calendar... 2 Appointments... 2 Meetings...
OWA - Outlook Web App
OWA - Outlook Web App Olathe Public Schools 0 Page MS Outlook Web App OPS Technology Department Last Revised: May 1, 2011 Table of Contents MS Outlook Web App... 1 How to Access the MS Outlook Web App...
Technical Bulletin. SQL Express Backup Utility
Technical Bulletin SQL Express Backup Utility May 2012 Introduction This document describes the installation, configuration and use of the SATEON SQL Express Backup utility, which is used to provide scheduled
Setting up Sharp MX-Color Imagers for Inbound Fax Routing to Email or Network Folder
Setting up Sharp MX-Color Imagers for Inbound Fax Routing to Email or Network Folder MX-2300, MX-2600, MX-2700, MX-3100, MX-3501, MX-4501, MX-5500, MX-6200, MX-6201, MX-7000, MX-7001, *MX-M850, *MX-M950,
Configuring a Custom Load Evaluator Use the XenApp1 virtual machine, logged on as the XenApp\administrator user for this task.
Lab 8 User name: Administrator Password: Password1 Contents Exercise 8-1: Assigning a Custom Load Evaluator... 1 Scenario... 1 Configuring a Custom Load Evaluator... 1 Assigning a Load Evaluator to a Server...
Instructions for Creating an Outlook E-mail Distribution List from an Excel File
Instructions for Creating an Outlook E-mail Distribution List from an Excel File 1.0 Importing Excel Data to an Outlook Distribution List 1.1 Create an Outlook Personal Folders File (.pst) Notes: 1) If
Outlook Managing Your Items
Course Description Managing your items is essential if you want Outlook to run as efficiently and effectively as possible. As with any filing system the longer you put off doing anything the larger the
Getting Started with the Aloha Community Template for Salesforce Identity
Getting Started with the Aloha Community Template for Salesforce Identity Salesforce, Winter 16 @salesforcedocs Last updated: December 10, 2015 Copyright 2000 2015 salesforce.com, inc. All rights reserved.
New World Construction FTP service User Guide
New World Construction FTP service User Guide A. Introduction... 2 B. Logging In... 4 C. Uploading Files... 5 D. Sending Files... 6 E. Tracking Downloads... 10 F. Receiving Files... 11 G. Setting Download
ACTIVE DIRECTORY DEPLOYMENT
ACTIVE DIRECTORY DEPLOYMENT CASAS Technical Support 800.255.1036 2009 Comprehensive Adult Student Assessment Systems. All rights reserved. Version 031809 CONTENTS 1. INTRODUCTION... 1 1.1 LAN PREREQUISITES...
Scribe Online Integration Services (IS) Tutorial
Scribe Online Integration Services (IS) Tutorial 7/6/2015 Important Notice No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, photocopying,
Microsoft Access Rollup Procedure for Microsoft Office 2007. 2. Click on Blank Database and name it something appropriate.
Microsoft Access Rollup Procedure for Microsoft Office 2007 Note: You will need tax form information in an existing Excel spreadsheet prior to beginning this tutorial. 1. Start Microsoft access 2007. 2.
Does the GC have an online document management solution?
This FAQ contains: Web File Services definition Access web file services Create a WFS folder Upload a document Email a link to a document folder Create WFS subscription Cancel existing subscription Create
NAS 225 Introduction to FTP Explorer
NAS 225 Introduction to FTP Explorer Connect to FTP sites and transfer files A S U S T O R C O L L E G E COURSE OBJECTIVES Upon completion of this course you should be able to: 1. Use FTP Explorer to connect
Virtual Data Centre. User Guide
Virtual Data Centre User Guide 2 P age Table of Contents Getting Started with vcloud Director... 8 1. Understanding vcloud Director... 8 2. Log In to the Web Console... 9 3. Using vcloud Director... 10
Installing GFI MailSecurity
Installing GFI MailSecurity Introduction This chapter explains how to install and configure GFI MailSecurity. You can install GFI MailSecurity directly on your mail server or you can choose to install
Introduction. Before you begin. Installing efax from our CD-ROM. Installing efax after downloading from the internet
Introduction Before you begin Before you begin installing efax, please check the following: You have received confirmation that your application for the efax service has been processed. The confirmation
Vodafone PC SMS 2010. (Software version 4.7.1) User Manual
Vodafone PC SMS 2010 (Software version 4.7.1) User Manual July 19, 2010 Table of contents 1. Introduction...4 1.1 System Requirements... 4 1.2 Reply-to-Inbox... 4 1.3 What s new?... 4 2. Installation...6
Outlook. Getting Started Outlook vs. Outlook Express Setting up a profile Outlook Today screen Navigation Pane
Outlook Getting Started Outlook vs. Outlook Express Setting up a profile Outlook Today screen Navigation Pane Composing & Sending Email Reading & Sending Mail Messages Set message options Organizing Items
for Invoice Processing Installation Guide
for Invoice Processing Installation Guide CVISION TECHNOLOGIES Copyright Technologies Trapeze for Invoice Processing CVISION TECHNOLOGIES 2013 Trapeze for Invoice Processing 3.0 Professional Installation
Delivery Fleet Optimization with GIS Functionality Webinar
Delivery Fleet Optimization with GIS Functionality Webinar May 28, 2015 Tom Baggio 1. Problem Definition The webinar objectives is a step-by-step process of building a simulation model of an aircraft part
Calendar: Advanced Features Set up reminders, sharing, secondary calendars, and more!
Sign in to Google Calendar at http://email.ucsc.edu with your CruzID and Blue password. You'll see your calendar weekly view. Calendar: Advanced Features Set up reminders, sharing, secondary calendars,
Desktop Surveillance Help
Desktop Surveillance Help Table of Contents About... 9 What s New... 10 System Requirements... 11 Updating from Desktop Surveillance 2.6 to Desktop Surveillance 3.2... 13 Program Structure... 14 Getting
Document Versions in ProjectWise
Document Versions in ProjectWise A useful feature of ProjectWise is version control of documents. A version is a read-only snapshot of a document. Maintaining the history of a document as edits are made
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
Outlook Web Access Tipsheets
You can use a Web browser to access your Outlook mailbox from any computer with an Internet connection. You can use Outlook Web Access with Microsoft Internet Explorer, Mozilla Firefox and many other browsers.
MS Excel Template Building and Mapping for Neat 5
MS Excel Template Building and Mapping for Neat 5 Neat 5 provides the opportunity to export data directly from the Neat 5 program to an Excel template, entering in column information using receipts saved
Supplement I.B: Installing and Configuring JDK 1.6
Supplement I.B: Installing and Configuring JDK 1.6 For Introduction to Java Programming Y. Daniel Liang This supplement covers the following topics: Downloading JDK 1.6 ( 1.2) Installing JDK 1.6 ( 1.3)
Bitrix Intranet Portal. Business Process Guide
Bitrix Intranet Portal Business Process Guide Introduction Bitrix Intranet Portal includes modules providing teamwork functions enabling to handle documents in the context of an intranet portal. The Business
Bonita Open Solution. Introduction Tutorial. Version 5.7. Application Development User Guidance Profile: Application Developer
Bonita Open Solution Version 5.7 Introduction Tutorial Application Development User Guidance Profile: Application Developer Contents Introduction...5 Part 1. Tutorial Process Overview...6 Part 2. Begin
Configuration for Professional Client Access
In a network environment, in order for the clients to access the data over the network, you will need to set up a network share to the data file. CREATING A NETWORK SHARE There may be slight differences
C-more Remote Access with Apple ipad or iphone Tutorial
C-more Remote Access with Apple ipad or iphone Tutorial P a g e 2 Introduction: This script will walk you through the basic process of setting up the remote access with an Apple ipad with the Remote Access
FRONTPAGE FORMS... ... ...
tro FRONTPAGE FORMS........................................ CREATE A FORM.................................................................................. 1. Open your web and create a new page. 2. Click
To install the SMTP service:
To install the SMTP service: From the Start menu, click Control Panel. 2. Double-click Add or Remove Programs. 3. From the left pane, click Add/Remove Windows Components. 4. From the Components list, click
Installing Java 5.0 and Eclipse on Mac OS X
Installing Java 5.0 and Eclipse on Mac OS X This page tells you how to download Java 5.0 and Eclipse for Mac OS X. If you need help, Blitz [email protected]. You must be running Mac OS 10.4 or later
Secure IIS Web Server with SSL
Secure IIS Web Server with SSL EventTracker v7.x Publication Date: Sep 30, 2014 EventTracker 8815 Centre Park Drive Columbia MD 21045 www.eventtracker.com Abstract The purpose of this document is to help
Building and Using Web Services With JDeveloper 11g
Building and Using Web Services With JDeveloper 11g Purpose In this tutorial, you create a series of simple web service scenarios in JDeveloper. This is intended as a light introduction to some of the
Migrating Groupwise Data
Migrating Groupwise Data Requirements: Windows Computer on CCSF admin network Outlook 2010 Groupwise 8 windows client Network access Office 365 login and password Groupwise login and password USB Flash
