Transactional Process

Size: px
Start display at page:

Download "Transactional Process"

Transcription

1 Transactional Process Bizagi Suite

2 Transactional Process 1 Table of Contents Transactional process Travel request... 3 Process Elements... 5 Register Travel Request... 5 Approve Travel Request... 6 Request Approved?... 7 Send Rejection Message... 7 Booking... 7 Error Event... 8 Handle Unexpected Error... 8 Notify Unexpected Error... 9 Cancel Event...10 Unsuccessful Booking...10 Notify Unsuccessful Booking Advance Required? Disburse Travel Advance Upon Return Report Expenses...12 Booking...13 Process Elements...13 Book Hotel...13 Book Car... 14

3 Transactional Process 2 Book Flight...15 Notify Employee...16 Compensate Event Cancel Hotel...18 Cancel Flight...18 Cancel Car...19 Report Expenses...21 Process Elements...21 Register Expenses Report...21 Approve Expense Report Approved? Review Policies Policies Ok? Record Expenses Performers... 27

4 Transactional Process 3 Transactional process Travel request Version: 1.0 Author: Bizagi Process Modeler Bizagi is a powerful and easy tool to use. Bizagi can model processes ranging from the smallest and simplest to the most robust and complex aspects. The Travel Request is an example of how a complex process can be modeled easily. The process begins when an employee makes a travel request, the employee indicates the travel requirements and the employee s boss can accept, reject or request changes in the application. If the request is accepted, the process continues to the booking sub-process. If all the reservations are successful, the sub-process ends and the process continues to the next activity, Disburse Travel Advance. Finally, when the employee returns from the trip, it is necessary to register all the travel expenses. The booking sub-process requires especial treatment because it is necessary for the process that all the activities are successfully completed. If one activity is not finished

5 Transactional Process 4 correctly, all the other activities that have been completed need to be reserved. In other words, if one booking fails it is necessary to undo those that did not. In order to achieve that, the Booking sub-process was modeled as a transaction because it is supported by a special protocol that assures that all parties involved have complete agreement about completing or canceling the whole sub-process. A Transactional sub process is performed successfully when all the activities inside the sub process are ended correctly. The sub process finalizes and the task s results are stored on the database. Exceptions or cancellation events are launched without affecting the information or integrity of the database when the transaction is not successfully completed. Scope Bizagi s Transactional template is designed to implement a complex process using a transactional sub- process. Objectives Implementing an example of a transactional sub-process (the Booking subprocess). Showing Bizagi s powerful feature of transactional sub-process.

6 Transactional Process 5 Process Elements Register Travel Request The first task is Register Travel Request in which an employee enters all the information for the proposed trip. The employee includes all the hotel details and ticket requirements. Actions Type On Enter On Exit Set the date, applicant and the departing city based on the location of the applicant Set the total of the advance required

7 Transactional Process 6 Approve Travel Request The applicant s boss can approve, reject or request a change in the travel request, if the applicant requested an advance the boss must enter the approved amount. Actions Type On Exit Total Advance Approved

8 Transactional Process 7 Request Approved? The boss can approve, reject or request changes in the trip application. Gateways Changes Required: The process returns to the applicant. Yes: If the request is approved the process continues to the booking subprocess No: If the request is rejected, the employee is notified. Send Rejection Message Sent the rejection message to the applicant. Script Dear <TransactionProcess.Applicant.fullName> <TransactionProcess.Applicant. Your travel request has been rejected. Travel Request <RadNumber> Your boss <TransactionProcess.Applicant.idBossUser.fullName> has rejected your travel request departing from <TransactionProcess.DepartureCity.Name> on the <TransactionProcess.DepartureDate> Best regards, Administrative Team Booking In the Booking sub-process the Travel Assistant books the items (Hotel, Flight or Car) requested by the employee. The process is modeled as a transaction which has a special behavior. There are three possible outcomes. The first is when all the activities are successfully completed; the travel assistant can book all the requested items without a problem.

9 Transactional Process 8 If at any moment it is not possible to do any of the reservations required, it is necessary to undo the reservations that were made (Compensation). The other way to leave the sub process is when something unexpected happens, so the activities are interrupted without compensation. The process can only continue to the next activity if all the bookings are made successfully. Error Event The flight booking is made through an interface. Suppose that in the Book flight task an error occurs with the connection to the external system. Thus, the transactional sub process cannot continue. The activities are interrupted (without compensation), the process flow continues through the error intermediate event. Handle Unexpected Error If the booking process ends because of an error, the process continues to this activity (accessed by the intermediate error), where it is necessary to comment and take actions about it.

10 Transactional Process 9 Notify Unexpected Error After the Handle Unexpected Error task it is necessary to inform the employee about it. Script Dear<TransactionProcess.Applicant.fullName>, During the flight booking an unexpected error occurred and therefore we were unable to complete your request. <TransactionProcess.HandleErrorComments> Best regards, Administrative Team

11 Transactional Process 10 Cancel Event If during the booking process any of the booking fails (the desired booking is not available) a cancellation exception is thrown. The transactional sub process cannot continue and it is necessary to undo the reservations that were made (Compensation). The process performs the activities of compensation for each one of the subprocess tasks and exits the sub-process through the cancellation event Unsuccessful Booking If the booking process ends because a booking fails, the process continues to this activity (accessed by the intermediate cancel flow), where it is necessary to make a comment.

12 Transactional Process 11 Notify Unsuccessful Booking If the booking sub-process ends because a booking is not available, the process continues to the Unsuccessful Booking task (accessed by the intermediate cancel event). After that it is necessary to inform the employee about it. Script Dear <TransactionProcess.Applicant.fullName>, Your travel request was canceled because the hotel or the car booking were not available. Best regards, Administrative Team Advance Required? If the applicant requests an advance, the process continues to the Disburse Travel Advance task. Gateways Yes: If the employee requested an advance the process continues to Disburse Travel Advance task. No: If the employee did not request an advance, the process continues to the Upon Return Report Expenses task. Disburse Travel Advance Disburse the advance to the employee and upload the disbursement record. This activity is performed if the employee made a request for an advance.

13 Transactional Process 12 Upon Return Report Expenses For a company it is necessary to have control of the employee s expenses during a business trip. In the Report Expenses activity the employee registers all his/her expenses, the boss approves or rejects it and finally reviews the company s policy relating to it.

14 Transactional Process 13 Booking Version: 1.0 Author: Bizagi Process Modeler Process Elements Book Hotel The travel assistant books a hotel and gives the hotel s information. If there are no hotels available the travel assistant selects the Hotel Unavailable flag. Actions Type On Exit On Enter Raise Event Hotel Set Request Information

15 Transactional Process 14 Book Car The travel assistant books a car. He/she includes the information about it. If there are no cars available the travel assistant selects the Car Unavailable flag. Actions Type On Enter On Exit Set Request Information Raise Car Event

16 Transactional Process 15 Book Flight The travel assistant books the required flight through an interface. If the process fails an error message is shown, and an exception error is thrown. Actions Type On Enter On Exit Set Request Information Raise Flight Event

17 Transactional Process 16 Notify Employee When the travel assistant finishes all the reservations, the employee is informed about the booking. Script Dear <TransactionProcess.Applicant.fullName>

18 Transactional Process 17 Information about your trip. Hotel: Name: <TransactionProcess.Hotel.HotelName> Address: <TransactionProcess.Hotel.Address> Telephone: <TransactionProcess.Hotel.Telephone> City: <TransactionProcess.Hotel.City.Name> Flight: Airline: <TransactionProcess.Flight.Airline.Airline Depart From: <TransactionProcess.Flight.DepartFrom.Name> Depart on: <TransactionProcess.Flight.DepartingDateTime> Arrive to: <TransactionProcess.Flight.ArriveTo.Name> Arrive on: <TransactionProcess.Flight.ArrivingDateTime> Car Rental Car Company: <TransactionProcess.Car.RentalCompanyName> Pick up Date:<TransactionProcess.Car.PickUpDate> Pick up Location: <TransactionProcess.Car.PickUpLocation> Return Date: <TransactionProcess.Car.ReturnDate> Best regards, Administrative Team Compensate Event If the hotel or the car booking is unavailable, it is necessary to compensate the other activities that have been completed: undo the reservation that did not fail. The Cancel activities are performed in the reverse order from which they were finished.

19 Transactional Process 18 Cancel Hotel If the car reservation is unavailable it is necessary to undo the Hotel reservation. This activity is only performed if the Book hotel activity was completed. Cancel Flight If the car or hotel reservation is not available it is necessary to cancel the flight. This activity is only performed if the Book Flight activity was completed.

20 Transactional Process 19 Cancel Car If the hotel reservation is not available it is necessary to cancel the car booking. This activity is only performed if the Book Car activity was completed. Actions Type On Exit Raise Event Car

21 Transactional Process 20

22 Transactional Process 21 Report Expenses Version: 1.0 Author: Bizagi Process Modeler Process Elements Register Expenses Report In this activity the employee enters the information about all the expenses made during the trip. Actions Type On Enter On Save On Exit Set the duration of the task in minutes Calculate Expenses and Returns Calculate Expenses and Returns Validate that at least 1 Expense has been Included

23 Transactional Process 22

24 Transactional Process 23 Approve Expense Report The boss of the employee approves or rejects the expenses report.

25 Transactional Process 24 Approved? If the expense report is correct, the process continues to the next activity. Gateway No: The process returns to the Register Expense Report. Yes: The process continues to the Review Policies task. Review Policies Review the approved information, taking into account that all the expenses must be valid under the company's policy.

26 Transactional Process 25

27 Transactional Process 26 Policies Ok? If the expense report and the policies are correct, the process continues to the last activity. Gateway Yes: The process continues to the Record Expenses task. No: The process returns to the Register Expense Report task. Record Expenses Check the Expenses recorded option.

28 Transactional Process 27 Performers Travel Assistant (Role) Corresponds to the person who facilitates travel arrangements for the company. Employee (Role) Corresponds to a person who works in the company and made a travel request Boss (Role) Corresponds to the boss of the applicant who made the travel request.

BPMN Guide Quick Start. by Bizagi BPM

BPMN Guide Quick Start. by Bizagi BPM BPMN Guide Quick Start by Bizagi BPM Recruitment and Selection 1 Table of Contents Scope... 2 BPMN 2.0 Business Process Modeling Notation... 2 Why Is It Important To Model With BPMN?... 2 Introduction

More information

Purchase Request. Bizagi Suite. Copyright 2016 Bizagi

Purchase Request. Bizagi Suite. Copyright 2016 Bizagi Purchase Request Bizagi Suite Purchase Request 1 Table of Contents Purchase Request... 3 Data model... Error! Bookmark not defined. Process Elements... Error! Bookmark not defined. Create Purchase Request...

More information

CHAPTER 4: VOUCHERS. *Travelers in this chapter are referenced as you. This chapter covers the following topics:

CHAPTER 4: VOUCHERS. *Travelers in this chapter are referenced as you. This chapter covers the following topics: CHAPTER 4: VOUCHERS A voucher records actual expenditures that you incur during TDY. Your voucher is pre-populated with information entered on your authorization; therefore you must have an approved authorization

More information

Onboarding Process. Construction Document

Onboarding Process. Construction Document Onboarding Process Construction Document Onboarding Process 2 Table of Contents Process Model...3 Data Model...5 Parameter Tables...6 Policies Parameterization... 7 Access Rights, Welcome Plan Activities,

More information

3142 Umoja Create Official Travel Request. Umoja Create Official Travel Request Version 4 Last Modified: 15-May-15 1

3142 Umoja Create Official Travel Request. Umoja Create Official Travel Request Version 4 Last Modified: 15-May-15 1 3142 Umoja Create Official Travel Request Umoja Create Official Travel Request Version 4 Last Modified: 15-May-15 1 Agenda Course Introduction Module 1: Travel Request Overview Module 2: Official Business

More information

Juniper Newsletter. User Manual Booking Engine - Update April st of March, Juniper Innovating Travel Technology

Juniper Newsletter. User Manual Booking Engine - Update April st of March, Juniper Innovating Travel Technology Juniper Newsletter User Manual Booking Engine - Update April 2017 31st of March, 2017 www.ejuniper.com Juniper Innovating Travel Technology Content 1. Accommodation 4 1.1. New field to enter the information

More information

If you can t find the answer to your questions below, take a look at the Travel pages on the intranet as well as the Travel and Expenses policy.

If you can t find the answer to your questions below, take a look at the Travel pages on the intranet as well as the Travel and Expenses policy. General questions If you can t find the answer to your questions below, take a look at the Travel pages on the intranet as well as the Travel and Expenses policy. Q: How do I book my travel? A: All your

More information

Egencia Special Report: How Leading Companies Leverage Egencia Technology to Drive Cost Savings

Egencia Special Report: How Leading Companies Leverage Egencia Technology to Drive Cost Savings The Fundamentals of Travel Cost Savings Is your company: Consolidating 100% of its travel spend? Providing travelers with maximum access to inventory? Empowering travelers with powerful search & filtering

More information

Philadelphia Infant Toddler Early Intervention

Philadelphia Infant Toddler Early Intervention Philadelphia Infant Toddler Early Intervention GOOD FAITH EFFORT POLICY AND PROCEDURES SERVICE(S) DELAY (Loss of family contact before early Intervention service(s) are initiated) Introduction: It is the

More information

Concur Travel FAQs. 5. How do I log in to Concur Travel? Visit or the link may be provided on the company Intranet.

Concur Travel FAQs. 5. How do I log in to Concur Travel? Visit  or the link may be provided on the company Intranet. Concur Travel FAQs Below are many questions we've received over the years regarding the functionality and capabilities within Concur Travel. Please note, not all of these may apply to your company's version

More information

Recruitment Selection Process

Recruitment Selection Process Recruitment and Selection Process Bizagi Suite Recruitment and Selection 1 Table of Contents Recruitment and Selection Process... 3 Process Elements... 5 Recruitment Requisition... 5 Job Exist?... 6 Create

More information

e-travel/concur beginning with the basics

e-travel/concur beginning with the basics Texas A&M AgriLife Administrative Services Disbursements/Travel e-travel/concur: Beginning with the Basics e-travel/concur beginning with the basics Background: In an effort to secure the best solution

More information

IT3104: Object Oriented Analysis and Design PART 2 Structured Question Paper

IT3104: Object Oriented Analysis and Design PART 2 Structured Question Paper UNIVERSITY OF COLOMBO, SRI LANKA UNIVERSITY OF COLOMBO SCHOOL OF COMPUTING DEGREE OF BACHELOR OF INFORMATION TECHNOLOGY (EXTERNAL) Academic Year 2012/2013 2 nd Year Examination Semester 3 IT3104: Object

More information

ACCOUNTS PAYABLE CONSTRUCTION. Bizagi Process Modeler

ACCOUNTS PAYABLE CONSTRUCTION. Bizagi Process Modeler ACCOUNTS PAYABLE CONSTRUCTION Bizagi Process Modeler Contents PROCESS MODEL... 3 RETURN INVOICE TO SUPPLIER SUB PROCESS.... 4 DATA MODEL... 5 PARAMETER TABLES... 5 DEFINE FORMS... 7 RECEIVE INVOICE FORM...

More information

AirWaves FAQ s. Q: What is AirWaves?

AirWaves FAQ s. Q: What is AirWaves? AirWaves FAQ s Q: What is AirWaves? AirWaves is a revolutionary platform developed by Royal Caribbean Cruises Ltd. to enable travel elements to be custom packaged with a cruise. Agents booking a Royal

More information

FOR MORE INFORMATION:

FOR MORE INFORMATION: FOR MORE INFORMATION: pinsight Support Center 877.404.4169 Monday-Friday 6:30am 9:00pm EST Saturday & Sunday 9:30am - 6:00pm EST Email pinsight@travelleaders.com Q: WHAT IS pinsight? A: pinsight is the

More information

Build Your Own SAP Fiori App in the Cloud 2016 Edition Develop Challenge

Build Your Own SAP Fiori App in the Cloud 2016 Edition Develop Challenge Story In a warehouse where packages are prepared to be sent to clients, there re usually two big differentiated zones: one where the items are stored and one where the packages are prepared. There s constant

More information

TV155 Umoja Travel Overview

TV155 Umoja Travel Overview TV155 Umoja Travel Overview 1 Agenda Course Introduction Module 1: Umoja Travel Overview Module 2: Travel Request Module 3: Travel Approval Process Course Summary Course Assessment 2 Course Overview The

More information

Version /2/2017. Offline User Guide

Version /2/2017. Offline User Guide Version 3.3 11/2/2017 Copyright 2013, 2018, Oracle and/or its affiliates. All rights reserved. This software and related documentation are provided under a license agreement containing restrictions on

More information

Modify a Sabre Vacations Reservation

Modify a Sabre Vacations Reservation Modify a Sabre Vacations Reservation Quick Reference OVERVIEW Sabre Vacations enables you to modify confirmed reservations and view the reservation s history, including payment information. Modifications

More information

AMI AutoAGENT Shop Floor Manager

AMI AutoAGENT Shop Floor Manager AMI AutoAGENT Shop Floor Manager Contents Introduction... 2 Introduction... 3 What's In This Manual... 4 Symbols and Conventions... 5 Shop Floor Manager Navigation Tips... 6 Part 1: Shop Floor Manager

More information

RHB Visa Rio 2016 Olympic Games Campaign Frequently Asked Questions (FAQs)

RHB Visa Rio 2016 Olympic Games Campaign Frequently Asked Questions (FAQs) RHB Visa Rio 206 Olympic Games Campaign Frequently Asked Questions (FAQs). What is the campaign period? The campaign period is from April to 3 May 206. 2. Is this campaign applicable to all cards? Yes.

More information

Tech Credit Union Online Banking & Telephone Teller User Agreement January 11, 2012

Tech Credit Union Online Banking & Telephone Teller User Agreement January 11, 2012 Tech Credit Union Online Banking & Telephone Teller User Agreement January 11, 2012 Your use of either Online Banking or Telephone Teller is considered acknowledgement and agreement that you have read

More information

Job Aid Administration of Consultants and Individual Contractors

Job Aid Administration of Consultants and Individual Contractors Administration of Consultants and Individual Contractors Table of Contents Page Overview..3 Objectives...3 Enterprise Roles..3 Search for Business Partner (BP) Record Requisitioner.....4 Search and Request

More information

FAAWaiverWallet - Drone Deploy App - User Guide SUMMARY

FAAWaiverWallet - Drone Deploy App - User Guide SUMMARY SUMMARY Applying for an FAA Waiver? FAAWaiverWallet.com is the easiest way to complete, track, and store your FAA Waiver Requests. Use our templates and process to keep organized. Get notified and avoid

More information

Table of Contents. Welcome to igo Figure...1 About this Guide...1 What does igo Figure do?...1 What is Expected of Me?...1

Table of Contents. Welcome to igo Figure...1 About this Guide...1 What does igo Figure do?...1 What is Expected of Me?...1 Table of Contents Overview Welcome to igo Figure...1 About this Guide...1 What does igo Figure do?...1 What is Expected of Me?...1 Chapter 1: The Basics Clocking In and Out...3 In Case of Problems...3

More information

INTEGRATE. Multi-Site and International Organizations: Integration of SAP and Microsoft Dynamics NAV with SAP NetWeaver. Microsoft Dynamics TM NAV

INTEGRATE. Multi-Site and International Organizations: Integration of SAP and Microsoft Dynamics NAV with SAP NetWeaver. Microsoft Dynamics TM NAV INTEGRATE Microsoft Dynamics TM NAV Multi-Site and International Organizations: Integration of SAP and Microsoft Dynamics NAV with SAP NetWeaver Technical White Paper This document is based on the integration

More information

MULTIPLE NIGHTS AND CLASSES TRIP, PAGE 1

MULTIPLE NIGHTS AND CLASSES TRIP, PAGE 1 MULTIPLE NIGHTS AND CLASSES TRIP, PAGE 1 In this walkthrough we will be demonstrating how to process a travel that involves multiple days and multiple programs within the same trip. We ll also cover going

More information

myvrs Navigator Frequently Asked Questions

myvrs Navigator Frequently Asked Questions myvrs Navigator Frequently Asked Questions Table of Contents 1. Setting Up Your Account 2. Security 3. Employer Roles and Managing Contacts 4. Enrolling New Employees 5. Updating Existing Employees 6.

More information

Wave and Order Picking

Wave and Order Picking Wave and Order Picking This document will cover two applications. Wave Picking offers multiple order directed picking in one run through warehouse. Order Picking is single directed order at a time. Contents

More information

Processing an Employee s Resignation

Processing an Employee s Resignation Contents Introduction and Process Overview... 2 Step 1: Navigate to the Employee s Profile... 4 Step 2: Start Termination Process... 4 Step 2: Provide Details of the Resignation... 5 What Happens Next...

More information

Onli Onl ne R egi ne R egi trati a on, Accom on, Accom od m a od ti a on, Ma

Onli Onl ne R egi ne R egi trati a on, Accom on, Accom od m a od ti a on, Ma OnlineRegistration, Registration,Accommodation Management Online Online Registration withaccommodation, AccommodationManagement, Management, Abstract Management & Warehouse Technology Abstract Management

More information

THE WORLD BANK GROUP

THE WORLD BANK GROUP Survey Solutions Supervisor Manual Computational Tools team, Development Research Group THE WORLD BANK GROUP 1 Table of Contents Overview of the survey workflow... 3 Why the survey workflow matters for

More information

1z0-334.exam. https://www.gratisexam.com/ Oracle. 1z Oracle Financials Cloud: Payables 2016 Implementation Essentials. Version 1.

1z0-334.exam. https://www.gratisexam.com/ Oracle. 1z Oracle Financials Cloud: Payables 2016 Implementation Essentials. Version 1. 1z0-334.exam Number: 1z0-334 Passing Score: 800 Time Limit: 120 min File Version: 1.0 https://www.gratisexam.com/ Oracle 1z0-334 Oracle Financials Cloud: Payables 2016 Implementation Essentials Version

More information

BUSINESS TRAVEL SOLUTION

BUSINESS TRAVEL SOLUTION BUSINESS TRAVEL SOLUTION Nominated Travel Administrator Procedures This Procedure Guide is for Nominated Travel Administrators (NTA s) who are using the Business Travel Solution (BTS), provided by Lloyds

More information

Actor Activity Diagram m ing Process Patterns

Actor Activity Diagram m ing Process Patterns Actor Activity Diagram m ing Process Patterns In this section business process patterns are given. There are 18 patterns in the next 5 categories: Starting a business process Asking for more information

More information

Aston Staff Portal. Making an Expense Claim

Aston Staff Portal. Making an Expense Claim Aston Staff Portal Making an Expense Claim Contents Applicable Rates for Accommodation, Travel & Subsistence... 1 Applicable Rates for Accommodation... 2 Travel... 2 Entertainment and Hospitality Expense

More information

Prevent and Handle No-Shows. A Guide for Hotel Owners and Managers

Prevent and Handle No-Shows. A Guide for Hotel Owners and Managers Prevent and Handle No-Shows A Guide for Hotel Owners and Managers Prevent and Handle No-Shows A Guide for Hotel Owners and Managers Table of Contents Introduction................................................................

More information

Priceline: Name your own price!! Shrutivandana Sharma. EECS 547 (Electronic Commerce): Winter 2008 University of Michigan, Ann Arbor

Priceline: Name your own price!! Shrutivandana Sharma. EECS 547 (Electronic Commerce): Winter 2008 University of Michigan, Ann Arbor Priceline: Name your own price!! by Shrutivandana Sharma EECS 547 (Electronic Commerce): Winter 2008 University of Michigan, Ann Arbor Outline Introduction Name Your Own Price mechanism Analysis Conclusion

More information

Shift Swapping Quick-Guide

Shift Swapping Quick-Guide Shift Swapping Quick-Guide (v 3.6.0) Shift Swapping Quick-Guide Login to Lawson Workforce Management Self Service: 1. Open Internet Explorer and type in http:// in the address bar to access the Lawson

More information

MERCHANT REFERENCE GUIDE

MERCHANT REFERENCE GUIDE MERCHANT REFERENCE GUIDE Credit Card Transactions Using VeriFone Vx675, Vx680, Vx510 & Vx520 TABLE OF CONTENTS START-UP INSTRUCTIONS 03 SALE 05 REPRINT 05 VOID 05 REFUND (CREDIT CARDS ONLY) 06 SETTLEMENT

More information

Making a Payment Online with CollectMax

Making a Payment Online with CollectMax 1 P age Making a Payment Online with CollectMax Search by Parcel Number or Property Address. Enter the information then click Search. The following screen will appear. Click on the Parcel Number button

More information

Fraud Expert Scoring. Fraud Expert Scoring user guide v Ingenico epayments 2016, All rights reserved.

Fraud Expert Scoring. Fraud Expert Scoring user guide v Ingenico epayments 2016, All rights reserved. Fraud Expert Scoring user guide v.1.2.1 Table of Contents 1 Introduction... 3 2 Features 2.1 Automatic... 4... 4 2.2 Manual review... 4 3 Integration 3.1 Parameters... 5... 5 3.2 Device fingerprinting...

More information

THE BPMN GRAPHIC HANDBOOK

THE BPMN GRAPHIC HANDBOOK THE BPMN GRAPHIC HANDBOOK Copyright 2015 by Esteban Herrera All rights reserved. No part of this book may be reproduced in any form by any electronic or mechanical means including photocopying, recording,

More information

Questions and Answers

Questions and Answers uestions and nswers uestions and answers on British irways NDC 1 On October 25th 2016, we hosted an irline NDC forum, the first in the travel industry attended by 200 travel professionals from across the

More information

FREQUENTLY ASKED QUESTIONS. Last Revised: September

FREQUENTLY ASKED QUESTIONS. Last Revised: September Concur Expense Assistant for Expense Questions 1. How do I enable Expense Assistant on my mobile device?... 5 2. How does Expense Assistant work?... 7 3. Do I still have to submit my report to my manager?...

More information

Oracle. SCM Cloud Using Receiving. Release 13 (update 17D)

Oracle. SCM Cloud Using Receiving. Release 13 (update 17D) Oracle SCM Cloud Release 13 (update 17D) Release 13 (update 17D) Part Number E89219-01 Copyright 2011-2017, Oracle and/or its affiliates. All rights reserved. Author: Kristy Carlile This software and related

More information

Amadeus Hotel Store. User guide 16 March Taking hotel consolidator content to a new level with Transhotel

Amadeus Hotel Store. User guide 16 March Taking hotel consolidator content to a new level with Transhotel Amadeus Hotel Store User guide 16 March 2009 Taking hotel consolidator content to a new level with Transhotel Index Amadeus Hotel Store is now open for business!...3 Technical requirements...3 Log-in...4

More information

Change In Status (CIS) Terminations Form

Change In Status (CIS) Terminations Form Change In Status (CIS) Terminations Form The Change In Status Terminations Form has moved to the web. You can now access and complete the termination process entirely online. Follow the instructions below

More information

This topic focuses on how to prepare a customer for support, and how to use the SAP support processes to solve your customer s problems.

This topic focuses on how to prepare a customer for support, and how to use the SAP support processes to solve your customer s problems. This topic focuses on how to prepare a customer for support, and how to use the SAP support processes to solve your customer s problems. 1 On completion of this topic, you will be able to: Explain the

More information

Inventory Control Receive Inventory from McKesson

Inventory Control Receive Inventory from McKesson ................................................................................................... Inventory Control Receive Inventory from McKesson Pharmacy Technology Solutions Issued July 2014 Downloading

More information

USER MANUAL (Admin Portal)

USER MANUAL (Admin Portal) Document No.: CSS/UM4.2-1/09-15 USER MANUAL (Admin Portal) CHANDRA SOFTWARE SYSTEMS CSS holds the intellectual rights to this manual. Any reproduction copying or transfer of the manual is prohibited TABLE

More information

TMT Fleet Maintenance Windows. TruckMate Installation Guide

TMT Fleet Maintenance Windows. TruckMate Installation Guide TMW Asset Maintenance TMT Fleet Maintenance Windows TruckMate Installation Guide 1 Table of Contents TruckMate Interface... 3 TruckMate TMT Fleet Maintenance Interface... 4 TruckMate Installation from

More information

SERKO. Serko (ORIGIN)

SERKO. Serko (ORIGIN) SERKO This tutorial will be walking through how to make a booking in Serko that contains air, hotel and car hire. The first step is to log into the CTM Portal. Enter your Origin email address and password

More information

Overview. Performance Review for Manager and Employee. Revised March 13, 2018

Overview. Performance Review for Manager and Employee. Revised March 13, 2018 Performance Review for Manager and Employee Revised March 13, 2018 Overview This job aid outlines the activities for a manager to upload an employee s performance evaluation document and enter the overall

More information

CENTRAL SUSQUEHANNA INTERMEDIATE UNIT Application: Consumables Inventory

CENTRAL SUSQUEHANNA INTERMEDIATE UNIT Application: Consumables Inventory CENTRAL SUSQUEHANNA INTERMEDIATE UNIT Application: Consumables Inventory Order Processing Learning Guide 2010 Central Susquehanna Intermediate Unit, USA Table of Contents Introduction... 1 Processes...

More information

DPD Pakivedu.ee shipping module for PrestaShop

DPD Pakivedu.ee shipping module for PrestaShop Table of contents Definitions... 1 Added functionality... 2 Use cases... 2 PrestaShop requirements... 2 Third party libraries... 2 Install procedure... 3 Setting it up... 3 DPD Pickup Pakivedu.ee... 3

More information

Deltek Time Collection. User Guide

Deltek Time Collection. User Guide Table of Contents Accessing Deltek Time Collection...3 Opening a Timesheet...5 Adding Charge Numbers to Timesheet... 7 Entering Hours for Charge Numbers...10 Saving and Signing Timesheets...10 Correcting

More information

Zebra s Repair Order Portal for Partners COURSE CODE: RPE01

Zebra s Repair Order Portal for Partners COURSE CODE: RPE01 Zebra s Repair Order Portal for Partners COURSE CODE: RPE01 April 2017 Introduction Welcome to the Zebra s Repair Order Portal for Partners course. This course explains how to navigate the Repair Order

More information

Yield Management. Serguei Netessine 1 The Wharton School University of Pennsylvania

Yield Management. Serguei Netessine 1 The Wharton School University of Pennsylvania Yield Management Serguei Netessine 1 The Wharton School University of Pennsylvania Robert Shumsky 2 W. E. Simon Graduate School of Business Administration University of Rochester February 1999, revised

More information

Management Reporting System

Management Reporting System TPS in Context Decision Support System Information Management Reporting System Data Feedback Relevant Details (Retrieve) Corporate Memory (Database) Relevant Details (Update) Transaction Processing System

More information

Expedia Affiliate Network. User Guide

Expedia Affiliate Network. User Guide Expedia Affiliate Network User Guide Table of Contents Welcome To EAN Slide 3 Creating Links to EAN Slide 5 Property Databases (Content Integration) Slide 21 Page Upload/Private Label Setup Slide 24 Search

More information

AiM User Guide Inventory Management Module

AiM User Guide Inventory Management Module Inventory Management Module 2009 AssetWorks Inc. 1777 NE Loop 410, Suite 1250 San Antonio, Texas 78217 (800) 268-0325 Table of Contents AiM User Guide INTRODUCTION... 7 CHAPTERS... 7 PART 1... 7 PART 2...

More information

TCD Administrator Manual

TCD Administrator Manual TCD Administrator Manual Welcome to Palm Beach SD Please Select A Transaction ONLINE 02/02/15 08:00:00 AM Time Collection Device (TCD) Content: o TCD Keypad Layout and Functions 3 o How to Create a Successful

More information

HR Self Service Expenses Making a claim against Research grants

HR Self Service Expenses Making a claim against Research grants Claims made from research grants To comply with funders terms and conditions, it is mandatory that you provide full details of your claims is to allow comprehensive, auditable, reporting by Finance. To

More information

IHG Commission Services Process August 2009

IHG Commission Services Process August 2009 IHG Commission Services Process August 2009 Introduction... 2 Process Flow... 2 Process Flow of a Transaction... 3 Process Flow of an Inquiry... 3 Guidance for Agents when booking reservations.... 4 Booking

More information

CHAPTER 3: REQUIREMENT ANALYSIS

CHAPTER 3: REQUIREMENT ANALYSIS CHAPTER 3: REQUIREMENT ANALYSIS 3.1 Requirements Gathering At the start of the project, the travel management process handled by the admin department was studied in detail by using the basic requirement

More information

Eclipse 9 RouteView Export Order Shipping Information FROM Eclipse

Eclipse 9 RouteView Export Order Shipping Information FROM Eclipse Overview Order information is exported to the 3 rd party routing software by a phantom process in Eclipse. Users may opt to schedule the phantom to process at a regular time and create the download files

More information

HOW TO DO A ZYNDIO BUSINESS MEETING (ZBM)

HOW TO DO A ZYNDIO BUSINESS MEETING (ZBM) Disclaimer: It is important that all Independent Customers and potential Independent Customers understand that each person s results will vary there are simply no guarantees as to the level of success

More information

CHAPTER 9: RETURNS MANAGEMENT

CHAPTER 9: RETURNS MANAGEMENT Chapter 9: Returns Management CHAPTER 9: RETURNS MANAGEMENT Objectives The objectives are: Defining Sales Return Management Setting up Returns Management Managing Returns from Customers Managing Returns

More information

Business Process Modeling Information Systems in Industry ( )

Business Process Modeling Information Systems in Industry ( ) Business Process Modeling Information Systems in Industry (372-1-4207 ) Arnon Sturm The material of this presentation is adopted from various people including:, Pnina Soffer, Iris Reinhartz-Berger 1 Outline

More information

nbn Platform Interfacing Service Module

nbn Platform Interfacing Service Module nbn Platform Interfacing Service Module Wholesale Broadband Agreement This document forms part of NBN Co s Wholesale Broadband Agreement, which is a Standard Form of Access Agreement for the purposes of

More information

PeopleAdmin Quick Reference Guide Quick Hire Process for Rehires Adjunct Faculty/Temporary Staff (With PD) Primarily used for Exempt Temporary Staff

PeopleAdmin Quick Reference Guide Quick Hire Process for Rehires Adjunct Faculty/Temporary Staff (With PD) Primarily used for Exempt Temporary Staff If an adjunct faculty/temporary staff candidate has already been hired in PeopleAdmin, then you can rehire them through PeopleAdmin. A candidate cannot re-apply to the same posting from the previous appointment;

More information

George Washington University Workforce Timekeeper 6.0 Upgrade Training

George Washington University Workforce Timekeeper 6.0 Upgrade Training Workforce Timekeeper 6.0 Upgrade Training Table of Contents Topic 1: Workforce Timekeeper 6.0 New Features...4 Topic 2: Logging On and Off...5 Topic 3: Navigating in Workforce Timekeeper...7 Topic 4: Reviewing

More information

We have now introduced a new layout when you first load up the app as can be seen in the image below.

We have now introduced a new layout when you first load up the app as can be seen in the image below. Dean Taxis New App User Guide After lots of testing and customer feedback sessions, Dean Taxis is pleased to announce its new and improved booking app. This will be getting rolled out over the next week

More information

Official Tourme Guide Handbook

Official Tourme Guide Handbook Official Tourme Guide Handbook Congratulations on becoming an official Tourme Guide! This document offers an explanation of our services and application. Please save this document and refer to it when

More information

Personnel Master Data & Terminal

Personnel Master Data & Terminal Personnel Master Data & Terminal Explanation on beas Personnel Master Data & Terminal Boyum Solutions IT A/S Beas Tutorial TABLE OF CONTENTS 1. INTRODUCTION... 3 2. PROCESS... 3 2.1. Header from Master

More information

Issue/Revision Date: 4/09. StarHOT Discounted Rooms Program & Food & Beverage Discount Plan. StarHOT DISCOUNTED ROOM PROGRAM

Issue/Revision Date: 4/09. StarHOT Discounted Rooms Program & Food & Beverage Discount Plan. StarHOT DISCOUNTED ROOM PROGRAM Issue/Revision Date: 4/09 StarHOT Discounted Rooms Program & Food & Beverage Discount Plan StarHOT DISCOUNTED ROOM PROGRAM StarHOT provides discounted rooms at participating hotels for Starwood associates

More information

Making Predictions with Experimental Probability

Making Predictions with Experimental Probability ? LESSON 5.4 Making Predictions with Experimental Probability ESSENTIAL QUESTION Proportionality 7.6.C Make predictions and determine solutions using experimental data for simple and compound events. Also

More information

RANGE OF SERVICES. Comprehensive management of sporting events and GPS tracking

RANGE OF SERVICES. Comprehensive management of sporting events and GPS tracking RANGE OF SERVICES Comprehensive management of sporting events and GPS tracking This document attempts to describe the services the platform Tracktherace can offer the organizers of sporting events, serving

More information

SPARK Recruitment Process Document

SPARK Recruitment Process Document Last Updated: July 25, 2017 Overview: SPARK SPARK Recruitment Process Document What is SPARK? SPARK (Simons Foundation Powering Autism Research for Knowledge) is a landmark autism research project with

More information

Emergency Plan for Small Businesses

Emergency Plan for Small Businesses PreparedBC: Emergency Plan for Small Businesses OPEN OPEN OPEN PreparedBC EMERGENCY PLAN FOR SMALL BUSINESSES This resource is designed to help small business owners plan and prepare for emergencies that

More information

Module: Channels & Marketing Messages

Module: Channels & Marketing Messages Module: Channels & Marketing Messages Channels Click on the Search button to view all channels added to your hotel, or filter by Channel. Tabs: Channel: Add, edit or view which channels are added to your

More information

Contents OVERVIEW... 3

Contents OVERVIEW... 3 Contents OVERVIEW... 3 Feature Summary... 3 CONFIGURATION... 4 System Requirements... 4 ConnectWise Manage Configuration... 4 Configuration of Manage Login... 4 Configuration of GL Accounts... 5 Configuration

More information

Welcome to Junior Achievement City! Its volunteers like you who have made JA City such a success. We could not do it without you.

Welcome to Junior Achievement City! Its volunteers like you who have made JA City such a success. We could not do it without you. JA City Volunteer Guide Welcome to Junior Achievement City! Its volunteers like you who have made JA City such a success. We could not do it without you. Your role as a volunteer will be to help from three

More information

Ariba Network SAP AG CSV Invoice Upload Guide Ariba, Inc. All rights reserved.

Ariba Network SAP AG CSV Invoice Upload Guide Ariba, Inc. All rights reserved. Ariba Network SAP AG CSV Invoice Upload Guide 2013 Sections CSV Overview Requirements CSV Sample / Field Mapping CSV Template Download CSV Invoice Upload Invoice Status Troubleshooting Contacts, Resources

More information

Demand Management User Guide. Release

Demand Management User Guide. Release Demand Management User Guide Release 14.2.00 This Documentation, which includes embedded help systems and electronically distributed materials (hereinafter referred to as the Documentation ), is for your

More information

Organizational Strategy, Competitive Advantage, and Information Systems. 70 slides

Organizational Strategy, Competitive Advantage, and Information Systems. 70 slides 2 Organizational Strategy, Competitive Advantage, and Information Systems 70 slides [ LEARNING OBJECTIVES] 1. Discuss ways in which information systems enable cross-functional business processes and business

More information

Confectionery Deliveries for Target & Target Country Taras Avenue DC. Supplier Delivery Guidelines Target & Target Country Stores.

Confectionery Deliveries for Target & Target Country Taras Avenue DC. Supplier Delivery Guidelines Target & Target Country Stores. Target Australia Pty Ltd (A.B.N. 75 004 250 944) 12-14 Thompson Road Box 41 North Geelong Vic 3215 Telephone: (03) 5246 2000 Confectionery Deliveries for Target & Target Country Taras Avenue DC Supplier

More information

Instructions End a Fixed-Term Contract

Instructions End a Fixed-Term Contract BACKGROUND INFORMATION Team Leaders now have the ability to cease (end) contracts for current fixed-term employees via the Employee Self Service (ESS). The contracts will flow electronically through a

More information

Example1: Courseware System Description

Example1: Courseware System Description Use Case Examples Example1: Courseware System Description The organization offers courses. Each course is made up of a set of topics. Tutors in the organization are assigned courses to teach according

More information

Local, OCLC, RAPID? Integrating Fulfillment with Server Add-ons. Steelsen Smith Yale University Library. 16 March 2017

Local, OCLC, RAPID? Integrating Fulfillment with Server Add-ons. Steelsen Smith Yale University Library. 16 March 2017 Local, OCLC, RAPID? Integrating Fulfillment with Server Add-ons 16 March 2017 Steelsen Smith Yale University Library Future of resource sharing? More! Special relationships and services too successful?

More information

Solar Product Cutting. Release 8.7.2

Solar Product Cutting. Release 8.7.2 Solar Product Cutting Release 8.7.2 Legal Notices 2011 Epicor Software Corporation. All rights reserved. Unauthorized reproduction is a violation of applicable laws. Epicor and the Epicor logo are registered

More information

Basic Instructions on the Online Bidding

Basic Instructions on the Online Bidding Basic Instructions on the Online Bidding Page 1.0 How to log in and change password 2 1.1 To log in 2 1.2 To change password 3 2.0 To submit your initial price 6 2.1 To submit your initial price (Auction

More information

MANAGER, HRTC, GLOBAL MOBILITY, FINANCE PARTNER JOB AID

MANAGER, HRTC, GLOBAL MOBILITY, FINANCE PARTNER JOB AID MANAGER, HRTC, GLOBAL MOBILITY, FINANCE PARTNER JOB AID JOB CHANGE TRANSFER, PROMOTE OR JOB CHANGE: INTERNATIONAL EMPLOYEES The functionality that can be performed in the Job Change business process is

More information

Operations and Supply Chain Management Prof. G. Srinivasan Department of Management Studies Indian Institute of Technology, Madras

Operations and Supply Chain Management Prof. G. Srinivasan Department of Management Studies Indian Institute of Technology, Madras Operations and Supply Chain Management Prof. G. Srinivasan Department of Management Studies Indian Institute of Technology, Madras Lecture - 24 Sequencing and Scheduling - Assumptions, Objectives and Shop

More information

How to Approve or Reject an Expense Report. & Approver Checklist. Approver Checklist

How to Approve or Reject an Expense Report. & Approver Checklist. Approver Checklist How to Approve or Reject an Expense Report & Approver Checklist 1 You will need to make a decision whether to approve or reject each expense report submitted by your direct reports. Use this job aid to

More information

In this module, you will learn to place tickets on hold and sell tickets to a customer.

In this module, you will learn to place tickets on hold and sell tickets to a customer. POS MERCURY PROGRAM GUIDE In this module, you will learn to place tickets on hold and sell tickets to a customer.» Benefits of Joining the Mercury Program Get more money back when buying or selling via

More information

Monday Friday 08:00 18:30. Saturday 10:00 17:30. Sunday 10:00 17:30

Monday Friday 08:00 18:30. Saturday 10:00 17:30. Sunday 10:00 17:30 TritonRooms offer one of the largest portfolios of accommodation stock in the UK featuring a wide choice of hotel, apartment and villa stays in city, beach and ski destinations. Over 140,000 properties

More information

Interface Monitoring App

Interface Monitoring App Build Your Own SAP Fiori App in the Cloud Final Assignment Interface Monitoring App Companies that use multiple systems in their environment use interfaces to connect them and allow data and document flow

More information