Case Study: conceptual modeling of a helpdesk request manager

Size: px
Start display at page:

Download "Case Study: conceptual modeling of a helpdesk request manager"

Transcription

1 Case Study: conceptual modeling of a helpdesk request manager Prof. Dr. Gharaei UML, SoSe 2014 Version 1.3, Introduction An enterprise IT support team uses a helpdesk system to handle user requests concerning issues with regard to its infrastructure. This system consists of interacting components that exist independently. An outlook of them is given in the following illustration. It does not show the interrelationships between the components. A brief summary of the most important tasks the components of this system perform is listed in the following. Request management tracks the history of calls for the callers call (issue) management updating the processing status of an issue Service management initiates the workflow to fulfill user service requests tracks the status of the service request processing administers the processing of service requests Asset information tracking of system or network components supplying system resources including hierarchical relationships 1

2 managing information about location and usage of assets asset-related warranty information Reporting reporting call history reporting processing status providing search tools to select a collection of requests or processing status managing a pool of parameterizable standard reports Data access central sharing of data for all components central data update Web interface GUI for different user types including administrators, end users and analysts screenflows 1 I/O mail handling 2. The requirements A central part of the helpdesk system, the request manager (RM), handles the request lifecycle. Following requirements has been identified after a first review. 1. A helpdesk user must logging on to the system in order to use it. 2. The helpdesk user may create requests. 3. The request manager dispatches the requests received to individual helpdesk analyst. 4. The selection of analysts is based on the competence group of the analysts. 5. A helpdesk analyst must logon to the helpdesk system to view a list of all user requests assigned to him. 6. He has the possibility to sort them according to waiting time or priority. 7. Priorities are based on policies which consider the role of the requester, his department, the severity of the issue and the amount of similar requests. 8. Dependent on the request, the analyst may handle the issue by calling the requester, visiting him on the site or remotely logging in his computer. 9. For each request, an analyst can view and modify a log of activity. 10. A request will be removed automatically from the analyst`s queue, if it cannot be processed completely within 24 hours after assignment. 1 A screenflow designs interactions that a GUI user performs to complete a given task. It is based on a scenario of a user completing a given task. Hence it simulates all the screens, all the clicks and all the data entry necessary to start and complete that task. 2

3 11. A helpdesk user may view the processing state. 12. A helpdesk analyst sends policy-based individual user notification about the state of the processing. 13. The RM sends regular standard state notification to its users. 14. The RM can generate reports of activity for other helpdesk modules. 3. Primarily analysis We investigate the requirements to find out, which of the following information might be extracted: Roles An elementary behavior A compound behavior Business rules Entities Let us use a table to outline the results. The following abbreviations are used in this table: A (role) B (elementary behavior) W (compound behavior) R (business rule) E (entity) C (comment) # requirement Information extracted 1 A helpdesk user must logging on to the system in order to use it. A: helpdesk user B: logging on to the system C: The system is the RM = that part of the helpdesk that is being modeled 2 The helpdesk user may create requests. 3 The request manager (RM) dispatches the requests received to individual helpdesk analyst. 4 The selection of analysts is based on the competence group of the analysts. 5 A helpdesk analyst must logon to the helpdesk system to view a B: create request A: helpdesk user W: dispatching requests A: helpdesk analyst R: the whole requirement A: analyst B: selection of analyst E: competence group of the analysts A: helpdesk analysts B: logon to the helpdesk (= RM) 3

4 list of all user requests assigned to him. 6 He has the possibility to sort them according to waiting time or priority. 7 Priorities are based on policies which consider the role of the requester, his department, the severity of the issue and the amount of similar requests. 8 Dependent on the request, the analyst may handle the issue by calling the requester, visiting him on the site or remotely logging in his computer. 9 For each request, an analyst can view and modify a log of activity. 10 A request will be removed automatically from the analyst`s queue, if it cannot be processed completely within 24 hours after assignment. 11 A helpdesk user may view the processing state. 12 A helpdesk analyst sends policybased individual user notification about the state of the processing. 13 The RM sends regular standard state notification to its users. E: list of requests E: assigned request B: viewing own list of assigned requests A: analysts list W: sorting a request list B: sorting a request list according to waiting time R: a priority is assigned to each request E: priority of requests B: priority sorting of a request list R: the whole requirement E: priority of requests E: policy E: the role of the requester E: issue E: the department the requester belongs to E: the severity of the issue E: the amount of similar requests R: the whole requirement A: analyst E: the issue ( = the request) A: a requester = a helpdesk user W: handling the request B: visiting the requester B: calling the requester B: remote logging to the requester PC A: analyst E: analyst activity log B: view analyst activity log B: modify analyst activity log R: the whole requirement E: analyst`s queue W: rule-based, automatic removal of a request from the analyst`s queue E: timer with time-out function pro request W: request assignment A: helpdesk user E: processing state B: viewing processing state R: the whole requirement A: helpdesk analyst E: policy E: state of processing W: generating individualized policy-based state information E: user notification B: sending state notifications R: the whole requirement E: standard state notification E: standard state of the processing B: sending notifications 4

5 W: sending standard state notifications 14 The RM can generate reports of activity for other helpdesk modules. W: generating activity report A: other helpdesk module E: activity report 4. The Use Case diagram After the first rapid analysis of the requirements, three roles are being detected. We show them in a preliminary use case diagram. This should contain merely a frame for the diagram and all the roles we can extract form the table constructed after the preliminary analysis. Notes: This diagram is subject to augmentation. The roles might be changed as we treat the requirements specifically. It establishes a preliminary framework for our final UC diagram. UML does not propose any approach for construction of UC diagrams. 5

6 In a second step, we will try to find use cases for some requirements in order to build a complete use case diagram step-by-step. After reviewing the requirements, we decide to take the first five requirements. In this step, as well as in the future, we don`t hesitate to define relationships and stereotypes as soon as we recognize them. Notes: The definitions are still subject to change as we approach further. 6

7 In a next step, we realize the 6 th requirement. This is a slight augmentation. 7

8 After populating the diagram with the first use cases and their associations with the roles, we notice the following interesting features: a) Both roles analyst and helpdesk user needs a session manager UC. However, the session types are fundamentally different, since each session type has its own characteristics. b) Nevertheless, both sessions need a logon extension that seems to be similar for both. c) The logon behavior encompasses the logout function as well. d) Both analyst and Helpdesk user are users of the system. They share commonalities. e) Both kinds of sorting share commonalities as well. After considering these features, the diagram will be improved to the following form. 8

9 Considering the 7 th requirement: 7. Priorities are based on policies which consider the role of the requester, his department, the severity of the issue and the amount of similar requests. It is clear that this statement specifies the policies instead of an action. It remains to be considered later in an activity diagram. The 8 th requirement says: 8. Dependent on the request, the analyst may handle the issue by calling the requester, visiting him on the site or remotely logging in his computer. Here, a use case can only be recognized partially. It can be coarsely called handle request. This UC and the corresponding ones for the following two requirements are depicted in the next augmented diagram. 9. For each request, an analyst can view and modify a log of activity. 10. A request will be removed automatically from the analyst`s queue, if it cannot be processed completely within 24 hours after assignment. Why do we use a UC inheritance here? Does UML 2 allow this? Does the tool permit it? 9

10 The last step in UC design is the realization of the four further requirements: 11. A helpdesk user may view the processing state. 12. A helpdesk analyst sends policy-based individual user notification about the state of the processing. 13. The RM sends regular standard state notification to its users. 14. The RM can generate reports of activity for other helpdesk modules. 10

11 5. Homework A textual description of use cases has being ignored up to this point. This shall be done as homework. A possible structure may include the following data: a. Name: should always be user-centric, not system-centric (i,e, from the perspective of the user, not the system) e.g. making a deposit" (user-centric) versus "accepting a deposit (system-centric) b. Description: describe what the use case is accomplishing c. Desired outcome: might be a report, an event or condition or the like d. User goals: If the "Desired outcome" section describes what the user hopes to accomplish, the "Goals" section describes why the user is doing it. e. Participants/Roles: these are not physical users f. Dependencies: like Subset/Combines, Uses/Is-used-by (includes), Precedes/Follows, Requires, Extends/Is-specialization-of, Resembles, Equivalent g. Preconditions: What conditions must exist before this use case can complete successfully? h. Assumptions: What assumptions are you making about the state of the world when the use case runs? i. Postconditions: Frequently a use case changes the state of a system j. Scenarios: small narrative descriptions of someone working through the use case (special cases, extreme cases, failures (not implementation relevant) k. Business rules: policies that the business establishes that might effect the outcome of the use case From this list, the attributes dependencies, preconditions, assumptions and postconditions are the most important ones. However, the following criteria should be considered before assigning attributes to a use case: 1. It must make sense. In other words, an attribute must add non-trivial information to a use case. 2. Some well-known use cases like logon are self-explanatory. The attributes for them should merely describe the specific behavior of them. 11

12 6. Selected activity diagrams The UC dispatch request 12

13 The UC manage session This use case exhibits certain characteristics: It encompasses an interactive session that starts after a successful logon process. Most activities during a session are event driven. The following AD describes a possible model for this UC. The above diagram has some shortcomings. For instance, the join node immediately preceding the node session object means that the creation of a session depends on receiving the event show_req_queue. It remains as homework for the reader to modify the diagram in order to deal with this and other possible shortcomings. 13

UML TUTORIALS THE USE CASE MODEL

UML TUTORIALS THE USE CASE MODEL UML TUTORIALS THE USE CASE MODEL www.sparxsystems.com.au Sparx Systems 2004 Page 1/5 describes the proposed functionality of the new system. A Use Case represents a discrete unit of interaction between

More information

A Meeting Room Scheduling Problem

A Meeting Room Scheduling Problem A Scheduling Problem Objective Engineering, Inc. 699 Windsong Trail Austin, Texas 78746 512-328-9658 FAX: 512-328-9661 ooinfo@oeng.com http://www.oeng.com Objective Engineering, Inc., 1999-2007. Photocopying,

More information

Enterprise Integration: operational models of business processes and workflow systems *

Enterprise Integration: operational models of business processes and workflow systems * Enterprise Integration: operational models of business processes and workflow systems. 1 Enterprise Integration: operational models of business processes and workflow systems * G.Bruno 1, C.Reyneri 2 and

More information

Evaluator s Guide. PC-Duo Enterprise HelpDesk v5.0. Copyright 2006 Vector Networks Ltd and MetaQuest Software Inc. All rights reserved.

Evaluator s Guide. PC-Duo Enterprise HelpDesk v5.0. Copyright 2006 Vector Networks Ltd and MetaQuest Software Inc. All rights reserved. Evaluator s Guide PC-Duo Enterprise HelpDesk v5.0 Copyright 2006 Vector Networks Ltd and MetaQuest Software Inc. All rights reserved. All third-party trademarks are the property of their respective owners.

More information

Model Simulation in Rational Software Architect: Business Process Simulation

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

More information

Oracle Field Service Cloud SmartCollaboration Administration Panel. Release 4.5

Oracle Field Service Cloud SmartCollaboration Administration Panel. Release 4.5 Oracle Field Service Cloud SmartCollaboration Administration Panel Release 4.5 Copyright 2015 Oracle and/or its affiliates. All rights reserved. Part Number E62377-02. This software and related documentation

More information

How To Develop Software

How To Develop Software Software Engineering Prof. N.L. Sarda Computer Science & Engineering Indian Institute of Technology, Bombay Lecture-4 Overview of Phases (Part - II) We studied the problem definition phase, with which

More information

IIT MOBILEPRINT. Mobileprint Workflow

IIT MOBILEPRINT. Mobileprint Workflow IIT MOBILEPRINT Mobileprint integrates with existing OTS printing system to enable user to print documents, images and email messages using email client or a web capable devices. This include smartphones,

More information

NetIQ Advanced Authentication Framework

NetIQ Advanced Authentication Framework NetIQ Advanced Authentication Framework Security Officer Guide Version 5.2.0 1 Table of Contents 1 Table of Contents 2 Introduction 3 About This Document 3 Authenticators Management 4 Card 8 Email OTP

More information

Case studies: Outline. Requirement Engineering. Case Study: Automated Banking System. UML and Case Studies ITNP090 - Object Oriented Software Design

Case studies: Outline. Requirement Engineering. Case Study: Automated Banking System. UML and Case Studies ITNP090 - Object Oriented Software Design I. Automated Banking System Case studies: Outline Requirements Engineering: OO and incremental software development 1. case study: withdraw money a. use cases b. identifying class/object (class diagram)

More information

IRA 423/08. Designing the SRT control software: Notes to the UML schemes. Andrea Orlati 1 Simona Righini 2

IRA 423/08. Designing the SRT control software: Notes to the UML schemes. Andrea Orlati 1 Simona Righini 2 Designing the SRT control software: Notes to the UML schemes Andrea Orlati 1 Simona Righini 2 1 - I.N.A.F. Istituto di Radioastronomia. 2 Dip. Astronomia - Università degli Studi di Bologna. Dicembre 2008

More information

NETWRIX ACCOUNT LOCKOUT EXAMINER

NETWRIX ACCOUNT LOCKOUT EXAMINER NETWRIX ACCOUNT LOCKOUT EXAMINER ADMINISTRATOR S GUIDE Product Version: 4.1 July 2014. Legal Notice The information in this publication is furnished for information use only, and does not constitute a

More information

What s New in HelpDesk v5.5

What s New in HelpDesk v5.5 What s New in HelpDesk v5.5 Headlines V5.5 of the Vector HelpDesk is focused on increasing the effectiveness of Service Management operations through enhanced email integration and workflow management.

More information

Supporting Document Contact Points Toshiaki Sakaguchi, t-sakagu@sdl.hitachi.co.jp Shunsuke Akifuji, akifuji@sdl.hitachi.co.jp

Supporting Document Contact Points Toshiaki Sakaguchi, t-sakagu@sdl.hitachi.co.jp Shunsuke Akifuji, akifuji@sdl.hitachi.co.jp Supporting Document Workflow Scenario: Trouble Ticket Hitachi,Ltd. Supporting Document Contact Points Toshiaki Sakaguchi, t-sakagu@sdl.hitachi.co.jp Shunsuke Akifuji, akifuji@sdl.hitachi.co.jp Table of

More information

Module 12. Configuring and Managing Storage Technologies. Contents:

Module 12. Configuring and Managing Storage Technologies. Contents: Configuring and Managing Storage Technologies 12-1 Module 12 Configuring and Managing Storage Technologies Contents: Lesson 1: Overview of Windows Server 2008 Storage Management 12-3 Lesson 2: Managing

More information

Administrator Guide. LANDesk Service Desk Suite

Administrator Guide. LANDesk Service Desk Suite Administrator Guide LANDesk Service Desk Suite LANDESK SERVICE DESK SUITE ADMINISTRATOR GUIDE This document contains information that is the proprietary and confidential property of LANDesk Software, Inc.

More information

HP Service Manager. Software Version: 9.40 For the supported Windows and Linux operating systems. Processes and Best Practices Guide (Codeless Mode)

HP Service Manager. Software Version: 9.40 For the supported Windows and Linux operating systems. Processes and Best Practices Guide (Codeless Mode) HP Service Manager Software Version: 9.40 For the supported Windows and Linux operating systems Processes and Best Practices Guide (Codeless Mode) Document Release Date: December, 2014 Software Release

More information

A Process is Not Just a Flowchart (or a BPMN model)

A Process is Not Just a Flowchart (or a BPMN model) A Process is Not Just a Flowchart (or a BPMN model) The two methods of representing process designs that I see most frequently are process drawings (typically in Microsoft Visio) and BPMN models (and often

More information

OSU Drupal 6 Boot Camp Workbook

OSU Drupal 6 Boot Camp Workbook OSU Drupal 6 Boot Camp Workbook Provided by Central Web Services http://oregonstate.edu/cws Contact Call 541 737 1189 Help Ticket http://oregonstate.edu/cws/contact In Association With WebComm http://oregonstate.edu/ua/webcomm

More information

Microsoft Skype for Business/Lync

Microsoft Skype for Business/Lync Quick Glance: } Skype for Business/Lync is a text, voice, and video conference application. } Skype for Business is available for Windows computers. } Lync is available for Mac, ios, and Android devices.

More information

Queen s University Information Services Online Helpdesk User Guide. Contents. Page 1 of 12

Queen s University Information Services Online Helpdesk User Guide. Contents. Page 1 of 12 Queen s University Information Services Online Helpdesk User Guide Contents 1. View Your Call History 2. View Details of a Particular Call 3. Add a Note to a Call 4. Read a Note 5. Search a Knowledge Base

More information

PIE. Internal Structure

PIE. Internal Structure PIE Internal Structure PIE Composition PIE (Processware Integration Environment) is a set of programs for integration of heterogeneous applications. The final set depends on the purposes of a solution

More information

Business Process Modeling with Structured Scenarios

Business Process Modeling with Structured Scenarios Business Process Modeling with Structured Scenarios Doug Rosenberg ICONIX Software Engineering, Inc. In 2008, based on our experience with a number of business process engineering projects over the last

More information

Workflow Scenario: Trouble Ticket

Workflow Scenario: Trouble Ticket Supporting Document Workflow Scenario: Trouble Ticket Nortel Supported by: University of Newcastle upon Tyne OMG Document Number bom/98-03-10 Workflow Scenario: Trouble Ticket bom/98-03-10 Copyright 1998

More information

JIJI AUDIT REPORTER FEATURES

JIJI AUDIT REPORTER FEATURES JIJI AUDIT REPORTER FEATURES JiJi AuditReporter is a web based auditing solution for live monitoring of the enterprise changes and for generating audit reports on each and every event occurring in the

More information

WEB-BASED SIMULATION OF MANUFACTURING SYSTEMS

WEB-BASED SIMULATION OF MANUFACTURING SYSTEMS ISSN 1726-4529 Int j simul model 8 (2009) 2, 102-113 Professional paper WEB-BASED SIMULATION OF MANUFACTURING SYSTEMS Kehris, E. Technological Education Institute of Serres, Terma Magnisias, 621 24 Serres,

More information

Design Report: Resource Management Software CS400 Senior Design I

Design Report: Resource Management Software CS400 Senior Design I Design Report: Resource Management Software CS400 Senior Design I Mark Briggs Paul Knell John Schluechtermann Jeremy Vechinski Electrical Engineering and Computer Science Department Milwaukee School of

More information

Object Oriented Programming. Risk Management

Object Oriented Programming. Risk Management Section V: Object Oriented Programming Risk Management In theory, there is no difference between theory and practice. But, in practice, there is. - Jan van de Snepscheut 427 Chapter 21: Unified Modeling

More information

Course 10174B: Configuring and Administering Microsoft SharePoint 2010

Course 10174B: Configuring and Administering Microsoft SharePoint 2010 www.etidaho.com (208) 327-0768 Course 10174B: Configuring and Administering Microsoft SharePoint 2010 5 Days About this Course This five-day instructor-led course teaches students how to install, configure,

More information

SOLUTION BRIEF: SLCM R12.8 PERFORMANCE TEST RESULTS JANUARY, 2013. Submit and Approval Phase Results

SOLUTION BRIEF: SLCM R12.8 PERFORMANCE TEST RESULTS JANUARY, 2013. Submit and Approval Phase Results SOLUTION BRIEF: SLCM R12.8 PERFORMANCE TEST RESULTS JANUARY, 2013 Submit and Approval Phase Results Table of Contents Executive Summary 3 Test Environment 4 Server Topology 4 CA Service Catalog Settings

More information

REQUIREMENTS SPECIFICATION AND MANAGEMENT. Requirements Analysis and Specification

REQUIREMENTS SPECIFICATION AND MANAGEMENT. Requirements Analysis and Specification REQUIREMENTS SPECIFICATION AND MANAGEMENT In this note we give the requirements process in a software organization, a template for the requirements document, and the process to manage changes to the requirements.

More information

Bell Mobile Device Management (MDM)

Bell Mobile Device Management (MDM) Bell MDM Technical FAQs 1 Bell Mobile Device Management (MDM) Frequently Asked Questions INTRODUCTION Bell Mobile Device Management provides business customers an all in one device administration tool

More information

SapphireIMS 4.0 Service Desk Feature Specification

SapphireIMS 4.0 Service Desk Feature Specification SapphireIMS 4.0 Service Desk Feature Specification v1.4 All rights reserved. COPYRIGHT NOTICE AND DISCLAIMER No parts of this document may be reproduced in any form without the express written permission

More information

Vector HelpDesk - Administrator s Guide

Vector HelpDesk - Administrator s Guide Vector HelpDesk - Administrator s Guide Vector HelpDesk - Administrator s Guide Configuring and Maintaining Vector HelpDesk version 5.6 Vector HelpDesk - Administrator s Guide Copyright Vector Networks

More information

ewpts Shared Services CLEC View User Guide Revised June 2008 Release 8.2

ewpts Shared Services CLEC View User Guide Revised June 2008 Release 8.2 ewpts Shared Services CLEC View User Guide Revised June 2008 Release 8.2-1 - Table of Contents ewpts Shared Services Web Site Overview 3 Shared Services Order Type Overview 3 Download Digital Certificate

More information

SmartConnect Use Case: C7 Utility Uses SmartConnect Data for Targeted Marketing Campaigns December 29, 2009

SmartConnect Use Case: C7 Utility Uses SmartConnect Data for Targeted Marketing Campaigns December 29, 2009 SmartConnect Use Case: C7 Utility Uses SmartConnect Data for Targeted Marketing Campaigns December 29, 2009 Author: Edison SmartConnect Page 1 of 34 Document History Revision History Edison SmartConnect

More information

Self Service. Participant Guide. Level I. For Reference Only

Self Service. Participant Guide. Level I. For Reference Only Self Service Level I Participant Guide For Reference Only 10/28/2005 This document may contain proprietary information about our or our clients environment. Care should be taken to safeguard this information

More information

IMS Software Requirement Specification

IMS Software Requirement Specification IMS Software Requirement Specification GRUPPE 3 Alexandrow Paul Fruhwirth Clemens Gombotz Robert Jelinek Alexander

More information

Bitrix Site Manager 4.0. The Guide to Managing User Group Permissions

Bitrix Site Manager 4.0. The Guide to Managing User Group Permissions Bitrix Site Manager 4.0 The Guide to Managing User Group Permissions Contents CONTENTS...2 INTRODUCTION...3 ACCESS PERMISSION LEVELS...4 Access to files and folders...4 Permissions for the system modules

More information

HP Service Manager. Software Version: 9.34 For the supported Windows and UNIX operating systems. Incident Management help topics for printing

HP Service Manager. Software Version: 9.34 For the supported Windows and UNIX operating systems. Incident Management help topics for printing HP Service Manager Software Version: 9.34 For the supported Windows and UNIX operating systems Incident Management help topics for printing Document Release Date: July 2014 Software Release Date: July

More information

MY HELPDESK - END-USER CONSOLE...

MY HELPDESK - END-USER CONSOLE... Helpdesk User Guide Page 1 Helpdesk User Guide Table of Contents 1 INTRODUCTION... 3 1.1. OBJECTIVES... 3 1.2. END-USER CONSOLE... 3 1.3. SUMMARY OF RESPONSIBILITY... 3 1.4. HELPDESK INCIDENT LIFE CYCLE...

More information

CA Service Desk Manager - Mobile Enabler 2.0

CA Service Desk Manager - Mobile Enabler 2.0 This Document is aimed at providing information about the (CA SDM) Mobile Enabler and mobile capabilities that is typically not available in the product documentation. This is a living document and will

More information

Employee Self-Service Training Manual

Employee Self-Service Training Manual Employee Self-Service Training Manual Introduction 1 Contents Introduction... 4 Purpose of the Training Manual... 4 Contacts... 4 Introduction to Oracle Self-Service... 5 How to Sign on to sun-e-hr...

More information

Developing SOA solutions using IBM SOA Foundation

Developing SOA solutions using IBM SOA Foundation Developing SOA solutions using IBM SOA Foundation Course materials may not be reproduced in whole or in part without the prior written permission of IBM. 4.0.3 4.0.3 Unit objectives After completing this

More information

How To Create A Diagram On Rational Software Development Platform

How To Create A Diagram On Rational Software Development Platform Homework 7: Use Cases, Sequence Diagram, Activity Diagram, State Diagram Name : Student Number : Laboratory Time : Objectives Create a Use Case Diagram in Rational Software Development Platform Create

More information

INsight Call Center Users Guide

INsight Call Center Users Guide INsight Call Center Users Guide Table of Contents 1 INsight...1 1.1 Application Overview...1 1.2 Product Prerequisites...1 2 INsight Supervisor...2 2.1 Login...2 2.2 Call Queues...2 2.3 Agents Participating

More information

Teacher One 4 One Trade User Manual. Teacher Edition

Teacher One 4 One Trade User Manual. Teacher Edition Teacher One 4 One Trade User Manual Teacher Edition March 2012 The Teacher One 4 One Trade software can be found on mykpr in the Quick Links to Applications. There are several key concepts to understanding

More information

SOLUTION BRIEF: SLCM R12.7 PERFORMANCE TEST RESULTS JANUARY, 2012. Load Test Results for Submit and Approval Phases of Request Life Cycle

SOLUTION BRIEF: SLCM R12.7 PERFORMANCE TEST RESULTS JANUARY, 2012. Load Test Results for Submit and Approval Phases of Request Life Cycle SOLUTION BRIEF: SLCM R12.7 PERFORMANCE TEST RESULTS JANUARY, 2012 Load Test Results for Submit and Approval Phases of Request Life Cycle Table of Contents Executive Summary 3 Test Environment 4 Server

More information

Microsoft SharePoint 2010 Overview

Microsoft SharePoint 2010 Overview Course Code: M10174 Vendor: Microsoft Course Overview Duration: 5 RRP: 1,980 Configuring and Administering Microsoft SharePoint 2010 Overview This five day course teaches delegates how to install, configure

More information

Cello How-To Guide. Tenant Hierarchy Management

Cello How-To Guide. Tenant Hierarchy Management Cello How-To Guide Tenant Hierarchy Management Contents 1 Introduction to Tenant Hierarchy... 3 1.1 Tenant Type... 3 1.2 How to Enable Reseller... 4 1.3 Tenant Activation/Deactivation... 6 1.4 Tenant Impersonation...

More information

Set My University of Melbourne Identity Management Password for the First Time

Set My University of Melbourne Identity Management Password for the First Time Set My University of Melbourne Identity Management Password for the First Time This document provides instructions for New Staff or Existing Staff members who are using the Identity Management System (IdMS)

More information

Requirement engineering Exercise the POS System solution

Requirement engineering Exercise the POS System solution Requirement engineering Exercise the POS System solution Problem Description A POS (Point-Of-Sale) system is a computer system typically used to manage the sales in retail stores. It includes hardware

More information

Microsoft Dynamics GP 2010

Microsoft Dynamics GP 2010 Microsoft Dynamics GP 2010 Workflow Administrator s Guide March 30, 2010 Copyright Copyright 2010 Microsoft. All rights reserved. Limitation of liability This document is provided as-is. Information and

More information

Bitrix Site Manager ASP.NET. Installation Guide

Bitrix Site Manager ASP.NET. Installation Guide Bitrix Site Manager ASP.NET Installation Guide Contents Introduction... 4 Chapter 1. Checking for IIS Installation... 5 Chapter 2. Using An Archive File to Install Bitrix Site Manager ASP.NET... 7 Preliminary

More information

ADSelfService Plus Client Software Installation Guide

ADSelfService Plus Client Software Installation Guide ADSelfService Plus Client Software Installation Guide ( I n s t a l l a t io n t h r o u g h A DS e l f S e r v ic e P l u s w e b p o r t a l a n d M a n u a l I n s t a l l a t io n ) 1 Table of Contents

More information

Navajo Nation Department of Information Technology (NNDIT) Helpdesk Policy P100

Navajo Nation Department of Information Technology (NNDIT) Helpdesk Policy P100 Navajo Nation Department of Information Technology (NNDIT) Helpdesk Policy P100 HelpDesk Problem & Request Management Process The following discussion of Problem Management procedures is intended to provide

More information

ATM Case Study Part 1

ATM Case Study Part 1 ATM Case Study Part 1 A requirements document specifies the purpose of the ATM system and what it must do. Requirements Document A local bank intends to install a new automated teller machine (ATM) to

More information

Deploying the BIG-IP LTM system and Microsoft Windows Server 2003 Terminal Services

Deploying the BIG-IP LTM system and Microsoft Windows Server 2003 Terminal Services Deployment Guide Deploying the BIG-IP System with Microsoft Windows Server 2003 Terminal Services Deploying the BIG-IP LTM system and Microsoft Windows Server 2003 Terminal Services Welcome to the BIG-IP

More information

Microsoft Project Server 2010 Administrator's Guide

Microsoft Project Server 2010 Administrator's Guide Microsoft Project Server 2010 Administrator's Guide 1 Copyright This document is provided as-is. Information and views expressed in this document, including URL and other Internet Web site references,

More information

Basic ACD Planning. Agent Skill Group Planner ACD. Overflow Time

Basic ACD Planning. Agent Skill Group Planner ACD. Overflow Time Basic ACD Planning Agent Skill Group Planner The Agent Skill Group Planner assists in planning the distribution of workload between agent skill groups. Using the information collected from customer requirements

More information

IT Support Center Call Handling Metrics Week Beginning: January 3, 2016

IT Support Center Call Handling Metrics Week Beginning: January 3, 2016 IT Support Center Call Handling Metrics Week Beginning: January 3, 1 Avg Speed to Answer (Target :) Avg Abandon Time (Target 3:) Avg Talk Time (Target 7:) Avg After Call Work Time (Target 3:) Avg Speed

More information

Use Cases. Use Cases Diagrams

Use Cases. Use Cases Diagrams Use Cases Use cases Information Acquisition -- 1 Use Cases Diagrams Textual descriptions of the functionality of the system from user s perspective In our case we consider is the ACTOR perspective Used

More information

Administrator Operations Guide

Administrator Operations Guide Administrator Operations Guide 1 What You Can Do with Remote Communication Gate S 2 Login and Logout 3 Settings 4 Printer Management 5 Log Management 6 Firmware Management 7 Installation Support 8 Maintenance

More information

IQ MORE / IQ MORE Professional

IQ MORE / IQ MORE Professional IQ MORE / IQ MORE Professional Version 5 Manual APIS Informationstechnologien GmbH The information contained in this document may be changed without advance notice and represents no obligation on the part

More information

Interfacing SAS Software, Excel, and the Intranet without SAS/Intrnet TM Software or SAS Software for the Personal Computer

Interfacing SAS Software, Excel, and the Intranet without SAS/Intrnet TM Software or SAS Software for the Personal Computer Interfacing SAS Software, Excel, and the Intranet without SAS/Intrnet TM Software or SAS Software for the Personal Computer Peter N. Prause, The Hartford, Hartford CT Charles Patridge, The Hartford, Hartford

More information

IBM EXAM - C2180-373. IBM WebSphere Business Monitor V6.2 Solution Development. http://www.examskey.com/c2180-373.html

IBM EXAM - C2180-373. IBM WebSphere Business Monitor V6.2 Solution Development. http://www.examskey.com/c2180-373.html IBM EXAM - C2180-373 IBM WebSphere Business Monitor V6.2 Solution Development TYPE: DEMO http://www.examskey.com/c2180-373.html Examskey IBM C2180-373 exam demo product is here for you to test the quality

More information

Business Enhancement Ltd

Business Enhancement Ltd Business Enhancement Ltd. STANDARD OPERATING INSTRUCTION Business Enhancement Ltd Tel: +44 (0)1277-372301 Fax: +44 (0)1277-373505 e-mail: diamond@bel.org.uk Owner: TECHNICAL DIRECTOR Date: 07 July 2000

More information

Attix5 Pro Server Edition

Attix5 Pro Server Edition Attix5 Pro Server Edition V7.0.3 User Manual for Linux and Unix operating systems Your guide to protecting data with Attix5 Pro Server Edition. Copyright notice and proprietary information All rights reserved.

More information

Kaseya 2. User Guide. Version 1.0

Kaseya 2. User Guide. Version 1.0 Kaseya 2 Kaseya Service Desk User Guide Version 1.0 April 19, 2011 About Kaseya Kaseya is a global provider of IT automation software for IT Solution Providers and Public and Private Sector IT organizations.

More information

This exhibit describes how to upload project information from Estimator (PC) to Trns.port PES (server). Figure 1 summarizes this process.

This exhibit describes how to upload project information from Estimator (PC) to Trns.port PES (server). Figure 1 summarizes this process. Facilities Development Manual Chapter 19 Plans, Specifications and Estimates Section 5 Estimates Wisconsin Department of Transportation Exhibit 10.5 Uploading project from Estimator to Trns port PES September

More information

SCATS SALES AND CUSTOMER TRACKING SYSTEM SOFTWARE REQUIREMENTS SPECIFICATION VERSION: FINAL 1.0

SCATS SALES AND CUSTOMER TRACKING SYSTEM SOFTWARE REQUIREMENTS SPECIFICATION VERSION: FINAL 1.0 SCATS SALES AND CUSTOMER TRACKING SYSTEM SOFTWARE REQUIREMENTS SPECIFICATION VERSION: FINAL 1.0 OCTOBER 28, 2001 REVISION CHART Version Primary Author(s) Description of Version Date Completed Draft Johnny

More information

IT Service Management with System Center Service Manager

IT Service Management with System Center Service Manager Course 10965B: IT Service Management with System Center Service Manager Course Details Course Outline Module 1: Service Management Overview Effective IT Service Management includes process driven methodologies

More information

D&B SafeTransPort Tutorial YOUR MANAGED FILE TRANSFER SOLUTION FOR SECURE FILE TRANSFERS WITH D&B

D&B SafeTransPort Tutorial YOUR MANAGED FILE TRANSFER SOLUTION FOR SECURE FILE TRANSFERS WITH D&B Tutorial YOUR MANAGED FILE TRANSFER SOLUTION FOR SECURE FILE TRANSFERS WITH D&B Overview Overview Topics Covered overview, features and benefits Account activation and password maintenance Using the User

More information

Listening to the Customer s Voice 1

Listening to the Customer s Voice 1 Listening to the Customer s Voice 1 Karl E. Wiegers Process Impact 716-377-5110 www.processimpact.com Perhaps the greatest challenge facing the software developer is sharing the vision of the final product

More information

Creating a User Profile for Outlook 2013

Creating a User Profile for Outlook 2013 Creating a User Profile for Outlook 2013 This document tells you how to create a user profile for Outlook 2013 on your computer (also known as the Outlook client). This is necessary, for example, when

More information

AMI Use Case: B3 - Utility detects tampering or theft at customer site 03/16/06

AMI Use Case: B3 - Utility detects tampering or theft at customer site 03/16/06 AMI Use Case: 03/16/06 Author: James McGrath Author: James Mcgrath Page 1 of 23 Document History Revision History Revision Number Revision Date Revision / Reviewed By Summary of Changes Changes marked

More information

Project Management Plan for

Project Management Plan for Project Management Plan for [Project ID] Prepared by: Date: [Name], Project Manager Approved by: Date: [Name], Project Sponsor Approved by: Date: [Name], Executive Manager Table of Contents Project Summary...

More information

Remote Control 5.1.2. Tivoli Endpoint Manager - TRC User's Guide

Remote Control 5.1.2. Tivoli Endpoint Manager - TRC User's Guide Tivoli Remote Control 5.1.2 Tivoli Endpoint Manager - TRC User's Guide Tivoli Remote Control 5.1.2 Tivoli Endpoint Manager - TRC User's Guide Note Before using this information and the product it supports,

More information

3.1 Use Case Diagrams

3.1 Use Case Diagrams 3.1 Subject/Topic/Focus: Introduction to Use Cases Summary: System Boundary Actors Use Cases Generalization, Inclusion, Extension Literature: [Fowler99], UML Distilled, Second Edition [Booch98] Last change:

More information

Microsoft Dynamics GP Release

Microsoft Dynamics GP Release Microsoft Dynamics GP Release Workflow Installation and Upgrade Guide February 17, 2011 Copyright Copyright 2011 Microsoft. All rights reserved. Limitation of liability This document is provided as-is.

More information

CHAPTER 3 CALL CENTER QUEUING MODEL WITH LOGNORMAL SERVICE TIME DISTRIBUTION

CHAPTER 3 CALL CENTER QUEUING MODEL WITH LOGNORMAL SERVICE TIME DISTRIBUTION 31 CHAPTER 3 CALL CENTER QUEUING MODEL WITH LOGNORMAL SERVICE TIME DISTRIBUTION 3.1 INTRODUCTION In this chapter, construction of queuing model with non-exponential service time distribution, performance

More information

Softalk Share Server Quick Start Guide Micro-business scenario

Softalk Share Server Quick Start Guide Micro-business scenario Softalk Share Server Quick Start Guide Micro-business scenario Introduction Softalk Share Server lets Outlook users share personal and/or public folders with one another. This scenario assumes you have

More information

Vision Document CUSTOMER RELATION MANAGEMENT SYSTEM Version 1.0

Vision Document CUSTOMER RELATION MANAGEMENT SYSTEM Version 1.0 Vision Document CUSTOMER RELATION MANAGEMENT SYSTEM Version 1.0 Submitted in partial fulfillment of the requirements of the degree of Master of Software Engineering CIS 895 MSE Project Kansas State University

More information

Digital Phone - User Manual

Digital Phone - User Manual Digital Phone - User Manual The following are simple instructions and suggestions on how to better utilize your Digital Phone service from Micrologic. Should you need further assistance, do not hesitate

More information

Arcus Business Connect

Arcus Business Connect A Solution Built for Success Arcus Business Connect is a hosted PBX phone solution. It allows you to use phones over the internet. This cloud-based technology eliminates the need for hardware systems and

More information

Hosted VoIP Phone System. Admin Portal User Guide for. Enterprise Administrators

Hosted VoIP Phone System. Admin Portal User Guide for. Enterprise Administrators Hosted VoIP Phone System Admin Portal User Guide for Enterprise Administrators Contents Table of Figures... 3 1 About this Guide... 4 2 Accessing the Hosted VoIP Phone System Administration Portal... 5

More information

HP Service Manager. Software Version: 9.40 For the supported Windows and Linux operating systems. Request Management help topics for printing

HP Service Manager. Software Version: 9.40 For the supported Windows and Linux operating systems. Request Management help topics for printing HP Service Manager Software Version: 9.40 For the supported Windows and Linux operating systems Request Management help topics for printing Document Release Date: December 2014 Software Release Date: December

More information

From Business World to Software World: Deriving Class Diagrams from Business Process Models

From Business World to Software World: Deriving Class Diagrams from Business Process Models From Business World to Software World: Deriving Class Diagrams from Business Process Models WARARAT RUNGWORAWUT 1 AND TWITTIE SENIVONGSE 2 Department of Computer Engineering, Chulalongkorn University 254

More information

PrettyMay Call Center for Skype

PrettyMay Call Center for Skype PrettyMay Call Center for Skype User Guide Released 4i Copyright 2005-2010 PrettyMay Team. All Rights Reserved www.prettymay.net 1 Contents Preface... 4 How to use this guide... 5 Finding Out What s New...

More information

Five9 Virtual Contact Center

Five9 Virtual Contact Center Cloud Contact Center Software Five9 Virtual Contact Center Campaign Administrator s Guide November 2014 This guide describes how to create, configure, and manage outbound, inbound, and autodial campaigns.

More information

HelpSystems Web Server User Guide

HelpSystems Web Server User Guide HelpSystems Web Server User Guide Copyright Copyright HelpSystems, LLC. Robot is a division of HelpSystems. HelpSystems Web Server, OPAL, OPerator Assistance Language, Robot ALERT, Robot AUTOTUNE, Robot

More information

Building a virtual marketplace for software development tasks

Building a virtual marketplace for software development tasks Building a virtual marketplace for software development tasks Boris Kötting & Frank Maurer University of Kaiserlautern & University of Calgary koetting@informatik.uni-kl.de & maurer@cpsc.ucalgary.ca Abstract

More information

Business Internet Fax service from Bell User Guide

Business Internet Fax service from Bell User Guide Business Internet Fax service from Bell User Guide Table of contents Getting Started 3 Send and receive faxes through your email management software 3 Send a fax 3 Receive a fax 3 Internet Fax Management

More information

JOURNAL OF OBJECT TECHNOLOGY

JOURNAL OF OBJECT TECHNOLOGY JOURNAL OF OBJECT TECHNOLOGY Online at www.jot.fm. Published by ETH Zurich, Chair of Software Engineering JOT, 2006 Vol. 5. No. 8, November-December 2006 Requirements Engineering Tasks Donald Firesmith,

More information

Remote Terminal Service (RTS) User Guide (Version 2.1)

Remote Terminal Service (RTS) User Guide (Version 2.1) Remote Terminal Service (RTS) User Guide (Version 2.1) Page 1 Table of Content Content Page 1 Introduction 3 2 Prerequisite 3 3 Logon Corporate Network via Internet 4 4 Download and Install RTS Client

More information

SysML Modelling Language explained

SysML Modelling Language explained Date: 7 th October 2010 Author: Guillaume FINANCE, Objet Direct Analyst & Consultant UML, the standard modelling language used in the field of software engineering, has been tailored to define a modelling

More information

TriCore Secure Web Email Gateway User Guide 1

TriCore Secure Web Email Gateway User Guide 1 TriCore Secure Web Email Gateway User Guide This document provides information about TriCore Secure Web Email Gateway. This document is for users who are authorized to send and receive encrypted email

More information

11 Tips to make the requirements definition process more effective and results more usable

11 Tips to make the requirements definition process more effective and results more usable 1 11 Tips to make the s definition process more effective and results more usable This article discusses what I believe are the key techniques for making s definition process repeatable from project to

More information

OpenScape Business V1R3

OpenScape Business V1R3 OpenScape Business V1R3 How To Configure OpenScape Business X model for use with OpenScape Contact Center Version 1.1 Table of Contents 1. Connecting OSCC to an OpenScape Business V1R3 3 2. Configuring

More information