MARKETO INTEGRATION GUIDE

Size: px
Start display at page:

Download "MARKETO INTEGRATION GUIDE"

Transcription

1 MARKETO INTEGRATION GUIDE VERSION 1.2 JANUARY 2016

2 DOCUMENT PURPOSE This purpose of this document is to guide clients through the process of integrating Marketo and the WorkCast Platform. DOCUMENT CONTROL Date Requirement Editor Version Approver 19 th October 2015 Chris Stout rd November 2015 Addition of Eloqua Chris Stout 0.2 API Service functionality. 10 th November 2015 Changes following Chris Stout 1.0 internal review. 7 th December 2015 Change Webhook Chris Stout 1.1 to use Tokens. Add section on Webinar No Show. 5 th January 2016 Added Step Numbering Chris Stout 1.2 ADDITIONAL DOCUMENT REFERENCES Below is a list of addition required documents and shortcuts to those documents. Title Version Date Author Filename WorkCast Integration th May WorkCast_Data_Capture_Integration_ Data Capture Forms 2015 v109.docx WorkCast Marketo Integration Document 2

3 CONTENTS Document purpose... 2 Document control... 2 Additional document references... 2 Marketo... 4 Registration Import... 4 Webhook... 4 Form... 7 Landing Page... 9 Campaign WorkCast Marketo API Integration Service Marketo Setup WorkCast Service Operation Retry Processing Field Mappings WorkCast Marketo Integration Document 3

4 MARKETO The Marketo Marketing Automation Software Platform can be integrated with the WorkCast Platform using the following process. REGISTRATION IMPORT Marketo Campaigns can be used to push registration data into the WorkCast Platform. This is done by means of a Webhook which does an HTML POST to the WorkCast Data Usher interface. The following sections describe how the Webhook and the Campaign should be configured in order to push the data to WorkCast. WEBHOOK A new Webhook can be created in the Marketo Interface using the Webhook option in the Admin - > Integration Menu. WorkCast Marketo Integration Document 4

5 The new Webhook should be configured as follows:- URL: Request Type: POST Template: wrk_standard_firstname_seq01_textbox={{lead.first Name:default=Work}}&wrk_standard_lastname_seq02_textb ox={{lead.lastname:default=cast}}&wrk_standard_ _s cast.com}}&wrk_redirectsuccess= /registerthanks.aspx&wrk_redirectfailure= ast.com /registerthanks.aspx&wrk_datatype=dcdcfr Request Token Form/Url Encoding: Response Type: XML WorkCast Marketo Integration Document 5

6 In the above example, the default values for First and Last Name can be changed to your liking. The meid field in the URL should be populated with the WorkCast Managed Event Id for the Event Session in question. Similarly the pak field in the URL should be populated with the pak code of the WorkCast Event Session in question. Self Service clients should contact to obtain a Managed Event ID (meid) and Pak code for each event session configured. We have used Program / Event level Tokens so that the same Webhook can be used for multiple Event Sessions. WorkCast Marketo Integration Document 6

7 FORM 1. Create a new Form in Marketo Design Studio. 2. New Form WorkCast Marketo Integration Document 7

8 Default settings which include the following fields are sufficient to push the data to the Data Usher:- First Name Last Name Address You can of course add any additional fields you would like to the form. WorkCast Marketo Integration Document 8

9 LANDING PAGE 1. Add a new Landing Page from the same Design Studio menu as above using any template you wish. 2. Edit the new Landing Page and add the Form you created in the previous step. 3. Approve and Close the Landing Page via the Landing Page Actions menu in the top left. WorkCast Marketo Integration Document 9

10 CAMPAIGN You now need to create an Interesting Moments Campaign to link the filling out of your form with the firing of the webhook. 1. Create a new Interesting Moments Smart Campaign from the Marketing Activities -> New Menu. 2. You need to define steps:- 1. Smart List Who 2. Flow What 3. Schedule When In order for the Webhook to fire when the Form is completed. WorkCast Marketo Integration Document 10

11 1. SMART LIST WHO Add a Fills Out Form Trigger from the Right Hand list and point it to the Form you created. 2. FLOW WHAT Add the Webhook you created to this step WorkCast Marketo Integration Document 11

12 3. SCHEDULE WHEN Configure the Schedule as you wish and then Activate the Campaign. 4. The above can be tested using the Landing Page Preview -> Preview Actions -> Generate Preview Link URL. Pasting that URL in to a browser, filling in and Submitting the Form will result in the details being registered for the WorkCast Event in question. WorkCast Marketo Integration Document 12

13 WORKCAST MARKETO API INTEGRATION SERVICE MARKETO SETUP The following steps need to be performed in Marketo in order for the WorkCast Marketo Service to be able to push Webinar Registration and Attendance data. ADMIN 1. The first step is to create a new API Role. WorkCast Marketo Integration Document 13

14 2. Next you need to create an API User 3. Create a WorkCast API Service Select a Service Type of Custom and select the API User created in Step 2 as the API Only User. 4. Please make a note of the following values and pass them to WorkCast in order to allow the WorkCast Service to access the Marketo Account:- REST API Endpoint (Web Services) Client Id (LaunchPoint) Client Secret (LaunchPoint) WorkCast Marketo Integration Document 14

15 EVENT PROGRAM Create a new Program of Program Type Event and Channel Webinar. The Event Name MUST be the same as the WorkCast Event Session Id. WorkCast Marketo Integration Document 15

16 REGISTRATION ACTIVITY 1. Create a Registration Child Campaign This MUST be called Registration 2. Setup the Campaign Smart List Use a Campaign is Requested Trigger set to Web Service API. WorkCast Marketo Integration Document 16

17 3. Setup the Campaign Flow Use a Change Program Status Action and set it to Webinar -> Registered. 4. Activate the Child Campaign WorkCast Marketo Integration Document 17

18 ATTENDNACE ACTIVITY 1. Create an Attendance Child Campaign This MUST be called Attendance. 2. Setup the Campaign Smart List Use a Campaign is Requested Trigger set to Web Service API. WorkCast Marketo Integration Document 18

19 3. Setup the Campaign Flow Use a Change Program Status Action and set it to Webinar -> Attended. 4. Activate the Child Campaign The most important parts of the above process are that the Event is named with the WorkCast Event Session Number and that the two Event Child Campaigns are called Registration and Attendance. WorkCast Marketo Integration Document 19

20 NO SHOW ACTIVITY 1. Create a Non-Attendance (No Show) Child Campaign. 2. Setup the Campaign Smart List Use a Not Campaign was Requested Trigger set to point to the Attendance Smart List for this Event Session. WorkCast Marketo Integration Document 20

21 3. Setup the Campaign Flow Use a Change Program Status Action and set it to Webinar -> No Show. 4. Check Schedule You can set up a schedule or update this Smart List manually. WorkCast Marketo Integration Document 21

22 WORKCAST SERVICE OPERATION The WorkCast Marketo Integration Service runs at scheduled intervals on one of WorkCasts servers. Registration and Attendance data for all configured accounts and events is retrieved from the WorkCast Data Warehouse database. Live data is shipped to the Data Warehouse on a 15 minute cycle. This in effect means that any new data will be pushed to the clients Marketo account in under an hour. During each cycle the service performs the following sequence of tasks for each configured client account:- Get the date and time of the last data record read from the WorkCast database. Update the current state of the process for this account in the database to Processing. Include the last processed date time in this record. Get the Marketo Host, Id and Secret for this account from the WorkCast database. Login to the Marketo API Get a list of filter strings from the WorkCast database. If any new Lead addresses contain any of these filter strings then they will not be created in Marketo. Retry any failed Marketo API operations from previous runs. This process is described in greater detail in another section of this document. Get all the WorkCast Event Sessions that have been configured to be pushed to Marketo. For each configured WorkCast Event Session the service performs the following tasks:- Get all new Registration Data for that Event Session. Get all new Attendance Data for that Event Session. Reject all potential Leads that contain filter strings in their addresses. Populate an outbound data structure for each Registration and Attendance. Process each Lead Record. If the Address exists as a Lead in Marketo, update it with any modified Lead fields and enrol the Lead in the correct Event Registration / Attendance campaign. If the Lead does not currently exist in Marketo, create a new Lead record, populate the Lead fields and enrol the Lead in the correct Event Registration / Attendance campaign. If any of the Reads, Updates or Creates in the above 2 steps fail, then add a new Retry record to the WorkCast database. Retry processing is detailed further in the next section. Increment the number of Successful or Failed records. Update the current state of the process for this account in the database to Pending. Logout from the Marketo API WorkCast Marketo Integration Document 22

23 RETRY PROCESSING At the start of each service cycle, it checks to see if there are any failed Lead or Activity Updates or Creates that failed during previous runs. If there are, then the service takes the first 50 records (oldest first) for that account and attempts to reprocess them. Each of the Retry records are basically a serialized JSON representation of the Lead or Activity wrapped with some required processing data. The wrapper includes the Type, Operation and remaining number of retries of the failed transaction. Each Marketo API operation will be tried 5 times. If they have not succeeded after 5 attempts it can safely be assumed that they are fundamentally flawed and will never succeed. They will remain in the Retry database table with a remaining number of retries of 0 so that they can be picked up by WorkCast Support and investigated. After each processing attempt, the number of remaining retries is decremented. If the processing attempt succeeded then the Retry record is deleted from the database. FIELD MAPPINGS LEAD Marketo firstname lastname salutation title company address city state postalcode country phone leadsource WorkCast Firstname Surname Title JobTitle CompanyName AddressLine1 AddressLine2 AddressLine3 City CountyOrState PostalCode CountryCode Phone1 Webinar WorkCast Marketo Integration Document 23

ELOQUA INTEGRATION GUIDE

ELOQUA INTEGRATION GUIDE ELOQUA INTEGRATION GUIDE VERSION 2.2 APRIL 2016 DOCUMENT PURPOSE This purpose of this document is to guide clients through the process of integrating Eloqua and the WorkCast Platform and to explain the

More information

EMC Unisphere 360 for VMAX

EMC Unisphere 360 for VMAX EMC Unisphere 360 for VMAX Version 8.4.0 Online Help (PDF version) Copyright 2016-2017 EMC Corporation All rights reserved. Published May 2017 Dell believes the information in this publication is accurate

More information

Firewall Network and Proxy Datasheet

Firewall Network and Proxy Datasheet Firewall Network and Proxy Datasheet This document lists information about Kontiki servers that you might need for configuring firewalls and proxy servers. As Kontiki selects vendors and expands services,

More information

MYOB EXO OnTheGo. Release Notes 1.2

MYOB EXO OnTheGo. Release Notes 1.2 MYOB EXO OnTheGo Release Notes 1.2 Contents Introduction 1 What s New in this Release?... 1 Installation 2 Pre-Install Requirements... 2 Installing the EXO API... 2 Installing EXO OnTheGo... 2 New Features

More information

InHotel. Installation Guide Release version 1.5.0

InHotel. Installation Guide Release version 1.5.0 InHotel Installation Guide Release version 1.5.0 Contents Contents... 2 Revision History... 4 Introduction... 5 Glossary of Terms... 6 Licensing... 7 Requirements... 8 Licensing the application... 8 60

More information

WHAT S NEW in 7.9 RELEASE NOTES

WHAT S NEW in 7.9 RELEASE NOTES 7.9 RELEASE NOTES January 2015 Table of Contents Session Usability...3 Smarter Bookmarks... 3 Multi-Tabbed Browsing... 3 Session Time Out Pop Up... 4 Batch No Show Processing...5 Selecting a Guarantee

More information

Concur Travel: User Supplied Hotels

Concur Travel: User Supplied Hotels Concur Travel: User Supplied Hotels Travel Service Guide Applies to Concur Travel: Professional/Premium edition TMC Partners Direct Customers Standard edition TMC Partners Direct Customers Contents User

More information

KB 2449 CA Wily APM security example: CA SiteMinder for authentication with CA EEM for authorization

KB 2449 CA Wily APM security example: CA SiteMinder for authentication with CA EEM for authorization This article describes how you can perform a CA SiteMinder basic set up and configuration to provide CA Wily APM authentication before deploying CA EEM for. This example describes these tasks: Configure

More information

How to Integrate CA SiteMinder with the Barracuda Web Application Firewall

How to Integrate CA SiteMinder with the Barracuda Web Application Firewall How to Integrate CA SiteMinder with the Barracuda Web Application Firewall Overview CA/Netegrity SiteMinder provides an infrastructure for centralized and secure policy management of websites. It uniquely

More information

E: W: avinet.com.au. Air Maestro Training Guide Flight Records Module Page 1

E: W: avinet.com.au. Air Maestro Training Guide Flight Records Module Page 1 E: help@avinet.com.au W: avinet.com.au Air Maestro Training Guide Flight Records Module Page 1 Contents Assigning Access Levels... 3 Setting Up Flight Records... 4 Editing the Flight Records Setup... 10

More information

Help Document for utsonmobile - Windows Phone

Help Document for utsonmobile - Windows Phone Help Document for utsonmobile - Windows Phone Indian Railway is introducing the facility of booking unreserved suburban tickets on smartphones. The application has been developed in-house by Centre for

More information

A New Way to Work in the ERCOT Market

A New Way to Work in the ERCOT Market Siemens Energy, Inc. Power Technology Issue 111 A New Way to Work in the ERCOT Market Joseph M. Smith Senior Staff Business Development Specialist joseph_smith@siemens.com In recent months The Electric

More information

S-Series Hotel App User Guide

S-Series Hotel App User Guide S-Series Hotel App User Guide Version 1.2 Date: April 10, 2017 Yeastar Information Technology Co. Ltd. 1 Contents Introduction... 3 About This Guide... 3 Installing and Activating Hotel App... 4 Installing

More information

easycredit Integration Guide Version As of: About easycredit: General information about easycredit

easycredit Integration Guide Version As of: About easycredit: General information about easycredit About easycredit: General information about easycredit easycredit Integration Guide Version 6.2.1 As of: 01.03.2018 Integration Guide Computop easycredit 1 About easycredit: General information about easycredit

More information

Video Media Center - VMC 1000 Getting Started Guide

Video Media Center - VMC 1000 Getting Started Guide Video Media Center - VMC 1000 Getting Started Guide Video Media Center - VMC 1000 Getting Started Guide Trademark Information Polycom, the Polycom logo design, Video Media Center, and RSS 2000 are registered

More information

EMC Unisphere 360 for VMAX

EMC Unisphere 360 for VMAX EMC Unisphere 360 for VMAX Version 8.4.0 Installation Guide REV 01 Copyright 2014-2017 EMC Corporation All rights reserved. Published May 2017 Dell believes the information in this publication is accurate

More information

GetThere Integration User Guide. Cvent, Inc 1765 Greensboro Station Place McLean, VA

GetThere Integration User Guide. Cvent, Inc 1765 Greensboro Station Place McLean, VA GetThere Integration User Guide 2018 Cvent, Inc 1765 Greensboro Station Place McLean, VA 22102 www.cvent.com Contents GetThere Integration User Guide... 3 Enabling GetThere Integration for Your Account...

More information

By Prabath Siriwardena, WSO2

By Prabath Siriwardena, WSO2 By Prabath Siriwardena, WSO2 Why OpenID??? Too many passwords Duplicated profiles everywhere Oops..!!! My favorite user name GONE!!! Why OpenID??? OpenID solves them all!!! Single user name/password Single

More information

Configuring a Secure Access etrust SiteMinder Server Instance (NSM Procedure)

Configuring a Secure Access etrust SiteMinder Server Instance (NSM Procedure) Configuring a Secure Access etrust SiteMinder Server Instance (NSM Procedure) Within the Secure Access device, a SiteMinder instance is a set of configuration settings that defines how the Secure Access

More information

Booking flights At the restaurant Wiki. Triggers. February 24, Grégoire Détrez Tutorial 4

Booking flights At the restaurant Wiki. Triggers. February 24, Grégoire Détrez Tutorial 4 Triggers Grégoire Détrez February 24, 2016 Exercice 1 Domain Description We extend the shema from last week with the following relations to handle bookings: AvailableFlights(_flight_, _date_, numberoffreeseats,

More information

EMC Unisphere 360 for VMAX

EMC Unisphere 360 for VMAX EMC Unisphere 360 for VMAX Version 8.3.0 Installation Guide REV 01 Copyright 2014-2016 EMC Corporation. All rights reserved. Published in the USA. Published September 2016 EMC believes the information

More information

FOR SMALL AND MEDIUM SIZED AIRPORTS Velocity FIDS

FOR SMALL AND MEDIUM SIZED AIRPORTS Velocity FIDS is a FIDS solution for small and medium sized airports. It is available as an installed and as a cloud solution and it is multi airport solution. The package contains many use full features like a flight

More information

Dell EMC Unisphere 360

Dell EMC Unisphere 360 Dell EMC Unisphere 360 Version 9.0.1 Installation Guide REV 02 Copyright 2014-2018 Dell Inc. or its subsidiaries. All rights reserved. Published October 2018 Dell believes the information in this publication

More information

OTP SERVER NETEGRITY SITEMINDER 6. Rev 1.0 INTEGRATION MODULE. Copyright, NordicEdge, 2005 O T P S E R V E R I N T E G R A T I O N M O D U L E

OTP SERVER NETEGRITY SITEMINDER 6. Rev 1.0 INTEGRATION MODULE. Copyright, NordicEdge, 2005 O T P S E R V E R I N T E G R A T I O N M O D U L E OTP SERVER INTEGRATION MODULE NETEGRITY SITEMINDER 6 Copyright, NordicEdge, 2005 www.nordicedge.se Copyright, 2005, NordicEdge AB Page 1 of 11 1 Introduction 1.1 OTP Server Overview Nordic Edge OTP Server

More information

Integrating CA (formerly Netegrity) SiteMinder 6.0 with IBM Lotus Connections 2.0

Integrating CA (formerly Netegrity) SiteMinder 6.0 with IBM Lotus Connections 2.0 Integrating CA (formerly Netegrity) SiteMinder 6.0 with IBM Lotus Connections 2.0 Xin BJ Xu IBM Software Group, WPLC Beijing, China Xiao Feng Yu IBM Software Group, WPLC Staff Software Engineer Shanghai,

More information

Welcome to Air Tickets

Welcome to Air Tickets Welcome to Air Tickets Welcome to Air Tickets The Air Tickets website is the gateway to our SmartFares database. SmartFares automatically locates up-to-the-minute fares from virtually every airline in

More information

NAIPS Internet Service Authorised NOTAM Originator User Guide Version 3.0. (To be read in addition to NIS User Guide 3.0)

NAIPS Internet Service Authorised NOTAM Originator User Guide Version 3.0. (To be read in addition to NIS User Guide 3.0) NAIPS Internet Service Authorised NOTAM Originator User Guide Version 3.0 (To be read in addition to NIS User Guide 3.0) User Guide for Authorised NOTAM Originators Version 3.0 1. Introduction... 3 1.1

More information

Supports full integration with Apollo, Galileo and Worldspan GDS.

Supports full integration with Apollo, Galileo and Worldspan GDS. FEATURES GENERAL Web-based Solution ALL TRAVELPORT GDS Supports full integration with Apollo, Galileo and Worldspan GDS. GRAPHICAL INTUITIVE WEB EXPERIENCE Intuitive web experience for both GDS expert

More information

InHotel. Installation Guide Release version 1.6.0

InHotel. Installation Guide Release version 1.6.0 InHotel Installation Guide Release version 1.6.0 Contents Contents... 2 Revision History... 5 Introduction... 6 Glossary of Terms... 7 Licensing... 8 Requirements... 9 Licensing the application... 9 60

More information

API Gateway Version September Authentication and Authorization Integration Guide

API Gateway Version September Authentication and Authorization Integration Guide API Gateway Version 7.5.2 15 September 2017 Authentication and Authorization Integration Guide Copyright 2017 Axway All rights reserved. This documentation describes the following Axway software: Axway

More information

Installation Guide. Unisphere Central. Installation. Release number REV 07. October, 2015

Installation Guide. Unisphere Central. Installation. Release number REV 07. October, 2015 Unisphere Central Release number 4.0 Installation 300-013-602 REV 07 October, 2015 Introduction... 2 Environment and system requirements... 2 Network planning...4 Download Unisphere Central...6 Deploy

More information

Concur Travel: Southwest Direct Connect

Concur Travel: Southwest Direct Connect Concur Travel: Southwest Direct Connect Travel Service Guide Applies to Concur Travel: Professional/Premium edition TMC Partners Direct Customers Standard edition TMC Partners Direct Customers Contents

More information

Virginia Medicaid Web Portal Provider Maintenance Frequently Asked Questions Revised 02/20/2015. FAQ Contents. General Questions

Virginia Medicaid Web Portal Provider Maintenance Frequently Asked Questions Revised 02/20/2015. FAQ Contents. General Questions Virginia Medicaid Web Portal Provider Maintenance Frequently Asked Questions Revised 02/20/2015 FAQ Contents General Questions.......................................... Page 1 Provider Maintenance Menu...................................

More information

CruisePay Enhancements for 2005 Training Guide Version 1.0

CruisePay Enhancements for 2005 Training Guide Version 1.0 CruisePay Enhancements for 2005 Training Guide Version 1.0 Royal Caribbean Cruises Ltd. 2004 i 9/8/2005 Table of Content: 1 Overview 1 1.1 Purpose: 2 1.2 Assumptions: 2 1.3 Definitions: 2 2 Web Application

More information

ultimate traffic Live User Guide

ultimate traffic Live User Guide ultimate traffic Live User Guide Welcome to ultimate traffic Live This manual has been prepared to aid you in learning about utlive. ultimate traffic Live is an AI traffic generation and management program

More information

FareStar Ticket Window Product Functionality Guide

FareStar Ticket Window Product Functionality Guide FareStar Ticket Window Product Functionality Guide To: GlobalStar, Peter Klebanow, Martin Metzler From: Paul Flight, TelMe Farebase Date: 11 August 2006 Version: Five Contact: paulf@telme.com Tel: +44

More information

DART. Duty & Recreation Travel STAFF TRAVEL SIMPLIFIED. Straightforward, easy to use staff travel management system for the airline industry

DART. Duty & Recreation Travel STAFF TRAVEL SIMPLIFIED. Straightforward, easy to use staff travel management system for the airline industry DART Duty & Recreation Travel STAFF TRAVEL SIMPLIFIED. Straightforward, easy to use staff travel management system for the airline industry DART Duty & Recreation Travel 2 STAFF TRAVEL COULDN T GET EASIER

More information

Cvent Passkey Glossary

Cvent Passkey Glossary Cvent Passkey Glossary Product and Housing Terminology July 2017 Cvent, Inc 1765 Greensboro Station Place McLean, VA 22102 www.cvent.com U.S. and Canada (toll-free) 866.318.4357 UK (toll-free) 0808.234.4543

More information

etrust SiteMinder Connector for Oracle Solutions Architecture, Installation and Configuration Guide For UNIX Version 1.6 (Rev 1.

etrust SiteMinder Connector for Oracle Solutions Architecture, Installation and Configuration Guide For UNIX Version 1.6 (Rev 1. etrust SiteMinder Connector for Oracle Solutions Architecture, Installation and Configuration Guide For UNIX Version 1.6 (Rev 1.1) October 2006 CA Inc. Solution Engineering Team 100 Staples Drive Framingham,

More information

Release Notes Business Rules Version 10x Up to Spring 2019 Release for SIBR/BSAP/RC-BSAP

Release Notes Business Rules Version 10x Up to Spring 2019 Release for SIBR/BSAP/RC-BSAP Release Notes Business Rules Version 10x Up to Spring 2019 Release for SIBR/BSAP/RC-BSAP Revision History Date Version By Description 11/27/2018 1.0 WT Initial Draft for Spring 2019 set. RC Base Schedule

More information

User Reference Manual

User Reference Manual User Reference Manual Of Food Licensing & Registration System (FLRS) (Version 2.0) For Food Business Operator (FBO) 1 1. Login Page Type the URL: - http://foodlicensing.fssai.gov.in and first create Username

More information

Hotel Booking System For Magento

Hotel Booking System For Magento Hotel Booking System For Magento webkul.com/blog/magento-hotel-booking-system/ On - November 23, 2015 Hotel Booking System For Magento is a module which helps in developing your Magento Website into a

More information

CASS & Airline User Manual

CASS & Airline User Manual CASSLink AWB Stock Management System CASS & Airline User Manual Version 2.11 (for CASSLink Version 2.11) Version 2.11 1/29 March 2009 CASSLink Stock Management Table of Contents Introduction... 3 1. Initialising

More information

Quick Reference Guide Version

Quick Reference Guide Version Quick Reference Guide Version 2013.1 400 Minuteman Road Andover, MA 01810 USA Tel 978.983.6300 Fax 978.983.6400 Edgbaston House (15 th Floor) 3 Duchess Place, Hagley Road Birmingham, B16 8HN United Kingdom

More information

Concur Travel: View More Air Fares

Concur Travel: View More Air Fares Concur Travel: View More Air Fares Travel Service Guide Applies to Concur Travel: Professional/Premium edition TMC Partners Direct Customers Standard edition TMC Partners Direct Customers Contents View

More information

Physical Security Fleets Analyzer Saved Searches... 62

Physical Security Fleets Analyzer Saved Searches... 62 User guide v.3 (for Fleets Analyzer v9.3) Published on 0 th October 07 Contents User guide changelog (v.to v.3)... 5 Introduction... 6 Layout... 7 The header bar... 7 Homepage... 8 Aircraft section...

More information

Aviation Software. DFT Database API. Prepared by: Toby Wicks, Software Engineer Version 1.1

Aviation Software. DFT Database API. Prepared by: Toby Wicks, Software Engineer Version 1.1 DFT Database API Prepared by: Toby Wicks, Software Engineer Version 1.1 19 November 2010 Table of Contents Overview 3 Document Overview 3 Contact Details 3 Database Overview 4 DFT Packages 4 File Structures

More information

USER GUIDE DOCUMENT VIETJET AIR FLIGHTVIEW

USER GUIDE DOCUMENT VIETJET AIR FLIGHTVIEW USER GUIDE DOCUMENT VIETJET AIR FLIGHTVIEW VERSION CHANGE LOG Version Description of Change Author Date 0.1 Beginning of the Document Thanh Hien December 2018 1 TABLE OF CONTENTS USER GUIDE DOCUMENT VIETJET

More information

Overseas Travel Registration System Operation Manual

Overseas Travel Registration System Operation Manual Overseas Travel Registration System Operation Manual For Student First Edition Osaka University International Student Affaires Division October 5, 2017 October 5, 2017 1 / 11 Index INDEX Overseas Travel

More information

Furthermore, both our Flight API and our WebFare Engine have improved largely and have been supplemented with new features.

Furthermore, both our Flight API and our WebFare Engine have improved largely and have been supplemented with new features. HitchHiker ITB PreView 2011 Dear Readers, again, it s time for the ITB and our first newsletter of the year. As every year, we are looking forward to presenting you our well-known products and innovations.

More information

Quickstart Guide to HIPE and the HSA

Quickstart Guide to HIPE and the HSA Hitchhiker s Guide to the Herschel Science Archive Pasadena, 6 th -10 th October 2014 Quickstart Guide to HIPE and the HSA David Shupe User Support coordinator / NHSC Archive Scientist PACS Hitchhiker

More information

e-airportslots Tutorial

e-airportslots Tutorial e-airportslots Tutorial 2017 by IACS (International Airport Coordination Support) page 1 Table of contents 1 Browser compatibility... 4 2 Welcome Screen... 4 3 Show Flights:... 4 4 Coordination... 7 4.1

More information

How To Set Up and Use the SAP ME Earned Standards Feature

How To Set Up and Use the SAP ME Earned Standards Feature SAP Manufacturing Execution How-To Guide How To Set Up and Use the SAP ME s Feature Applicable Release: ME 6.0 Version 1.0 June 4, 2012 Copyright 2012 SAP AG. All rights reserved. No part of this publication

More information

MyTraveler User s Manual

MyTraveler User s Manual MyTraveler User s Manual MyTraveler is the DataTraveler Elite tool that enables you to access and customize your DataTraveler Elite through the MyTraveler Console. Messages and prompts guide you through

More information

Federal GIS Conference February 10 11, 2014 Washington DC. ArcGIS for Aviation. David Wickliffe

Federal GIS Conference February 10 11, 2014 Washington DC. ArcGIS for Aviation. David Wickliffe Federal GIS Conference 2014 February 10 11, 2014 Washington DC ArcGIS for Aviation David Wickliffe What is ArcGIS for Aviation? Part of a complete system for managing data, products, workflows, and quality

More information

SmartFares User Guide

SmartFares User Guide Welcome to Air Tickets The Air Tickets website is the gateway to our SmartFares database. SmartFares automatically locates up-to-the-minute fares from virtually every airline in the world. With its user

More information

Preliminary Staff User s Manual. CASSi The Computerized Aircraft Scheduling System Rev. 1.28a. February 10, 2001

Preliminary Staff User s Manual. CASSi The Computerized Aircraft Scheduling System Rev. 1.28a. February 10, 2001 CASSi The Computerized Aircraft Scheduling System Rev. 1.28a February 10, 2001 Page 1 of 37 June 25, 2000 Introduction CASSi is the Computerized Aircraft Scheduling System, an Internet based system that

More information

HelpAndManual_unregistered_evaluation_copy AirLog Pilot Logbook V3

HelpAndManual_unregistered_evaluation_copy AirLog Pilot Logbook V3 HelpAndManual_unregistered_evaluation_copy AirLog Pilot Logbook V3 HelpAndManual_unregistered_evaluation_copy AirLog Pilot Logbook V3 Version 3 LLTSoftware.com AirLog pilot logbook for Windows provides

More information

CA SiteMinder. Agent for JBoss Guide. r12.1 SP3. Third Edition

CA SiteMinder. Agent for JBoss Guide. r12.1 SP3. Third Edition CA SiteMinder Agent for JBoss Guide r12.1 SP3 Third Edition This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

Online Guest Accommodation Booking System

Online Guest Accommodation Booking System DIRECTORATE OF ESTATES, MINISTRY OF URBAN DEVELOPMENT, GOVERNMENT OF INDIA Online Guest Accommodation Booking System [User Manual For Booking Agency] Document Prepared By Sunil Babbar, Scientist C, NIC

More information

Multiple Wishlists extension for Magento2. User Guide

Multiple Wishlists extension for Magento2. User Guide Multiple Wishlists extension for Magento2 User Guide version 1.0 Website: http://www.itoris.com Page 1 Contents 1. Introduction... 3 2. Installation... 3 2.1. System Requirements... 3 2.2. Installation...

More information

HEATHROW S VIP SERVICE

HEATHROW S VIP SERVICE HEATHROW S VIP SERVICE YOUR STEP-BY-STEP GUIDE TO REGISTERING AND BOOKING Welcome to online registering of Heathrow s VIP Service the easy way. Heathrow s VIP Service is a seamless, private and personal

More information

2018 PSO Profile Highlights and Tips. December 18, :00 3:00 PM

2018 PSO Profile Highlights and Tips. December 18, :00 3:00 PM 2018 PSO Profile Highlights and Tips December 18, 2018 2:00 3:00 PM Call Logistics The PSOPPC will be presenting the 2018 PSO Profile Highlights and Tips. Please use the chat (Ask a Question) to submit

More information

PSS Integrating 3 rd Party Intelligent Terminal. Application Note. Date December 15, 2009 Document number PSS5000/APNO/804680/00

PSS Integrating 3 rd Party Intelligent Terminal. Application Note. Date December 15, 2009 Document number PSS5000/APNO/804680/00 PSS 5000 Application Note Integrating 3 rd Party Intelligent Terminal Date December 15, 2009 Document number PSS5000/APNO/804680/00 Doms A/S Formervangen 28 Tel. +45 4329 9400 info@doms.dk DK-2600 Glostrup

More information

etrust SiteMinder Agent r6.0 for IBM WebSphere

etrust SiteMinder Agent r6.0 for IBM WebSphere etrust SiteMinder Agent r6.0 for IBM WebSphere SiteMinder Agent for IBM WebSphere Guide r6.0 This documentation (the Documentation ) and related computer software program (the Software ) (hereinafter collectively

More information

Copyright Thomson Financial Limited 2006

Copyright Thomson Financial Limited 2006 Getting Started Copyright Thomson Financial Limited 2006 All rights reserved. No part of this publication may be reproduced without the prior written consent of Thomson Financial Limited, 1 Mark Square,

More information

Concur Travel-Frequently Asked Questions

Concur Travel-Frequently Asked Questions Concur Travel-Frequently Asked Questions Click Links to Navigate User & Profile Assistance First Time Logging into Concur Travel & Expense Forgot Password System is slow Smartphone Access Air Car Hotel-Navigational

More information

Table of Contents. Part I Introduction 3 Part II Installation 3. Part III How to Distribute It 3 Part IV Office 2007 &

Table of Contents. Part I Introduction 3 Part II Installation 3. Part III How to Distribute It 3 Part IV Office 2007 & Contents 1 Table of Contents Foreword 0 Part I Introduction 3 Part II Installation 3 1 Trial Version... 3 2 Full Version... 3 Part III How to Distribute It 3 Part IV Office 2007 & 2010 4 1 Word... 4 Run

More information

Concur Travel - Frequently Asked Questions

Concur Travel - Frequently Asked Questions Concur Travel - Frequently Asked Questions Click on the question to navigate to the answer. What should I do the first time I log into Concur Travel & Expense? What do I do if I forgot my password? Why

More information

The Improvement of Airline Tickets Selling Process

The Improvement of Airline Tickets Selling Process The Improvement of Airline Tickets Selling Process Duran Li (103034466) Department of Industrial Engineering and Engineering Management, National Tsing Hua University, Taiwan Abstract. The process of a

More information

Click the Profile link to review and update your profile. You must save your profile before you first attempt to book a trip. TOP

Click the Profile link to review and update your profile. You must save your profile before you first attempt to book a trip. TOP FAQ Concur Travel Documentation User & Profile Assistance First Time Logging into Concur Travel & Expense Forgot Password System is slow Smartphone Access Air Car Hotel-Navigational Assistance Air-Search

More information

LogTen Pro API. logten://method/{json_payload}

LogTen Pro API. logten://method/{json_payload} LogTen Pro API proudly presents the LogTen Pro Application Programming Interface (API) v1.1 which allows third-party applications to interact with LogTen Pro using a straight forward URL based approach

More information

UVACARS User Guide Version 1.0

UVACARS User Guide Version 1.0 UVACARS User Guide Version 1.0 Effective 1 February 2015 Table of Contents List of Revisions... 3 Credits... 4 Introduction... 5 Installation... 6 Using UVACARS... 8 Getting Started... 8 Preparing UVACARS

More information

The System User Manual

The System User Manual The System User Manual The URL is: http://131.193.40.52/diseasemap.html The user interface facilitates mapping of four major types of entities: disease outbreaks, ports, ships, and aggregate ship traffic.

More information

FLIGHT TAX SYSTEMS Users Guide to Features and Reporting Advanced Topics

FLIGHT TAX SYSTEMS Users Guide to Features and Reporting Advanced Topics FLIGHT TAX SYSTEMS Users Guide to Features and Reporting Advanced Topics March 10, 2016 1 Jed Wolcott, CPA, MBA President Sue Folkringa, CPA, MTax Commercial Pilot, AS/MEL, ATP, Airplane 2 Shayne Gutierrez

More information

Virgin Australia s Corporate Booking Portal User Guide

Virgin Australia s Corporate Booking Portal User Guide Virgin Australia s Corporate Booking Portal User Guide Status: Review Version: 2.1 (accelerate) Date 07/06/2013 Table of Contents 1. Introduction... 4 2. Getting Started... 4 3. User Profiles... 4 User

More information

Seminar on USOAP Continuous Monitoring Approach (CMA) and State Aviation Safety Tools (SAST)

Seminar on USOAP Continuous Monitoring Approach (CMA) and State Aviation Safety Tools (SAST) International Civil Aviation Organization Seminar on USOAP Continuous Monitoring Approach (CMA) and State Aviation Safety Tools (SAST) ICAO Electronic Safety Tools Module 10 1 Contents 9.1 Introduction

More information

Release Note

Release Note Release Note 2018.08 02 Release Note 2018.08 Content GENERAL I. Notification Management Usage For Car Bookings... 03 II. Extension Location Proposal For Company Locations In The Close Vicinity... 04 FLIGHT

More information

Fox World Travel/Concur Documentation Concur FAQ

Fox World Travel/Concur Documentation Concur FAQ Fox World Travel/Concur Documentation Concur FAQ User and Profile Assistance First Time Logging into Concur Travel & Expense Forgot Password System is Slow Smartphone Access Air Car Hotel-Navigational

More information

Amadeus Selling Platform Timatic User Guide

Amadeus Selling Platform Timatic User Guide Amadeus Selling Platform Timatic User Guide amadeus.com YOUR USE OF THIS DOCUMENTATION IS SUBJECT TO THESE TERMS Use of this documentation You are authorised to view, copy, or print the documentation for

More information

Smart Commute Tool User Guide

Smart Commute Tool User Guide Smart Commute Tool User Guide The Smart Commute tool is a trip planning tool that allows users to explore commute options, match trips with others and track personal impact (trips logged, distance travelled,

More information

Phytclean Guide: How to apply for phytosanitary (special) markets

Phytclean Guide: How to apply for phytosanitary (special) markets Wednesday, 27 June 2018 Phytclean Guide: How to apply for phytosanitary (special) markets Preamble This help file is designed for pome fruit producers registering for special markets. Please use this guide

More information

CA SiteMinder. Agent for JBoss Guide SP1

CA SiteMinder. Agent for JBoss Guide SP1 CA SiteMinder Agent for JBoss Guide 12.52 SP1 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation ) is for your

More information

Concur Travel User Guide

Concur Travel User Guide Concur Travel User Guide Table of Contents Updating Your Travel Profile... 3 Travel Arranger... 3 Access... 3 Book a Flight... 5 Step 1: Start the Search... 5 Step 2: Select a flight... 7 Step 3: Select

More information

Lesson: Total Time: Content: Question/answer:

Lesson: Total Time: Content: Question/answer: Go! Lesson: Total Time: Content: Question/answer: Worldspan 60 minutes 45 minutes 15 minutes Lesson Description: This lesson is designed to review the booking using cruise options, search, fare codes and

More information

Signature Travel Expert Certification Course

Signature Travel Expert Certification Course Signature Travel Expert Certification Course Module 5: Hotels and Resorts Program Introduction Revised 7/13/2018 Signature s hotels and resorts program provides members with preferred partnerships with

More information

Concur Travel: Post Ticket Change Using Sabre Automated Exchanges

Concur Travel: Post Ticket Change Using Sabre Automated Exchanges Concur Travel: Post Ticket Change Using Sabre Automated Exchanges Travel Service Guide Applies to Concur Travel: Professional/Premium edition TMC Partners Direct Customers Standard edition TMC Partners

More information

MyFBO Help. Contents TRAINING ONLY

MyFBO Help. Contents TRAINING ONLY MyFBO Help Updated: July 25,2011 The online help menu works well to find most answers and explanations how to use the system. Simply click on the blue question mark symbol on the top right corner of MyFBO.com.

More information

BHP BILLITON. Contractor Management System. User Guide for Booking Inductions - MAC Administrators

BHP BILLITON. Contractor Management System. User Guide for Booking Inductions - MAC Administrators BHP BILLITON Contractor Management System User Guide for Booking Inductions - MAC Administrators Table of Contents Overview 3 Booking the BHP Billiton Asset Induction (Employees) 4 Booking the BHP Billiton

More information

Travel Agent - User Guide

Travel Agent - User Guide Travel Agent - User Guide Amadeus Fare World Contents Amadeus Fare World... 3 Search screen... 4 Standard Search... 4 Open Jaw search... 5 Agentweb... 5 Power Pricer (Agency Mark Up)... 6 Search functions...

More information

US ACARS Pilot Guide

US ACARS Pilot Guide US ACARS Pilot Guide For US ACARS version 2.2 18 December, 2009 Original Author: Tyler Hoppe, Phoenix Personnel Edited and Released By: Marcus Smallegan, Vice President of Public Relations US Airways Virtual

More information

Regional Seminar/Workshop on CMA and SAST

Regional Seminar/Workshop on CMA and SAST International Civil Aviation Organization Regional Seminar/Workshop on CMA and SAST September 2011 ICAO Electronic Safety Tools Module 7 1 Contents 7.1 Introduction 7.2 ICAO online safety framework 7.3

More information

TIMS & PowerSchool 2/3/2016. TIMS and PowerSchool. Session Overview

TIMS & PowerSchool 2/3/2016. TIMS and PowerSchool. Session Overview TIMS and PowerSchool TIMS & PowerSchool Kevin R. Hart TIMS and PowerSchool Kevin R. Hart TIMS Project Leader UNC Charlotte Urban Institute Session Overview What is TIMS? PowerSchool Data in TIMS PowerSchool

More information

QuickStart Guide. Concur Premier: Travel

QuickStart Guide. Concur Premier: Travel QuickStart Guide Concur Premier: Travel Proprietary Statement This document contains proprietary information and data that is the exclusive property of Concur Technologies, Inc., Redmond, Washington. If

More information

New Distribution Capability (NDC)

New Distribution Capability (NDC) Together Let s Build Airline Retailing Accountable Document Validated official document (such as any type of an airline ticket, or a Standard Traffic Document (STD) or payment voucher) that has a value

More information

PASSUR Aerospace. Departure Metering Program at Toronto Pearson International Airport. Training Manual

PASSUR Aerospace. Departure Metering Program at Toronto Pearson International Airport. Training Manual PASSUR Aerospace Toronto Pearson International Airport Departure Metering Program at Toronto Pearson International Airport Training Manual Name: Today s Date: Toronto Pearson Deicing Sequencing Training

More information

GROUND HANDLING COURSES Amadeus Customer Service

GROUND HANDLING COURSES Amadeus Customer Service GROUND HANDLING COURSES Amadeus Customer Service 30 April 2018 SUMMARY Altéa Administration for Ground Handlers... 3 Amadeus Altea document management for Altea Departure Control... 4 Amadeus Security

More information

Exhibitor System Quick Start Guide

Exhibitor System Quick Start Guide Exhibitor System Quick Start Guide International Trade Fair for Construction Machinery, Building Material Machines, Mining Machines and Construction Vehicles. November 27 30, 2018, Shanghai www.bauma-china.com

More information

The AeroKurier Online Contest Not Just for Computer Nerds

The AeroKurier Online Contest Not Just for Computer Nerds The AeroKurier Online Contest Not Just for Computer Nerds You ve probably heard pilots talk about uploading flight claims to the OLC, but you ve probably also heard some horror stories about how hard it

More information

Concur Travel: Lufthansa Pay As You Fly (PAF)

Concur Travel: Lufthansa Pay As You Fly (PAF) Concur Travel: Lufthansa Pay As You Fly (PAF) Travel Service Guide Applies to Concur Travel: Professional/Premium edition TMC Partners Direct Customers Standard edition TMC Partners Direct Customers Contents

More information