Advanced Workflow Tips & Tricks: Step-by- Step Guide. Kristof Depypere - Mathisse De Strooper

Size: px
Start display at page:

Download "Advanced Workflow Tips & Tricks: Step-by- Step Guide. Kristof Depypere - Mathisse De Strooper"

Transcription

1 Advanced Wrkflw Tips & Tricks: Step-by- Step Guide Kristf Depypere - Mathisse De Strper

2 Table f Cntents 1. Ask The Expert Basic Descriptin Develpment BPMN image 6 2. Ask The Expert Advanced Step Descriptin Develpment BPMN image 7 3. Ask The Expert Advanced step Descriptin Develpment BPMN image 9 4. Ask The Expert Advanced step Descriptin Develpment BPMN image Ask The Expert Advanced step Descriptin Develpment BPMN image Ask The Expert Advanced step Descriptin Develpment BPMN image Ask The Expert Advanced step 6 15 Advanced Wrkflw Tips & Tricks: Step-by-Step Guide 2

3 7.1 Descriptin Develpment BPMN image 15 Advanced Wrkflw Tips & Tricks: Step-by-Step Guide 3

4 1. Ask the Expert Basic 1.1 Descriptin The Ask the Expert wrkflws bring users in direct cntact with the subject matter expert f a certain asset. The user will be able t ask a questin directly t the expert. The expert will be ntified and will be able t answer the questin in a user-friendly way. 1.2 Develpment The basics f wrkflws and the instructins n hw t install Eclipse + Activity Plugin can be fund in ur User Guide: API dcumentatin can be fund underneath (instanceurl)/dcs/index.html r Step by Step guide: Create a new Activity diagram Right click n yur flder New è Other Activity Diagram Add a Pl t yur activity diagram (if yu dn t see this panel: Windw è Shw View è Palette) Cntainer Drag and drp a pl n t yur activity diagram Click n the title f the pl and give it a unique id G t the prcess tab and prvide a unique prcess id and name Add a Start Event t yur pl Start event Drag and drp a start event t yur pl G t the Main "cnfig" tab Give the initiatr a name: startuser Cnfigure the start frm Click n yur start event G t the Frm tab Create new Questin field Id = questin Name = Questin Type = String Required = true Readable = true Writeable = true Create a new buttn Id = buttn Name = Ask Questin Type = buttn Required = false Readable = true Writeable = true Create new wrkflw variable (which can be changed frm within the Data Gvernance Center) Id = rle Name = Expert Rle User Expressin Advanced Wrkflw Tips & Tricks: Step-by-Step Guide 4

5 Type = string Default = rle (Subject Matter Expert) Required = false Readable = false Writeable = true Add a Service Task t yur Pl Task Drag and drp a service task t yur pl General è Name = Send questin t the cmments Cnnect the start event and service task using a sequence flw Cnfigure the "addcmment" actin G t the Main cnfig tab Task type = Java class Select class Search fr addcmment delegate (make sure yu added the Cllibra cre api as a library, see: user guide) Add cmment field Name = cmment Expressin = ${questin} resultvariablename Name = questincmment Add a User Task t yur Pl Task Drag and drp a user task t yur pl General è Name = Answer the questin Cnnect the Send questin t cmments service task with the user task using a sequence flw Set the assigned user G t the Main cnfig Candidate user = ${rle} (= the rle which is cnfigured inside the start frm) Cnfigure the user frm G t the Frm tab Create new answer field Id = answer Name = Answer Type = textarea Required = true Readable = true Writeable = true Create new answer buttn Id = answerbuttn Name = Answer Type = buttn Default = false Required = false Readable = true Writeable = true Add a Service Task t yur Pl Task Drag and drp a service task t yur pl General è Name = Add answer as a reply cmment Cnnect the Answer the questin user task with the service task using a sequence flw Cnfigure the addcmment actin G t the Main cnfig tab Task type = Java class Select class Advanced Wrkflw Tips & Tricks: Step-by-Step Guide 5

6 Search fr addcmment delegate (make sure yu added the Cllibra cre api as a library, see: user guide) Add cmment field Name = cmment Expressin = ${answer} Add parent field Name = parent Expressin = ${questincmment.id} Add a Mail Task t yur Pl Task Drag and drp mail task t yur pl General è Name = Send Answer Cnnect the Add answer as reply cmment service task with the mail task using a sequence flw Cnfigure the mail actin G t the Main cnfig tab T = user(${startuser}) Subject = Yur questin: ${questin} has been answered Charset = UTF-8 Nn-html: The questin: ${questin} has been answered by ${users.getusernames(rle).iteratr().next()} ====================================== Answer: ${answer} Add a Terminate End Event t yur Pl End event Drag and drp a terminate end event t yur pl Cnnect the Send Answer mail task with the terminate end event using a sequence flw 1.3 BPMN image Advanced Wrkflw Tips & Tricks: Step-by-Step Guide 6

7 2. Ask the Expert Advanced Step Descriptin In this first step, we will add task buttn which uses a language translatin t make the required actin clearer t the user when he is pening his task. 2.2 Develpment The basics f wrkflws and the instructins n hw t install Eclipse + Activity Plugin can be fund in ur User Guide: API dcumentatin can be fund underneath (instanceurl)/dcs/index.html r Step by Step guide: Add a task buttn t the Answer the questin user task G t the Frm tab Add new taskbuttn Id = pentaskbuttn Name = answer.questin.buttn (will be translated by the language file f the Data Gvernance Center, this can be fund inside Settings è General è Language) 2.3 BPMN image Advanced Wrkflw Tips & Tricks: Step-by-Step Guide 7

8 3. Ask the Expert Advanced Step Descriptin In this secnd step, we will give the user the ptin t chse an expert when there is mre than ne expert assigned t the asset. 3.2 Develpment The basics f wrkflws and the instructins n hw t install Eclipse + Activity Plugin can be fund in ur User Guide: API dcumentatin can be fund underneath (instanceurl)/dcs/index.html r Step by Step guide: Add an exclusive gateway after the Send questin t cmments service task Gateway Drag and drp the exclusive gateway t yur pl Default flw = singleexpert Cnnect the Send questin t cmments service task with the exclusive gateway using a sequence flw Cnnect the exclusive gateway with the Answer the questin user task using a sequence flw Name = singleexpert Add a script task t yur Pl where we will get all the experts f a certain asset Task Drag and drp a script task t yur Pl Cnnect the exclusive gateway t yur script task using a sequence flw. Name = multipleexperts Main cnfig Cnditin = ${users.getusernames(rle).size()>1} Name = Set expert list Main Cnfig Script Language = Grvy Script: String subjectmatterexperts=users.getusernamescsv(rle) executin.setvariable('subjectmatterexperts', subjectmatterexperts) Add a user task t yur Pl Task Drag and drp a user task t yur pl Cnnect the Set expert list script task with yur user task using a sequence flw Name = Chse yur expert Set the assigned user Main Cnfig -> Candidate user = user(${startuser}) Create the user frm G the Frm tab Create new field where we will display the drpdwn f experts Id = user Name = Select a subject matter expert Type = user Frm values Advanced Wrkflw Tips & Tricks: Step-by-Step Guide 8

9 prpsedvalues = ${subjectmatterexperts} prpsedfixed = true Required = false Readable = false Writeable = true Create new task buttn Id = chseexpertbuttn Name = Chse Expert Type = taskbuttn Required = false Readable = true Writeable = true Add new service task t yur pl t reset the rle variable t the chsen expert Task Drag and drp a service task t yur pl Name = Set user expressin Main Cnfig Task Type = Expressin Expressin = user(${user}) Result variable = rle Cnnect the Chse yur expert user task with yur service task using a sequence flw Cnnect yur service task with the Answer the questin user task using a sequence flw 3.3 BPMN image Advanced Wrkflw Tips & Tricks: Step-by-Step Guide 9

10 4. Ask the Expert Advanced Step Descriptin In this third step, we will setup actin mail and activity stream s that the expert is able t answer the questin via Develpment The basics f wrkflws and the instructins n hw t install Eclipse + Activity Plugin can be fund in ur User Guide: API dcumentatin can be fund underneath (instanceurl)/dcs/index.html r Step by Step guide: Add actin mail capability t the Answer the questin user task G t the Listeners tab Create new ActinMailSender listener Event = create Type = java class Class = cm.cllbira.dg.cre.wrkflw.activity.tasklistener.actinmailsender Fields Subject = Questin: ${questin} (EXPRESSION) includeattributes = true includerelatins = true includeactivitystream = true Add activity stream (cmments) capability t the Answer the questin G t the Listeners tab Create new SetActivityStreamListener Event = create Type = java class Class = cm.cllibra.dgc.cre.wrkflw.activity.listener.setactivitystreamlistener Fields resurcetypes = CM 4.3 BPMN image Advanced Wrkflw Tips & Tricks: Step-by-Step Guide 10

11 5. Ask the Expert Advanced Step Descriptin In this furth step, we will explain hw t use the new API v2 (released tgether with Data Gvernance Center v5.1) 5.2 Develpment The basics f wrkflws and the instructins n hw t install Eclipse + Activity Plugin can be fund in ur User Guide: API dcumentatin can be fund underneath (instanceurl)/dcs/index.html r Step by Step guide: Remve the Add answer as reply cmment service task Add script task t replace it Task Drag and drp script task t yur pl Name = Add answer as reply cmment Main cnfig Script language = grvy Script: imprt java.util.set; imprt cm.cllibra.dgc.cre.api.mdel.reference.impl.resurcereferenceimpl; imprt cm.cllibra.dgc.cre.api.dt.instance.cmment. AddCmmentRequest; imprt cm.cllibra.dgc.cre.mdel.user.user; def baseresurceid = new ResurceReferenceImpl(UUID.frmString(item.id), cm.cllibra.dgc.cre.api.mdel.resurcetype.asset); def addcmmentrequest = AddCmmentRequest.builder().cntent(answer.tString()).parentId(UUID.frmString(ques ncmment.id)).baseresurce(baseresurceid).build(); cmmentapi.addcmment(addcmmentrequest) Advanced Wrkflw Tips & Tricks: Step-by-Step Guide 11

12 5.3 BPMN image Advanced Wrkflw Tips & Tricks: Step-by-Step Guide 12

13 6. Ask the Expert Advanced Step Descriptin In this fifth step, we will add functinality t handle Data Gvernance Center events which will enable the expert t answer the questin by replying t the cmment directly. 6.2 Develpment The basics f wrkflws and the instructins n hw t install Eclipse + Activity Plugin can be fund in ur User Guide: API dcumentatin can be fund underneath (instanceurl)/dcs/index.html r Step by Step guide: Add a signal bundary event t the Answer the questin user task Bundary event Drag and drp a signal bundary event n the Answer the questin user task Main cnfig Cancel activity = false Signal ref = COMMENT_ADDED Add script task t check whether the added cmment is the reply t ur questin Task Drag and drp a script task t yur pl and cnnect it with the signal bundary event using a sequence flw Name = Check added cmment is reply Main cnfig Script language = grvy Script: imprt cm.cllibra.dgc.cre.mdel.cmment.cmment String addedcmmentid = event.geteventresurceid() Cmment addedcmment = cmmentcmpnent.getcmment(addedcmmentid) Cmment parentcmment = addedcmment.getparentcmment() blean cmmentisreply = false if (parentcmment!= null) { if (questincmment.getid().equals(parentcmment.getid())) { cmmentisreply = true executin.setvariable('answer', addedcmment.getcntent()) } } executin.setvariable('cmmentisreply', cmmentisreply) Add exclusive gateway t yur pl t stp the wrkflw when the cmment is nt a reply t ur questin Gateway Advanced Wrkflw Tips & Tricks: Step-by-Step Guide 13

14 Drag and drp an exclusive gateway t yur pl Cnnect the check added cmment is reply script task with yur exclusive gateway using a sequence flw Add secnd end event t yur pl End event Drag and drp an end event t yur pl Cnnect the exclusive gateway with the end event using a sequence flw Name = nreply Cnnect the exclusive gateway with the Send answer mail task using a sequence flw Name = reply Main cnfig Cnditin = ${cmmentisreply} Cnfigure the default flw f the exclusive gateway General Default flw = n reply 6.3 BPMN image Advanced Wrkflw Tips & Tricks: Step-by-Step Guide 14

15 7. Ask the Expert Advanced Step Descriptin In this sixth step, we will learn yu hw t benefit frm asynchrnus peratins and run-as functinality. 7.2 Develpment The basics f wrkflws and the instructins n hw t install Eclipse + Activity Plugin can be fund in ur User Guide: API dcumentatin can be fund underneath (instanceurl)/dcs/index.html r Step by Step guide: Add the answer as a reply cmment in the backgrund G t the Add answer as reply cmment script task Check the bx Asynchrnus Make sure the cmment is added as the expert s user (asynchrnus tasks are executed by System) by implementing the run-as functinality G t the Add answer as reply cmment script task Script: imprt java.util.set; imprt cm.cllibra.dgc.cre.api.mdel.reference.impl.resurcereferenceimpl; imprt cm.cllibra.dgc.cre.api.dt.instance.cmment. AddCmmentRequest; imprt cm.cllibra.dgc.cre.mdel.user.user; User smeuser = users.getusers(rle).iteratr().next(); users.runasuser(smeuser, { def baseresurceid = new ResurceReferenceImpl(UUID.frmString(item.id), cm.cllibra.dgc.cre.api.mdel.resurcetype.asset); def addcmmentrequest = AddCmmentRequest.builder().cntent("[ANSWER 6]: "+answer.tstring()).parentid(uuid.frmstring(questincmment.id)).baseresurce(baser esurceid).build(); cmmentapi.addcmment(addcmmentrequest) }) 7.3 BPMN image Advanced Wrkflw Tips & Tricks: Step-by-Step Guide 15

16 Cllibra.cm US Fllw Us: twitter.cm/cllibra Cllibra

Using the Swiftpage Connect List Manager

Using the Swiftpage Connect List Manager Quick Start Guide T: Using the Swiftpage Cnnect List Manager The Swiftpage Cnnect List Manager can be used t imprt yur cntacts, mdify cntact infrmatin, create grups ut f thse cntacts, filter yur cntacts

More information

Using the Swiftpage Connect List Manager

Using the Swiftpage Connect List Manager Quick Start Guide T: Using the Swiftpage Cnnect List Manager The Swiftpage Cnnect List Manager can be used t imprt yur cntacts, mdify cntact infrmatin, create grups ut f thse cntacts, filter yur cntacts

More information

FIRST Volunteer Management System Quickstart

FIRST Volunteer Management System Quickstart FIRST Vlunteer Management System Quickstart https://my.usfirst.rg/vms/lgin.aspx FIRST Vlunteer Resurces Department Questins? Cmments? Cncerns? vlunteer@usfirst.rg 1 P a g e updated 8/25/2014 - TD Cntents

More information

UiPath Automation. Walkthrough. Walkthrough Calculate Client Security Hash

UiPath Automation. Walkthrough. Walkthrough Calculate Client Security Hash UiPath Autmatin Walkthrugh Walkthrugh Calculate Client Security Hash Walkthrugh Calculate Client Security Hash Start with the REFramewrk template. We start ff with a simple implementatin t demnstrate the

More information

Integrating QuickBooks with TimePro

Integrating QuickBooks with TimePro Integrating QuickBks with TimePr With TimePr s QuickBks Integratin Mdule, yu can imprt and exprt data between TimePr and QuickBks. Imprting Data frm QuickBks The TimePr QuickBks Imprt Facility allws data

More information

Sircon User Guide A Guide to Using the Vertafore Sircon Self-Service Portal

Sircon User Guide A Guide to Using the Vertafore Sircon Self-Service Portal Sircn User Guide A Guide t Using the Vertafre Sircn Self-Service Prtal September 2016 Versin 16.8 Cntents Cntents Using the Vertafre Sircn Self-Service Prtal... 3 Lg In... 3 Hme Page... 4 Lg New Cases...

More information

CROWNPEAK DESKTOP CONNECTION (CDC) INSTALLATION GUIDE VERSION 2.0

CROWNPEAK DESKTOP CONNECTION (CDC) INSTALLATION GUIDE VERSION 2.0 TECHNICAL DOCUMENTATION CROWNPEAK DESKTOP CONNECTION (CDC) INSTALLATION GUIDE VERSION 2.0 AUGUST 2012 2012 CrwnPeak Technlgy, Inc. All rights reserved. N part f this dcument may be reprduced r transmitted

More information

Date: October User guide. Integration through ONVIF driver. Partner Self-test. Prepared By: Devices & Integrations Team, Milestone Systems

Date: October User guide. Integration through ONVIF driver. Partner Self-test. Prepared By: Devices & Integrations Team, Milestone Systems Date: Octber 2018 User guide Integratin thrugh ONVIF driver. Prepared By: Devices & Integratins Team, Milestne Systems 2 Welcme t the User Guide fr Online Test Tl The aim f this dcument is t prvide guidance

More information

Step 3:- You Will See the Sign-in Page. Then Enter your Login ID & Password and Click on the Sign in Button.

Step 3:- You Will See the Sign-in Page. Then Enter your Login ID & Password and Click on the Sign in Button. Client User Guide Hme Page Fr Client:- Step 1:- Open a Web brwser n yur Cmputer System Step 2:- Type this URL in search bar www.lgnutility.in Step 3:- Yu Will See the Sign-in Page. Then Enter yur Lgin

More information

DocAve Governance Automation 2

DocAve Governance Automation 2 DcAve Gvernance Autmatin 2 Business User Guide Service Pack 2 Issued March 2018 The Enterprise-Class Management Platfrm fr SharePint Gvernance Table f Cntents What s New in this Guide... 3 Submitting Dcumentatin

More information

TRACK CHAIRS CREATING INVITED SESSIONS AND INVITING SESSION ORGANIZER(S)

TRACK CHAIRS CREATING INVITED SESSIONS AND INVITING SESSION ORGANIZER(S) TRACK CHAIRS CREATING INVITED SESSIONS AND INVITING SESSION ORGANIZER(S) I. Creating Invited Sessins a. After lgin click n the Sessins Bx b. Select yur track frm the drp dwn menu. c. Once yu select the

More information

Kaltura MediaSpace User Manual. Version: 4.6

Kaltura MediaSpace User Manual. Version: 4.6 Kaltura MediaSpace User Manual Versin: 4.6 Kaltura Business Headquarters 5 Unin Square West, Suite 602, New Yrk, NY, 10003, USA Tel.: +1 800 871 5224 Cpyright 2013 Kaltura Inc. All Rights Reserved. Designated

More information

Firmware Download Anybus X-gateway Modbus-TCP

Firmware Download Anybus X-gateway Modbus-TCP Firmware Dwnlad Anybus X-gateway Mdbus-TCP Firmware Dwnlad Anybus X-gateway Mdbus-TCP HMS Industrial Netwrks AB Page 1 (5) Firmware Dwnlad Anybus X-gateway Mdbus-TCP Histry Revisin Date Descriptin Respnsible

More information

University Facilities

University Facilities 1 University Facilities WebTMA Requestr Training Manual WebTMA is Drexel University s nline wrk rder management system. The fllwing instructins will walk yu thrugh the steps n hw t: 1. Submit a wrk request

More information

Quick Start Guide for EAB Campus Advisors

Quick Start Guide for EAB Campus Advisors Student Success Cllabrative Quick Start Guide fr EAB Campus Advisrs Clemsn has launched the EAB Campus platfrm fr advisrs and thers, with the gal f helping students explre a path t timely graduatin cmpletin

More information

RISKMAN TOOL TIPS CHEAT SHEET

RISKMAN TOOL TIPS CHEAT SHEET This is a prmpt sheet fr mre detailed instructins n using the List & Cdes Maintenance sectin f RiskMan refer t the List & Cdes Maintenance Guide accessed via the HELP - > REFERENCE GUIDES menu and the

More information

STIQuery Basics. A second example is included at the end of this document.

STIQuery Basics. A second example is included at the end of this document. STIQuery Basics Using STIQuery A wide variety f reprts may be generated via STIQuery. With this tl, the use can retrieve data frm different areas f the prgram and cmbine the infrmatin tgether in ne reprt.

More information

REFWORKS: STEP-BY-STEP HURST LIBRARY NORTHWEST UNIVERSITY

REFWORKS: STEP-BY-STEP HURST LIBRARY NORTHWEST UNIVERSITY REFWORKS: STEP-BY-STEP HURST LIBRARY NORTHWEST UNIVERSITY Accessing RefWrks Access RefWrks frm a link in the Bibligraphy/Citatin sectin f the Hurst Library web page (http://library.nrthwestu.edu) Create

More information

Kaltura MediaSpace User Manual. Version: 3.0

Kaltura MediaSpace User Manual. Version: 3.0 Kaltura MediaSpace User Manual Versin: 3.0 Kaltura Business Headquarters 200 Park Avenue Suth, New Yrk, NY. 10003, USA Tel.: +1 800 871 5224 Cpyright 2012 Kaltura Inc. All Rights Reserved. Designated trademarks

More information

Smart Edit Manual. Page 1

Smart Edit Manual. Page 1 Smart Edit Manual Page 1 Table f Cntents Symbls... 7 User Interface... 8 Reddts at a Glance... 10 Page Search Panel... 11 First Steps in SmartEdit... 12 Opening the Start Page... 12 Editing Pages... 12

More information

How to Approve/Reject/Hold a Requisition

How to Approve/Reject/Hold a Requisition Mdule: Purchasing Tpic: Requisitin Prcessing Hw t Apprve/Reject/Hld a Requisitin Munis Versin 11.1 Objective Hw t Apprve/Reject/Hld a Requisitin This dcument prvides step-by-step instructin n hw t apprve

More information

CMS and e-commerce Solutions. version 1.0. Please, visit us at: or contact directly by

CMS and e-commerce Solutions. version 1.0. Please, visit us at:   or contact directly by Prduct Grid fr Magent User Guide versin 1.0 created by ITris ITris Table f cntents 1. Intrductin... 3 1.1. Purpse... 3 2. Installatin and License... 3 2.1. System Requirements... 3 2.2. Installatin...

More information

Access 2000 Queries Tips & Techniques

Access 2000 Queries Tips & Techniques Access 2000 Queries Tips & Techniques Query Basics The query is the basic tl that Access prvides fr retrieving infrmatin frm yur database. Each query functins like a questin that can be asked immediately

More information

1 Getting and Extracting the Upgrader

1 Getting and Extracting the Upgrader Hughes BGAN-X 9202 Upgrader User Guide (PC) Rev 1.0 (23-Feb-12) This dcument explains hw t use the Hughes BGAN-X Upgrader prgram fr the 9202 User Terminal using a PC. 1 Getting and Extracting the Upgrader

More information

Area Governors Module

Area Governors Module 1. General Overview Welcme t Assistant/Area Gvernrs Mdule, this well structured sectin f the District Organizatin Chart will assist yu in rganizing the club lists fr all yur Assistant/Area Gvernrs 2. Getting

More information

User Guide. Document Version: 1.0. Solution Version:

User Guide. Document Version: 1.0. Solution Version: User Guide Dcument Versin: 1.0 Slutin Versin: 365.082017.3.1 Table f Cntents Prduct Overview... 3 Hw t Install and Activate Custmer Satisfactin Survey Slutin?... 4 Security Rles in Custmer Satisfactin

More information

Kaltura MediaSpace User Manual. Version: 4.0

Kaltura MediaSpace User Manual. Version: 4.0 Kaltura MediaSpace User Manual Versin: 4.0 Kaltura Business Headquarters 200 Park Avenue Suth, New Yrk, NY. 10003, USA Tel.: +1 800 871 5224 Cpyright 2012 Kaltura Inc. All Rights Reserved. Designated trademarks

More information

Procurement Contract Portal. User Guide

Procurement Contract Portal. User Guide Prcurement Cntract Prtal User Guide Cntents Intrductin...2 Access the Prtal...2 Hme Page...2 End User My Cntracts...2 Buttns, Icns, and the Actin Bar...3 Create a New Cntract Request...5 Requester Infrmatin...5

More information

I - EDocman Installation EDocman component EDocman Categories module EDocman Documents Module...2

I - EDocman Installation EDocman component EDocman Categories module EDocman Documents Module...2 I - EDcman Installatin...2 1 - EDcman cmpnent...2 2 - EDcman Categries mdule...2 3 - EDcman Dcuments Mdule...2 4 - EDcman Search Plugin...3 5 - SH404 SEF plugin...3 II - Using EDcman extensin...3 I - EDcman

More information

Managing Your Access To The Open Banking Directory How To Guide

Managing Your Access To The Open Banking Directory How To Guide Managing Yur Access T The Open Banking Directry Hw T Guide Date: June 2018 Versin: v2.0 Classificatin: PUBLIC OPEN BANKING LIMITED 2018 Page 1 f 32 Cntents 1. Intrductin 3 2. Signing Up 4 3. Lgging In

More information

VISITSCOTLAND - TOURS MANAGEMENT SYSTEM Manual for Tour Operators

VISITSCOTLAND - TOURS MANAGEMENT SYSTEM Manual for Tour Operators VISITSCOTLAND - TOURS MANAGEMENT SYSTEM Manual fr Tur Operatrs 1 CONTENTS GETTING STARTED... 3 REGISTER AND CREATE YOUR ACCOUNT... 3 OPERATOR PROFILE... 4 Create yur Operatr Prfile... 4 ADD A TOUR LISTING...

More information

Faculty Textbook Adoption Instructions

Faculty Textbook Adoption Instructions Faculty Textbk Adptin Instructins The Bkstre has partnered with MBS Direct t prvide textbks t ur students. This partnership ffers ur students and parents mre chices while saving them mney, including ptins

More information

CodeSlice. o Software Requirements. o Features. View CodeSlice Live Documentation

CodeSlice. o Software Requirements. o Features. View CodeSlice Live Documentation CdeSlice View CdeSlice Live Dcumentatin Scripting is ne f the mst pwerful extensibility features in SSIS, allwing develpers the ability t extend the native functinality within SSIS t accmmdate their specific

More information

Single File Upload Guide

Single File Upload Guide Single File Uplad Guide August 15, 2018 Versin 9.6.134.78 Single File Uplad Guide 1 Fr the mst recent versin f this dcument, visit ur dcumentatin website. Single File Uplad Guide 2 Table f Cntents 1 Single

More information

Network Rail ARMS - Asbestos Risk Management System. Training Guide for use of the Import Survey Template

Network Rail ARMS - Asbestos Risk Management System. Training Guide for use of the Import Survey Template Netwrk Rail ARMS - Asbests Risk Management System Training Guide fr use f the Imprt Survey Template The ARMS Imprt Survey Template New Asbests Management Surveys and their Survey Detail reprts can be added

More information

CLIC ADMIN USER S GUIDE

CLIC ADMIN USER S GUIDE With CLiC (Classrm In Cntext), teaching and classrm instructin becmes interactive, persnalized, and fcused. This digital-based curriculum, designed by Gale, is flexible allwing teachers t make their classrm

More information

Creating Relativity Dynamic Objects

Creating Relativity Dynamic Objects Creating Relativity Dynamic Objects Nvember 28, 2017 - Versin 9.4 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

More information

Wave IP 4.5. CRMLink Desktop User Guide

Wave IP 4.5. CRMLink Desktop User Guide Wave IP 4.5 CRMLink Desktp User Guide 2015 by Vertical Cmmunicatins, Inc. All rights reserved. Vertical Cmmunicatins and the Vertical Cmmunicatins lg and cmbinatins theref and Vertical ViewPint, Wave Cntact

More information

HRConnect Manager Self-Service Work Instruction

HRConnect Manager Self-Service Work Instruction This Quick Reference Guide gives a brief verview f the prcesses used t cmplete Manager Self-Service actins within HRCnnect. This guide cvers hw yu can manage yur apprvals. 1. Apprve Pending Request via

More information

Dear Milestone Customer,

Dear Milestone Customer, Dear Milestne Custmer, With the purchase f Milestne Xprtect Transact yu have chsen a very flexible ptin t yur Milestne Xprtect Business slutin. Milestne Xprtect Transact enables yu t stre a serial data

More information

Agent Online. User Manual

Agent Online. User Manual Agent Online User Manual Cntents Lgging On t Agent Online.. 3 Agency Details and Emplyees... 3 Agency Details... 4 Agent Online User Types 5 Applicant Management... 6 Add a New Applicant... 7 Cntact Details...

More information

Kaltura Video Extension for IBM Connections User Guide. Version: 1.0

Kaltura Video Extension for IBM Connections User Guide. Version: 1.0 Kaltura Vide Extensin fr IBM Cnnectins User Guide Versin: 1.0 Kaltura Business Headquarters 5 Unin Square West, Suite 602, New Yrk, NY, 10003, USA Tel.: +1 800 871 5224 Cpyright 2014 Kaltura Inc. All Rights

More information

SmartPACS/AIS Video Training Curriculum

SmartPACS/AIS Video Training Curriculum SmartPACS/AIS Vide Training Curriculum Training vide is lcated at http://install.sundvet.cm/training Training help and faqs ca be fund at http://installer.sundvet.cm/training/ SMARTPACS Lgn Lgin Use the

More information

Lesson 4 Advanced Transforms

Lesson 4 Advanced Transforms Lessn 4 Advanced Transfrms Chapter 4B Extract, Split and replace 10 Minutes Chapter Gals In this Chapter, yu will: Understand hw t use the fllwing transfrms: Replace Extract Split Chapter Instructins YOUR

More information

Creating Relativity Dynamic Objects

Creating Relativity Dynamic Objects Creating Relativity Dynamic Objects Nvember 22, 2017 - Versin 9.3 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

More information

CaseWare Working Papers. Data Store user guide

CaseWare Working Papers. Data Store user guide CaseWare Wrking Papers Data Stre user guide Index 1. What is a Data Stre?... 3 1.1. When using a Data Stre, the fllwing features are available:... 3 1.1.1.1. Integratin with Windws Active Directry... 3

More information

Volume DIGITAL SIGNAGE SOFTWARE MANUAL. Your total toolkit for cloud-based digital signage. A Quick Start User Guide

Volume DIGITAL SIGNAGE SOFTWARE MANUAL. Your total toolkit for cloud-based digital signage. A Quick Start User Guide Vlume 3 DIGITAL SIGNAGE SOFTWARE MANUAL Yur ttal tlkit fr clud-based digital signage A Quick Start User Guide 1 A Quick Start User Guide Table f Cntents 2 Intrductin Page. 1 Step 1: Getting Started Page.

More information

How to Mass Assign Student Course Requests

How to Mass Assign Student Course Requests Hw t Mass Assign Student Curse Requests It is pssible that an entire grade level r grup f students will need t request the same curse r curses. If this is the case, yu have the ptin f mass assigning curse

More information

Municode Website Instructions

Municode Website Instructions Municde Website instructins Municde Website Instructins The new and imprved Municde site allws yu t navigate t, print, save, e-mail and link t desired sectins f the Online Cde f Ordinances with greater

More information

Secure File Transfer Protocol (SFTP) Interface for Data Intake User Guide

Secure File Transfer Protocol (SFTP) Interface for Data Intake User Guide Secure File Transfer Prtcl (SFTP) Interface fr Data Intake User Guide Cntents Descriptin... 2 Steps fr firms new t batch submissin... 2 Acquiring necessary FINRA accunts... 2 SFTP Access t FINRA... 2 SFTP

More information

Adverse Action Letters

Adverse Action Letters Adverse Actin Letters Setup and Usage Instructins The FRS Adverse Actin Letter mdule was designed t prvide yu with a very elabrate and sphisticated slutin t help autmate and handle all f yur Adverse Actin

More information

A Purchaser s Guide to CondoCerts

A Purchaser s Guide to CondoCerts Lgin t CndCerts - T submit a request with CndCerts, lg n t www.cndcerts.cm. First time users will fllw the New Users link t register. Dcument r print screen the User ID and Passwrd prvided. New accunts

More information

ISOLAR-EVE: Use my VECU in Matlab/Simulink?

ISOLAR-EVE: Use my VECU in Matlab/Simulink? ISOLAR-EVE: Use my VECU in Matlab/Simulink? Questin Hw can I use my VECU frm ISOLAR-EVE in Matlab/Simulink? In ISOLAR-EVE I created a virtual electrnic cntrl unit (VECU) Is it pssible t use this VECU in

More information

UiPath Automation. Walkthrough. Walkthrough Calculate Client Security Hash

UiPath Automation. Walkthrough. Walkthrough Calculate Client Security Hash UiPath Autmatin Walkthrugh Walkthrugh Calculate Client Security Hash Walkthrugh Calculate Client Security Hash Start with the REFramewrk template. We start ff with a simple implementatin t demnstrate the

More information

IBM SPSS Interviewer Setting up Data Entry Supervisor machines for Synchronization

IBM SPSS Interviewer Setting up Data Entry Supervisor machines for Synchronization IBM SPSS Interviewer 6.0.1 Setting up Data Entry Supervisr machines fr Synchrnizatin V e r s i n 1. 1 P a g e 1 Table f Cntents 1 Overview... 3 2 Create Data Entry Supervisr s ISA (aka DimensinNet) User

More information

1 Getting and Extracting the Upgrader

1 Getting and Extracting the Upgrader Hughes BGAN-X 9202 Upgrader User Guide (Mac) Rev 1.0 (23-Feb-12) This dcument explains hw t use the Hughes BGAN Upgrader prgram fr the 9202 User Terminal using a Mac Nte: Mac OS X Versin 10.4 r newer is

More information

SPAR. Workflow for Office 365 User Manual Ver ITLAQ Technologies

SPAR. Workflow for Office 365 User Manual Ver ITLAQ Technologies SPAR Wrkflw Designer fr SharePint Wrkflw fr Office 365 User Manual Ver. 1.0.0.0 0 ITLAQ Technlgies www.itlaq.cm Table f Cntents 1 Wrkflw Designer Wrkspace... 3 1.1 Wrkflw Activities Tlbx... 3 1.2 Adding

More information

Configuring Database & SQL Query Monitoring With Sentry-go Quick & Plus! monitors

Configuring Database & SQL Query Monitoring With Sentry-go Quick & Plus! monitors Cnfiguring Database & SQL Query Mnitring With Sentry-g Quick & Plus! mnitrs 3Ds (UK) Limited, Nvember, 2013 http://www.sentry-g.cm Be Practive, Nt Reactive! One f the best ways f ensuring a database is

More information

Relius Documents ASP Checklist Entry

Relius Documents ASP Checklist Entry Relius Dcuments ASP Checklist Entry Overview Checklist Entry is the main data entry interface fr the Relius Dcuments ASP system. The data that is cllected within this prgram is used primarily t build dcuments,

More information

6 Ways to Streamline Your Tasks in Outlook

6 Ways to Streamline Your Tasks in Outlook 6 Ways t Streamline Yur Tasks in Outlk Every jb requires a variety f tasks during a given day. Maybe yurs includes meeting with clients, preparing a presentatin, r cllabrating with team members n an imprtant

More information

Creating Relativity Dynamic Objects

Creating Relativity Dynamic Objects Creating Relativity Dynamic Objects January 29, 2018 - Versin 9.5 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

More information

TRB Annual Meeting Paper Reviews (Volunteer) User Guide

TRB Annual Meeting Paper Reviews (Volunteer) User Guide TRB Annual Meeting Paper Reviews (Vlunteer) User Guide TRB Annual Meeting Paper Reviews (Vlunteer) User Guide Table f Cntents Hw t lg int MyTRB... 3 Manage Areas f Expertise... 4 Manage Initial Reviews...

More information

Charts. How do I Create a Bar Chart? From SAVI home page, click USE SAVI. Select CHARTS tab

Charts.   How do I Create a Bar Chart? From SAVI home page, click USE SAVI. Select CHARTS tab www.savi.rg Hw d I Create a Bar Chart? Hw d I Create a Pie Chart? Hw d I Print a Chart? Hw d I Save a Chart? What are the Chart Optins? Hw d I Create a Bar Chart? Frm SAVI hme page, click USE SAVI. Select

More information

MOS Access 2013 Quick Reference

MOS Access 2013 Quick Reference MOS Access 2013 Quick Reference Exam 77-424: MOS Access 2013 Objectives http://www.micrsft.cm/learning/en-us/exam.aspx?id=77-424 Create and Manage a Database Create a New Database This bjective may include

More information

Campuses that access the SFS nvision Windows-based client need to allow outbound traffic to:

Campuses that access the SFS nvision Windows-based client need to allow outbound traffic to: Summary This dcument is a guide intended t guide yu thrugh the prcess f installing and cnfiguring PepleTls 8.55.27 (r current versin) via Windws Remte Applicatin (App). Remte App allws the end user t run

More information

Module: Items in DSpace

Module: Items in DSpace Mdule: Items in DSpace Mdule verview: Items are ne f the cre cncepts in DSpace. An item a representatin f the files and metadata bught tgether t make an atmic unit. This mdule intrduces items and the cnstituent

More information

VMware AirWatch SDK Plugin for Apache Cordova Instructions Add AirWatch Functionality to Enterprise Applicataions with SDK Plugins

VMware AirWatch SDK Plugin for Apache Cordova Instructions Add AirWatch Functionality to Enterprise Applicataions with SDK Plugins VMware AirWatch SDK Plugin fr Apache Crdva Instructins Add AirWatch Functinality t Enterprise Applicatains with SDK Plugins v1.2 Have dcumentatin feedback? Submit a Dcumentatin Feedback supprt ticket using

More information

Chapter 2 Basic Operations

Chapter 2 Basic Operations Chapter 2 Basic Operatins Lessn B String Operatins 10 Minutes Lab Gals In this Lessn, yu will: Learn hw t use the fllwing Transfrmatins: Set Replace Extract Cuntpattern Split Learn hw t apply certain Transfrmatins

More information

OpenTouch Conversation Web

OpenTouch Conversation Web User manual R2.1.1 8AL90646ENAAed01 1537 1.... 3 2. Start OpenTuch Cnversatin Web... 3 3. Hmepage... 4 4. Manage participants... 5 5. Add a participant t the meeting (leader)... 5 6. Start an instant messaging

More information

Text Services Customer Guide

Text Services Customer Guide Text Services Custmer Guide 042117 Overview Landus Cperative has recently updated the prcess fr signing up fr text services. We nw ffer the ability t sign up fr cash bids, harvest hurs f peratin and cmpany

More information

DocAve 6 Granular Backup and Restore

DocAve 6 Granular Backup and Restore DcAve 6 Granular Backup and Restre User Guide Service Pack 3 Revisin H Issued August 2013 1 Table f Cntents Abut DcAve Granular Backup and Restre... 5 Cmplementary Prducts... 5 Submitting Dcumentatin Feedback

More information

DocAve 6 Deployment Manager

DocAve 6 Deployment Manager DcAve 6 Deplyment Manager User Guide Service Pack 3 Revisin I Issued August 2013 1 Table f Cntents Abut Deplyment Manager... 5 Cmplementary Prducts... 5 Submitting Dcumentatin Feedback t AvePint... 5 Befre

More information

Exporting and Importing the Blackboard Vista Grade Book

Exporting and Importing the Blackboard Vista Grade Book Exprting and Imprting the Blackbard Vista Grade Bk Yu can use the Blackbard Vista Grade Bk with a spreadsheet prgram, such as Micrsft Excel, in a number f different ways. Many instructrs wh have used Excel

More information

Getting Started with DocuSign

Getting Started with DocuSign Getting Started with DcuSign DcuSign is the electrnic system used t rute, apprve, and execute cnstructin related dcuments at The University f Alabama. While these basic instructins are intended t help

More information

Xerox WorkCentre 7120/7125 Series User Instructions

Xerox WorkCentre 7120/7125 Series User Instructions Xerx WrkCentre 7120/7125 Series User Instructins Hw t Make a Cpy Using the Duplex Autmatic Dcument Feeder (DADF) NOTE: Use the DADF fr multiple r single pages. Use the Dcument Glass fr single cpies r paper

More information

Essentials for IBM Cognos BI (V10.2) Day(s): 5. Overview

Essentials for IBM Cognos BI (V10.2) Day(s): 5. Overview Essentials fr IBM Cgns BI (V10.2) Day(s): 5 Curse Cde: B5270G Overview NOTE: This is an Instructr Led Online curse. Please d nt make any travel arrangements. IBM Cgns Educatin is nw pleased t ffer yu ur

More information

UnivRS Information Guide: CV Activities and Contributions

UnivRS Information Guide: CV Activities and Contributions UnivRS Infrmatin Guide: CV Activities and Cntributins March 2016 Table f Cntents 1. Intrductin... 3 2. UnivRS Lgin... 3 3. UnivRS Dashbard... 4 3.1 Switch Rle... 4 3.2 My Settings... 5 4. CV Activities...

More information

Log in with your WUSTL Key and password If you have forgotten your WUSTL Key or password, see

Log in with your WUSTL Key and password If you have forgotten your WUSTL Key or password, see Student Help Manual fr CrnerstneCnnect Accmmdate Accessing Accmmdate G t URL https://crnerstne.wustl.edu/crnerstnecnnect.aspx Click the link at tp right fr Accmmdate Lg in with yur WUSTL Key and passwrd

More information

EBSCOhost User Guide Print/ /Save. Print, , Save, Notetaking, Export, and Cite Your Search Results. support.ebsco.com

EBSCOhost User Guide Print/ /Save. Print,  , Save, Notetaking, Export, and Cite Your Search Results. support.ebsco.com EBSCOhst User Guide Print/E-Mail/Save Print, E-mail, Save, Ntetaking, Exprt, and Cite Yur Search Results supprt.ebsc.cm Table f Cntents Inside this User Guide... 3 Printing Yur Results... 3 E-mailing Yur

More information

Concentrix University Learning Portal FAQ Document

Concentrix University Learning Portal FAQ Document Cncentrix University Learning Prtal FAQ Dcument Belw are answers t sme cmmnly asked questins abut the Cncentrix University Learning Prtal. If yu d nt see an answer t yur questin, there are cntacts fr additinal

More information

Marian Online 2 Instructor Manual 12

Marian Online 2 Instructor Manual 12 Marian Online 2 Instructr Manual 12 Glssary At first glance, the Glssary activity seems t be just a list f wrds and definitins that students can view. In fact, the Glssary activity is a pwerful tl fr activ

More information

Outlook Web Application (OWA) Basic Training

Outlook Web Application (OWA) Basic Training Outlk Web Applicatin (OWA) Basic Training Requirements t use OWA Full Versin: Yu must use at least versin 7 f Internet Explrer, Safari n Mac, and Firefx 3.X. (Ggle Chrme r Internet Explrer versin 6, yu

More information

Step- by- Step Instructions for Adding a HotPot Activity 1. Click the Turn editing on button on the course home page.

Step- by- Step Instructions for Adding a HotPot Activity 1. Click the Turn editing on button on the course home page. 1 Adding a Ht Ptates Activity Ht Ptates (versin 6.3 fr Windws, and versin 6.1 fr Java) has been a mainstay in develping interactive nline activities in language training fr mre than 10 years. The HtPt

More information

Enterprise Chat and Developer s Guide to Web Service APIs for Chat, Release 11.6(1)

Enterprise Chat and  Developer s Guide to Web Service APIs for Chat, Release 11.6(1) Enterprise Chat and Email Develper s Guide t Web Service APIs fr Chat, Release 11.6(1) Fr Unified Cntact Center Enterprise August 2017 Americas Headquarters Cisc Systems, Inc. 170 West Tasman Drive San

More information

NiceLabel LMS. Installation Guide for Single Server Deployment. Rev-1702 NiceLabel

NiceLabel LMS. Installation Guide for Single Server Deployment. Rev-1702 NiceLabel NiceLabel LMS Installatin Guide fr Single Server Deplyment Rev-1702 NiceLabel 2017. www.nicelabel.cm 1 Cntents 1 Cntents 2 2 Architecture 3 2.1 Server Cmpnents and Rles 3 2.2 Client Cmpnents 3 3 Prerequisites

More information

Element Creator for Enterprise Architect

Element Creator for Enterprise Architect Element Creatr User Guide Element Creatr fr Enterprise Architect Element Creatr fr Enterprise Architect... 1 Disclaimer... 2 Dependencies... 2 Overview... 2 Limitatins... 3 Installatin... 4 Verifying the

More information

HOW TO REGISTER FOR THE TEAS ASSESSMENT 1. CREATE A NEW ACCOUNT. How to Register for the TEAS Assessment 1

HOW TO REGISTER FOR THE TEAS ASSESSMENT 1. CREATE A NEW ACCOUNT. How to Register for the TEAS Assessment 1 Hw t Register fr the TEAS Assessment 1 1. CREATE A NEW ACCOUNT HOW TO REGISTER FOR THE TEAS ASSESSMENT If yu are nt a current user n www.atitesting.cm, yu must create a new accunt t access the student

More information

AASHTOWare BrDR Support Center JIRA Getting Started Guide

AASHTOWare BrDR Support Center JIRA Getting Started Guide AASHTOWare BrDR Supprt Center JIRA Getting Started Guide Versin 1.0.0.0 August 2013 Cpyright 1997-2013 by the American Assciatin f State Highway and Transprtatin Officials. 444 Nrth Capital Street, N.

More information

Table of Contents. WipeDrive Enterprise Logging, March Logging Settings... 3 Log Format Types Audit Log Destination Options...

Table of Contents. WipeDrive Enterprise Logging, March Logging Settings... 3 Log Format Types Audit Log Destination Options... WipeDrive Enterprise Lgging, March 2018 Table f Cntents Lgging Settings... 3 Lg Frmat Types... 4 Plain Text Lg File Optin... 4 Extensible Markup Language (XML) Lg File Optin... 6 Cmma Delimited (CSV) Lg

More information

Test Pilot User Guide

Test Pilot User Guide Test Pilt User Guide Adapted frm http://www.clearlearning.cm Accessing Assessments and Surveys Test Pilt assessments and surveys are designed t be delivered t anyne using a standard web brwser and thus

More information

SmartPass User Guide Page 1 of 50

SmartPass User Guide Page 1 of 50 SmartPass User Guide Table f Cntents Table f Cntents... 2 1. Intrductin... 3 2. Register t SmartPass... 4 2.1 Citizen/Resident registratin... 4 2.1.1 Prerequisites fr Citizen/Resident registratin... 4

More information

1 Getting and Extracting the Upgrader

1 Getting and Extracting the Upgrader Hughes BGAN-X 9211 Upgrader User Guide (Mac) Rev 1.2 (6-Jul-17) This dcument explains hw t use the Hughes BGAN Upgrader prgram fr the 9211 User Terminal using a Mac Nte: Mac OS X Versin 10.4 r newer is

More information

To open the event for editing: click on the EDIT link in the far right column of the listing. To view the event: click on the EVENT TITLE.

To open the event for editing: click on the EDIT link in the far right column of the listing. To view the event: click on the EVENT TITLE. Lgin (updated August 2016) Yu shuld lg in via CAS which is the same lgin yu use fr myusf and the ld USFcnnect functins. 1. G t https://www.usfca.edu/user. 2. Click n Lg in using CAS link. 3. If yu are

More information

API Gateway Version September Visual Mapper User Guide

API Gateway Version September Visual Mapper User Guide API Gateway Versin 7.5.2 19 September 2017 Visual Mapper User Guide Cpyright 2017 Axway All rights reserved. This dcumentatin describes the fllwing Axway sftware: Axway API Gateway 7.5.2 N part f this

More information

State Assessment Program Indiana Released Items Repository Quick Guide

State Assessment Program Indiana Released Items Repository Quick Guide State Assessment Prgram Indiana Released Items Repsitry Quick Guide 2018 2019 Published December 10, 2018 Prepared by the American Institutes fr Research Released Items Repsitry Intrductin This guide prvides

More information

TRAINING GUIDE. Lucity Mobile

TRAINING GUIDE. Lucity Mobile TRAINING GUIDE The Lucity mbile app gives users the pwer f the Lucity tls while in the field. They can lkup asset infrmatin, review and create wrk rders, create inspectins, and many mre things. This manual

More information

ROCK-POND REPORTING 2.1

ROCK-POND REPORTING 2.1 ROCK-POND REPORTING 2.1 AUTO-SCHEDULER USER GUIDE Revised n 08/19/2014 OVERVIEW The purpse f this dcument is t describe the prcess in which t fllw t setup the Rck-Pnd Reprting prduct s that users can schedule

More information

Properties detailed info There are a few properties in Make Barcode to set for the output of your choice.

Properties detailed info There are a few properties in Make Barcode to set for the output of your choice. Make Barcde Page 1/5 Make Barcde Descriptin Make Barcde let yu create a wide variety f different barcdes in different file frmats. Yu can add the barcde values as variable data frm metadata surces r by

More information

INSERTING MEDIA AND OBJECTS

INSERTING MEDIA AND OBJECTS INSERTING MEDIA AND OBJECTS This sectin describes hw t insert media and bjects using the RS Stre Website Editr. Basic Insert features gruped n the tlbar. LINKS The Link feature f the Editr is a pwerful

More information

Element Creator for Enterprise Architect

Element Creator for Enterprise Architect Element Creatr User Guide Element Creatr fr Enterprise Architect Element Creatr fr Enterprise Architect... 1 Disclaimer... 2 Dependencies... 2 Overview... 2 Limitatins... 3 Installatin... 4 Verifying the

More information