Citizen Service Management

Size: px
Start display at page:

Download "Citizen Service Management"

Transcription

1 Citizen Service Management Custmer API Dcumentatin PAGE 1 Learn mre visit: gvdelivery.cm gvdelivery.c.uk [email protected] call: U.S. (866) U.K

2 Table f Cntents Overview... 3 Cases API... 4 Parameters...4 Example Cases API Output (update example utput w/the new ne in wiki)...6 FAQ API... 7 Parameters...7 Example FAQ API Output...8 FAQ Search API... 9 Parameters...9 Example FAQ Search API Output FAQ Clicks API Parameters Example FAQ Clicks API Output Quick Tally API Parameters Example Quick Tally API Output PAGE 2 Learn mre visit: gvdelivery.cm gvdelivery.c.uk [email protected] call: U.S. (866) U.K

3 Overview The GvDelivery CSM API Set prvides a standard interface fr clients t utilize metrics frm the GvDelivery Citizen Service Management platfrm. Leveraging this simple API set, the fllwing reprting cmpnents within the prduct can be retrieved: Cases FAQ FAQ Search FAQ Clicks Quick Tally Within this dcumentatin, yu will find infrmatin regarding the ptential parameters that can be used t call each f the abve APIs. Crss-Origin Supprt Use the?callback= URL parameter fr JSONP utput. PAGE 3 Learn mre visit: gvdelivery.cm gvdelivery.c.uk [email protected] call: U.S. (866) U.K

4 Cases API When assessing case management within Citizen Service Management, it is helpful t knw the details that are captured when a case is created r during the lifecycle f that specific case. This data can be used t prvide a snapsht f activity fr reprting r analysis purpses. The Cases API will return details based n the parameters used, which are defined as fllws. Parameters Fllwing are the parameters that can be used t call the Cases API. 1. key Required r Optinal? Required. Expects String. Descriptin 32-char alphanumeric API key, unique t yur rganizatin. Ntes The prvided key is case sensitive when entered in a call. Example Call /api/case.php?key=abcdefghijklmnopqrstuvwxyzabcdef 2. frm Required r Optinal? Either the frm parameter r the pastxdays must be used t btain results. If bth are used, the frm parameter will take precedence. Expects Date in YYYYMMDD frmat, r Unix Timestamp. Descriptin The start date f yur desired date range. Ntes Required if pastxdays parameter is nt used. Can be used as standalne r with t parameter. Example Call(s) /api/case.php?key=abcdefghijklmnopqrstuvwxyzabcdef&frm= /api/case.php?key=abcdefghijklmnopqrstuvwxyzabcdef&frm= PAGE 4 Learn mre visit: gvdelivery.cm gvdelivery.c.uk [email protected] call: U.S. (866) U.K

5 /api/case.php?key=abcdefghijklmnopqrstuvwxyzabcdef&frm= &t= t Required r Optinal? Optinal. Expects Date in YYYYMMDD frmat, r Unix Timestamp. Descriptin The end date f yur desired range. Must be used with frm parameter. Ntes If the t parameter is nt included with the frm parameter, the t parameter defaults t the current date. Example Call(s) /api/case.php?key=abcdefghijklmnopqrstuvwxyzabcdef&frm= &t= /api/case.php?key=abcdefghijklmnopqrstuvwxyzabcdef&frm= &t= /api/case.php?key=abcdefghijklmnopqrstuvwxyzabcdef&frm= &t= pastxdays Required r Optinal? Either the frm parameter r the pastxdays must be used t btain results. If bth are used, the frm parameter will take precedence. Expects An integer f desired days. Descriptin Returns results fr the previus X days up t tday s date. Ntes Required if the frm parameter is nt used. Example Call /api/case.php?key=abcdefghijklmnopqrstuvwxyzabcdef&pastxdays=30 5. shwchatfields Required r Optinal? Optinal. Expects True r False. Descriptin Returns chat details fr any chat sessin related t a case. If n chat exists, utput values will be null. Ntes N/A PAGE 5 Learn mre visit: gvdelivery.cm gvdelivery.c.uk [email protected] call: U.S. (866) U.K

6 Example Call /api/case.php?key=abcdefghijklmnopqrstuvwxyzabcdef&shwchatfields=true Example Cases API Output (update example utput w/the new ne in wiki) { } "id": "588446", "caseid": " ", "requesttype": "Questin", "facing": "External", "custmername": "Annymus", "tpic": "Aut-assign", "subtpic": "CLMSO", "grup": "Custmer Liaisn and Marketing Services", "casedescriptin": "I am testing again t see if GvDelivery is wrking prperly", "status": "Reslved", "casestart": " :28:29", "caseend": " :28:29", "chatduratin": "936", "chatwaittime": "11", "chatstatus": "Accepted", "chatrating": "0", "cmmuncatinscunt": "0", "custmerprevcasedate": null, "custmerprevcasecunt": "0", "custmfields": { "WrapCde": "01-DataAssistance", "CFTextbx": null, "FAQID": null } PAGE 6 Learn mre visit: gvdelivery.cm gvdelivery.c.uk [email protected] call: U.S. (866) U.K

7 FAQ API When reviewing r reprting n yur FAQs it is helpful t knw the questin title and ther relevant data assciated with a specific FAQ. Any FAQs that were created r updated in the entered date range will be included in the utput. The FAQ API will return details based n the parameters used, which are defined as fllws. Parameters Fllwing are the parameters that can be used t call the FAQ API. 1. key Required r Optinal? Required. Expects String. Descriptin 32-char alphanumeric API key, unique t yur rganizatin. Ntes The prvided key is case sensitive when entered in a call. Example Call /api/faq.php?key=abcdefghijklmnopqrstuvwxyzabcdef 2. frm Required r Optinal? Either the frm parameter r the pastxdays must be used t btain results. If bth are used, the frm parameter will take precedence. Expects Date in YYYYMMDD frmat, r Unix Timestamp. Descriptin The start date f yur desired date range. Ntes Required if pastxdays parameter is nt used. Can be used as standalne r with t parameter. Example Call(s) /api/faq.php?key=abcdefghijklmnopqrstuvwxyzabcdef&frm= /api/faq.php?key=abcdefghijklmnopqrstuvwxyzabcdef&frm= PAGE 7 Learn mre visit: gvdelivery.cm gvdelivery.c.uk [email protected] call: U.S. (866) U.K

8 /api/faq.php?key=abcdefghijklmnopqrstuvwxyzabcdef&frm= &t= t Required r Optinal? Optinal. Expects Date in YYYYMMDD frmat, r Unix Timestamp. Descriptin The end date f yur desired range. Must be used with frm parameter. Ntes If the t parameter is nt included with the frm parameter, the t parameter defaults t the current date. Example Call(s) /api/faq.php?key=abcdefghijklmnopqrstuvwxyzabcdef&frm= &t= /api/faq.php?key=abcdefghijklmnopqrstuvwxyzabcdef&frm= &t= /api/faq.php?key=abcdefghijklmnopqrstuvwxyzabcdef&frm= &t= pastxdays Required r Optinal? Either the frm parameter r the pastxdays must be used t btain results. If bth are used, the frm parameter will take precedence. Expects An integer f desired days. Descriptin Returns results fr the previus X days up t tday s date. Ntes Required if the frm parameter is nt used. Example Call /api/faq.php?key=abcdefghijklmnopqrstuvwxyzabcdef&pastxdays=30 Example FAQ API Output { "tpic": "Parent Tpic", "subtpic": "Subtpic", "grup": "2010 Census", "faqid": "10980", "questin": "Test - what metrics are prvided when FAQ is assciated with multiple Grups?", "external": "1", PAGE 8 Learn mre visit: gvdelivery.cm gvdelivery.c.uk [email protected] call: U.S. (866) U.K

9 } "active": "1" FAQ Search API The FAQ Search API prvides yur rganizatin with the search terms citizens are using and the number f search results yur nline knwledge base returns. Analyzing search terms and results can help guide necessary adjustments t the cntent in yur knwledge base. The FAQ Search API will return details based n the parameters used, which are defined as fllws. Parameters Fllwing are the parameters that can be used t call the FAQ Search API. 1. key Required r Optinal? Required Expects String Descriptin 32-char alphanumeric API key, unique t yur rganizatin. Ntes The prvided key is case sensitive when entered in a call. Example Call /api/faqsearch.php?key=abcdefghijklmnopqrstuvwxyzabcdef 2. frm Required r Optinal? Either the frm parameter r the pastxdays must be used t btain results. If bth are used, the frm parameter will take precedence. Expects Date in YYYYMMDD frmat, r Unix Timestamp. Descriptin The start date f yur desired date range. Ntes Required if pastxdays parameter is nt used. Can be used as standalne r with t parameter. Example Call(s) /api/faqsearch.php?key=abcdefghijklmnopqrstuvwxyzabcdef&frm= PAGE 9 Learn mre visit: gvdelivery.cm gvdelivery.c.uk [email protected] call: U.S. (866) U.K

10 /api/faqsearch.php?key=abcdefghijklmnopqrstuvwxyzabcdef&frm= /api/faqsearch.php?key=abcdefghijklmnopqrstuvwxyzabcdef&frm= &t = t Required r Optinal? Optinal. Expects Date in YYYYMMDD frmat, r Unix Timestamp. Descriptin The end date f yur desired range. Must be used with frm parameter. Ntes If the t parameter is nt included with the frm parameter, the t parameter defaults t the current date. Example Call(s) /api/faqsearch.php?key=abcdefghijklmnopqrstuvwxyzabcdef&frm= &t= /api/faqsearch.php?key=abcdefghijklmnopqrstuvwxyzabcdef&frm= &t= /api/faqsearch.php?key=abcdefghijklmnopqrstuvwxyzabcdef&frm= &t = pastxdays Required r Optinal? Either the frm parameter r the pastxdays must be used t btain results. If bth are used, the frm parameter will take precedence. Expects An integer f desired days. Descriptin Returns results fr the previus X days up t tday s date. Ntes Required if the frm parameter is nt used. Example Call /api/faqsearch.php?key=abcdefghijklmnopqrstuvwxyzabcdef&pastxdays=30 Example FAQ Search API Output { } "date": " ", "searchterm": "Are we running lad test", "searchresultsreturned": "1100", "timessearched": 4 PAGE 10 Learn mre visit: gvdelivery.cm gvdelivery.c.uk [email protected] call: U.S. (866) U.K

11 FAQ Clicks API The FAQ Clicks API returns external traffic metrics based n hw citizens are interacting with yur FAQ page. This API prvides metrics n hw many times yur knwledge base has been visited and hw many clicks a specific FAQ receives, giving insight n which FAQs receive the mst external traffic. In additin, yu are able t assess hw many times the FAQ has been rated and if the cntent presented was helpful t the viewer. The FAQ Clicks API will return details based n the parameters used, which are defined as fllws. Parameters Fllwing are the parameters that can be used t call the FAQ Search API. 1. key Required r Optinal? Required Expects String Descriptin 32-char alphanumeric API key, unique t yur rganizatin. Ntes The prvided key is case sensitive when entered in a call. Example Call /api/faqclicks.php?key=abcdefghijklmnopqrstuvwxyzabcdef 2. frm Required r Optinal? Either the frm parameter r the pastxdays must be used t btain results. If bth are used, the frm parameter will take precedence. Expects Date in YYYYMMDD frmat, r Unix Timestamp. Descriptin The start date f yur desired date range. Ntes Required if pastxdays parameter is nt used. Can be used as standalne r with t parameter. Example Call(s) PAGE 11 Learn mre visit: gvdelivery.cm gvdelivery.c.uk [email protected] call: U.S. (866) U.K

12 /api/faqclicks.php?key=abcdefghijklmnopqrstuvwxyzabcdef&frm= /api/faqclicks.php?key=abcdefghijklmnopqrstuvwxyzabcdef&frm= /api/faqclicks.php.php?key=abcdefghijklmnopqrstuvwxyzabcdef&frm= &t= t Required r Optinal? Optinal. Expects Date in YYYYMMDD frmat, r Unix Timestamp. Descriptin The end date f yur desired range. Must be used with frm parameter. Ntes If the t parameter is nt included with the frm parameter, the t parameter defaults t the current date. Example Call(s) /api/faqclicks.php?key=abcdefghijklmnopqrstuvwxyzabcdef&frm= &t= /api/faqclicks.php?key=abcdefghijklmnopqrstuvwxyzabcdef&frm= &t= /api/faqclicks.php?key=abcdefghijklmnopqrstuvwxyzabcdef&frm= &t = pastxdays Required r Optinal? Either the frm parameter r the pastxdays must be used t btain results. If bth are used, the frm parameter will take precedence. Expects An integer f desired days. Descriptin Returns results fr the previus X days up t tday s date. Ntes Required if the frm parameter is nt used. Example Call /api/faqclicks.php?key=abcdefghijklmnopqrstuvwxyzabcdef&pastxdays=30 Example FAQ Clicks API Output { "date": " ", "faq_id": "8238", "clicks": "4", "ttalvisits": "56" clicks : 4, timesrated : 2 timesratedhelpful : PAGE 12 Learn mre visit: gvdelivery.cm gvdelivery.c.uk [email protected] call: U.S. (866) U.K

13 } Quick Tally API Quick Tally allws staff t easily tally interactins cming int yur rganizatin in a timely manner. This API will prvide metrics that were tracked within a tally request t better understand citizen interactins and activities. The Quick Tally API will return details based n the parameters used, which are defined as fllws. Parameters Fllwing are the parameters that can be used t call the Quick Tally API. 5. key Required r Optinal? Required Expects String Descriptin 32-char alphanumeric API key, unique t yur rganizatin. Ntes The prvided key is case sensitive when entered in a call. Example Call /api/tally.php?key=abcdefghijklmnopqrstuvwxyzabcdef 6. frm Required r Optinal? Either the frm parameter r the pastxdays must be used t btain results. If bth are used, the frm parameter will take precedence. Expects Date in YYYYMMDD frmat, r Unix Timestamp. Descriptin The start date f yur desired date range. Ntes Required if pastxdays parameter is nt used. Can be used as standalne r with t parameter. Example Call(s) /api/tally.php?key=abcdefghijklmnopqrstuvwxyzabcdef&frm= /api/tally.php?key=abcdefghijklmnopqrstuvwxyzabcdef&frm= /api/tally.php.php?key=abcdefghijklmnopqrstuvwxyzabcdef&frm= &t = PAGE 13 Learn mre visit: gvdelivery.cm gvdelivery.c.uk [email protected] call: U.S. (866) U.K

14 7. t Required r Optinal? Optinal. Expects Date in YYYYMMDD frmat, r Unix Timestamp. Descriptin The end date f yur desired range. Must be used with frm parameter. Ntes If the t parameter is nt included with the frm parameter, the t parameter defaults t the current date. Example Call(s) /api/tally.php?key=abcdefghijklmnopqrstuvwxyzabcdef&frm= &t= /api/tally.php?key=abcdefghijklmnopqrstuvwxyzabcdef&frm= &t= /api/tally.php?key=abcdefghijklmnopqrstuvwxyzabcdef&frm= &t= pastxdays Required r Optinal? Either the frm parameter r the pastxdays must be used t btain results. If bth are used, the frm parameter will take precedence. Expects An integer f desired days. Descriptin Returns results fr the previus X days up t tday s date. Ntes Required if the frm parameter is nt used. Example Call /api/tally.php?key=abcdefghijklmnopqrstuvwxyzabcdef&pastxdays=30 Example Quick Tally API Output { "timestamp": " :18:19", "tallyid": "28048", "surce": "Telephne", "grup": "7.21 Grup", "tpic": "Nt Sure..", "subtpic": "Hw D I", "tallytypes": { "Translatins (checkbx)": null, "Spanish Translatin": "Yes" }, "custmfields": { "Custmer Service Helpful - test": "Yes", "wrap cde test reprting": "maybe", PAGE 14 Learn mre visit: gvdelivery.cm gvdelivery.c.uk [email protected] call: U.S. (866) U.K

15 } } CSM API DOCUMENTATION "Testing": "CF Multi-Select", "Next test": [ "Next", "Anther test" ], "Test - Custmer Satisfactin?": "Yes" PAGE 15 Learn mre visit: gvdelivery.cm gvdelivery.c.uk [email protected] call: U.S. (866) U.K

Optimal Payments Extension. Supporting Documentation for the Extension Package. 20140225 v1.1

Optimal Payments Extension. Supporting Documentation for the Extension Package. 20140225 v1.1 Optimal Payments Extensin Supprting Dcumentatin fr the Extensin Package 20140225 v1.1 Revisin Histry v1.1 Updated Demac Media branding v1.0 Initial Dcument fr Distributin [email protected] Page

More information

HarePoint HelpDesk for SharePoint. For SharePoint Server 2010, SharePoint Foundation 2010. User Guide

HarePoint HelpDesk for SharePoint. For SharePoint Server 2010, SharePoint Foundation 2010. User Guide HarePint HelpDesk fr SharePint Fr SharePint Server 2010, SharePint Fundatin 2010 User Guide Prduct versin: 14.1.0 04/10/2013 2 Intrductin HarePint.Cm (This Page Intentinally Left Blank ) Table f Cntents

More information

FINRA Regulation Filing Application Batch Submissions

FINRA Regulation Filing Application Batch Submissions FINRA Regulatin Filing Applicatin Batch Submissins Cntents Descriptin... 2 Steps fr firms new t batch submissin... 2 Acquiring necessary FINRA accunts... 2 FTP Access t FINRA... 2 FTP Accunt n FINRA s

More information

GETTING STARTED With the Control Panel Table of Contents

GETTING STARTED With the Control Panel Table of Contents With the Cntrl Panel Table f Cntents Cntrl Panel Desktp... 2 Left Menu... 3 Infrmatin... 3 Plan Change... 3 Dmains... 3 Statistics... 4 Ttal Traffic... 4 Disk Quta... 4 Quick Access Desktp... 4 MAIN...

More information

FUJITSU Software ServerView Suite ServerView PrimeCollect

FUJITSU Software ServerView Suite ServerView PrimeCollect User Guide - English FUJITSU Sftware ServerView Suite ServerView PrimeCllect Editin February 2015 Cmments Suggestins Crrectins The User Dcumentatin Department wuld like t knw yur pinin f this manual. Yur

More information

KronoDesk Migration and Integration Guide Inflectra Corporation

KronoDesk Migration and Integration Guide Inflectra Corporation / KrnDesk Migratin and Integratin Guide Inflectra Crpratin Date: September 24th, 2015 0B Intrductin... 1 1B1. Imprting frm Micrsft Excel... 2 6B1.1. Installing the Micrsft Excel Add-In... 2 7B1.1. Cnnecting

More information

MITEL OPEN INTEGRATION GATEWAY (OIG): END- CUSTOMER DEVELOPMENT & LICENSING

MITEL OPEN INTEGRATION GATEWAY (OIG): END- CUSTOMER DEVELOPMENT & LICENSING MITEL OPEN INTEGRATION GATEWAY (OIG): END- CUSTOMER DEVELOPMENT & LICENSING JULY, 2014 The infrmatin cnveyed in this dcument is cnfidential and prprietary t Mitel and is intended slely fr Mitel emplyees

More information

INTEGRATION OVERVIEW. Introduction... 1. Authentication methods... 2. Learning management system (LMS) integration methods... 2. AICC standard...

INTEGRATION OVERVIEW. Introduction... 1. Authentication methods... 2. Learning management system (LMS) integration methods... 2. AICC standard... INTEGRATION OVERVIEW Cntents Intrductin... 1 Authenticatin methds... 2 Learning management system (LMS) integratin methds... 2 AICC standard... 2 LTI standard... 3 Applicatin prgramming interface (API)

More information

The Ohio Board of Regents Credit When It s Due process identifies students who

The Ohio Board of Regents Credit When It s Due process identifies students who Credit When It s Due/ Reverse Transfer FAQ fr students Ohi is participating in a natinal grant initiative, Credit When It s Due, designed t implement reverse-transfer, which is a prcess t award assciate

More information

TaskCentre v4.5 Send Fax (Tobit) Tool White Paper

TaskCentre v4.5 Send Fax (Tobit) Tool White Paper TaskCentre v4.5 Send Fax (Tbit) Tl White Paper Dcument Number: PD500-03-19-1_0-WP Orbis Sftware Limited 2010 Table f Cntents COPYRIGHT 1 TRADEMARKS 1 INTRODUCTION 2 Overview 2 FEATURES 2 GLOBAL CONFIGURATION

More information

New in this release. Sphere 9.4.3.2 (October 2013)

New in this release. Sphere 9.4.3.2 (October 2013) New in this release Sphere 9.4.3.2 (Octber 2013) The fllwing client-facing changes were implemented: An issue that prevented certain Friends Asking Friends spnsrship levels frm appearing as ptins n the

More information

1 GETTING STARTED. 5/7/2008 Chapter 1

1 GETTING STARTED. 5/7/2008 Chapter 1 5/7/2008 Chapter 1 1 GETTING STARTED This chapter intrduces yu t the web-based UIR menu system. Infrmatin is prvided abut the set up necessary t assign users permissin t enter and transmit data. This first

More information

Copyright 2013, SafeNet, Inc. All rights reserved. http://www.safenet-inc.com/ We have attempted to make these documents complete, accurate, and

Copyright 2013, SafeNet, Inc. All rights reserved. http://www.safenet-inc.com/ We have attempted to make these documents complete, accurate, and ii Cpyright 2013, SafeNet, Inc. All rights reserved. http://www.safenet-inc.cm/ We have attempted t make these dcuments cmplete, accurate, and useful, but we cannt guarantee them t be perfect. When we

More information

WinFlex Web Single Sign-On (EbixLife XML Format) Version: 1.5

WinFlex Web Single Sign-On (EbixLife XML Format) Version: 1.5 WinFlex Web Single Sign-On (EbixLife XML Frmat) Versin: 1.5 The gal f this dcument is t specify and explre the basic peratins that are required t facilitate a vendr applicatin requesting access t the WinFlex

More information

WHAT YOU NEED TO KNOW ABOUT. Protecting your Privacy

WHAT YOU NEED TO KNOW ABOUT. Protecting your Privacy WHAT YOU NEED TO KNOW ABOUT Prtecting yur Privacy YOUR PRIVACY IS OUR PRIORITY Credit unins have a histry f respecting the privacy f ur members and custmers. Yur Bard f Directrs has adpted the Credit Unin

More information

Online Learning Portal best practices guide

Online Learning Portal best practices guide Online Learning Prtal Best Practices Guide best practices guide This dcument prvides Micrsft Sftware Assurance Benefit Administratrs with best practices fr implementing e-learning thrugh the Micrsft Online

More information

Pharmaserv GR 7.1.0 Release Notes. Product Name: Pharmaserv Release Version: GR 7.1.0

Pharmaserv GR 7.1.0 Release Notes. Product Name: Pharmaserv Release Version: GR 7.1.0 Prduct Name: Pharmaserv Release Versin: GR 7.1.0 0202114 Cpyright 2014 McKessn Crpratin and/r ne f its subsidiaries. All Rights Reserved. This dcumentatin is an unpublished wrk f McKessn Crpratin and/r

More information

Hybrid Course Design and Instruction Guidelines

Hybrid Course Design and Instruction Guidelines Hybrid Curse Design and Instructin Guidelines Terminlgy There are n standard definitins fr what cnstitutes a hybrid curse, but sme generally accepted descriptins fllw. In nline learning literature (and

More information

Learn More Cloud Extender Requirements Cheat Sheet

Learn More Cloud Extender Requirements Cheat Sheet MaaS360.cm > Learn Mre Learn Mre Clud Extender Requirements Cheat Sheet OVERVIEW This dcument defines all requirements t ensure a successfully installatin f the Clud Extender t enable use f ActiveSync

More information

Create a Non-Catalog Requisition

Create a Non-Catalog Requisition Create a Nn-Catalg Requisitin Jb Aid This jb aid describes hw t create a standard nn-catalg (i.e., nn-ibuynu) purchase request. REFER TO ADDITIONAL TRAINING GUIDES If yu need t create a special requisitin

More information

User Guide. Excel Data Management Pack (EDM-Pack) OnCommand Workflow Automation (WFA) Abstract PROFESSIONAL SERVICES. Date: December 2015

User Guide. Excel Data Management Pack (EDM-Pack) OnCommand Workflow Automation (WFA) Abstract PROFESSIONAL SERVICES. Date: December 2015 PROFESSIONAL SERVICES User Guide OnCmmand Wrkflw Autmatin (WFA) Excel Data Management Pack (EDM-Pack) Date: December 2015 Dcument Versin: 1.0.0 Abstract The EDM-Pack includes a general-purpse Data Surce

More information

CREDIT REPORTING USER GUIDE

CREDIT REPORTING USER GUIDE Suthwest Business Credit Services, User Guide CREDIT REPORTING USER GUIDE Last Mdified: 5/6/14 Last Mdified: 5/6/14 1 Suthwest Business Credit Services, User Guide Table f Cntents Intrductin... 3 Hw T

More information

Volume THURSTON COUNTY CLERK S OFFICE. e-file SECURE FTP Site (January 2011) User Guide

Volume THURSTON COUNTY CLERK S OFFICE. e-file SECURE FTP Site (January 2011) User Guide Vlume 1 THURSTON COUNTY CLERK S OFFICE e-file SECURE FTP Site (January 2011) User Guide Table f Cntents C H A P T E R 1 FTP e-filing SERVICE 1 Dcument Requirements 1 Scanners 2 File naming cnventin 2 e-file

More information

CCPRF. Request for Proposals. Monitoring Services. November 25, 2009

CCPRF. Request for Proposals. Monitoring Services. November 25, 2009 CCPRF Request fr Prpsals Mnitring Services Nvember 25, 2009 Table f Cntents SECTION I... 1 1.1 INTRODUCTION AND OPPORTUNITY... 1 1.2 OBJECTIVES OF RFP... 1 1.3 STATEMENT OF WORK... 1 SECTION II... 2 2.1

More information

Level 1 Technical. RealPresence Web Suite and Web Suite Pro. Contents

Level 1 Technical. RealPresence Web Suite and Web Suite Pro. Contents Level 1 Technical RealPresence Web Suite and Web Suite Pr Cntents 1 - Glssary... 2 2 Features... 3 RealPresence Platfrm integratin... 3 RealPresence Web Suite Sftware... 3 Sftware Keys... 3 3 - Web Client

More information

Getting Started Guide

Getting Started Guide AnswerDash Resurces http://answerdash.cm Cntextual help fr sales and supprt Getting Started Guide AnswerDash is cmmitted t helping yu achieve yur larger business gals. The utlined pre-launch cnsideratins

More information

Part I: Welcome to BoardEffect -- Overview & Online Tour

Part I: Welcome to BoardEffect -- Overview & Online Tour Part I: Welcme t BardEffect -- Overview & Online Tur BardEffect is the leading e-gvernance tl fr missin-based rganizatins. This secure website will allw the Shaping NJ Partnership members t cmmunicate,

More information

NASDAQ BookViewer 2.0 User Guide

NASDAQ BookViewer 2.0 User Guide NASDAQ BkViewer 2.0 User Guide NASDAQ BkViewer 2.0 ffers a real-time view f the rder depth using the NASDAQ Ttalview prduct fr NASDAQ and ther exchange-listed securities including: The tp buy and sell

More information

AUTOMATED DEPOSIT CARD: TRAINING & SUPPORT

AUTOMATED DEPOSIT CARD: TRAINING & SUPPORT AUTOMATED DEPOSIT CARD: TRAINING & SUPPORT Welcme t the Autmated Depsit Card Training nline supprt center. The Department Depsit Frm (WFADPST) was created t allw departments t enter the details fr their

More information

TABLE OF CONTENTS MEDICARE DOCUMENTATION AND CODING REQUIREMENTS

TABLE OF CONTENTS MEDICARE DOCUMENTATION AND CODING REQUIREMENTS TABLE OF CONTENTS MEDICARE DOCUMENTATION AND CODING REQUIREMENTS MEDICARE DOCUMENTATION AND CODING REQUIREMENTS... 9-1 IMPORTANT REMINDER... 9-1 MEDICAL RECORD DOCUMENTATION AND EVALUATION REQUIREMENTS...

More information

esupport Quick Start Guide

esupport Quick Start Guide esupprt Quick Start Guide Last Updated: 5/11/10 Adirndack Slutins, Inc. Helping Yu Reach Yur Peak 908.725.8869 www.adirndackslutins.cm 1 Table f Cntents PURPOSE & INTRODUCTION... 3 HOW TO LOGIN... 3 SUBMITTING

More information

ARE YOU INTERESTED IN THE PRIOR LEARNING ASSESSMENT (PLA) PROGRAM?

ARE YOU INTERESTED IN THE PRIOR LEARNING ASSESSMENT (PLA) PROGRAM? ARE YOU INTERESTED IN THE PRIOR LEARNING ASSESSMENT (PLA) PROGRAM? City University f Seattle recgnizes that learning ccurs in many different ways and under varied circumstances. As a result, the University

More information

How To Install Fcus Service Management Software On A Pc Or Macbook

How To Install Fcus Service Management Software On A Pc Or Macbook FOCUS Service Management Sftware Versin 8.4 fr Passprt Business Slutins Installatin Instructins Thank yu fr purchasing Fcus Service Management Sftware frm RTM Cmputer Slutins. This bklet f installatin

More information

DIGITAL MARKETING STRATEGY CHECKLIST

DIGITAL MARKETING STRATEGY CHECKLIST DIGITAL MARKETING STRATEGY CHECKLIST [CAMPAIGN NAME HERE] 1. SET CAMPAIGN GOALS What is yur mtivatin fr running this campaign? (e.g. sell 20,000 wrth f gift vuchers in x number f mnths) Are yur gals SMART?

More information

A COMPLETE GUIDE TO ORACLE BI DISCOVERER END USER LAYER (EUL)

A COMPLETE GUIDE TO ORACLE BI DISCOVERER END USER LAYER (EUL) A COMPLETE GUIDE TO ORACLE BI DISCOVERER END USER LAYER (EUL) Authr: Jayashree Satapathy Krishna Mhan A Cmplete Guide t Oracle BI Discverer End User Layer (EUL) 1 INTRODUCTION END USER LAYER (EUL) The

More information

ITIL Service Offerings & Agreement (SOA) Certification Program - 5 Days

ITIL Service Offerings & Agreement (SOA) Certification Program - 5 Days ITIL Service Offerings & Agreement (SOA) Certificatin Prgram - 5 Days Prgram Overview ITIL is a set f best practices guidance that has becme a wrldwide-adpted framewrk fr Infrmatin Technlgy Services Management

More information

McAfee Enterprise Security Manager. Data Source Configuration Guide. Infoblox NIOS. Data Source: September 2, 2014. Infoblox NIOS Page 1 of 8

McAfee Enterprise Security Manager. Data Source Configuration Guide. Infoblox NIOS. Data Source: September 2, 2014. Infoblox NIOS Page 1 of 8 McAfee Enterprise Security Manager Data Surce Cnfiguratin Guide Data Surce: Infblx NIOS September 2, 2014 Infblx NIOS Page 1 f 8 Imprtant Nte: The infrmatin cntained in this dcument is cnfidential and

More information

Emulated Single-Sign-On in LISTSERV Rev: 15 Jan 2010

Emulated Single-Sign-On in LISTSERV Rev: 15 Jan 2010 Emulated Single-Sign-On in LISTSERV Rev: 15 Jan 2010 0. Nte that frm LISTSERV versin 15.5, LISTSERV supprts using an external LDAP directry (r Windws Active Directry) fr lgin authenticatin in additin t

More information

ITIL V3 Service Offerings and Agreements (SOA) Certification Program - 5 Days

ITIL V3 Service Offerings and Agreements (SOA) Certification Program - 5 Days ITIL V3 Service Offerings and Agreements (SOA) Certificatin Prgram - 5 Days Prgram Overview The ITIL Intermediate Qualificatin: Service Offerings and Agreements (SOA) Certificate, althugh a stand alne

More information

User Manual Brainloop Outlook Add-In. Version 3.4

User Manual Brainloop Outlook Add-In. Version 3.4 User Manual Brainlp Outlk Add-In Versin 3.4 Cntent 1. Summary... 3 2. Release Ntes... 3 2.1 Prerequisites... 3 2.2 Knwn Restrictins... 4 3. Installatin and Cnfiguratin... 4 3.1 The installatin prgram...

More information

Mobile Device Manager Admin Guide. Reports and Alerts

Mobile Device Manager Admin Guide. Reports and Alerts Mbile Device Manager Admin Guide Reprts and Alerts September, 2013 MDM Admin Guide Reprts and Alerts i Cntents Reprts and Alerts... 1 Reprts... 1 Alerts... 3 Viewing Alerts... 5 Keep in Mind...... 5 Overview

More information

TaskCentre v4.5 Send Message (SMTP) Tool White Paper

TaskCentre v4.5 Send Message (SMTP) Tool White Paper TaskCentre v4.5 Send Message (SMTP) Tl White Paper Dcument Number: PD500-03-17-1_0-WP Orbis Sftware Limited 2010 Table f Cntents COPYRIGHT 1 TRADEMARKS 1 INTRODUCTION 2 Overview 2 FEATURES 2 GLOBAL CONFIGURATION

More information

Meeting Minutes for January 17, 2013

Meeting Minutes for January 17, 2013 There are tw purpses t these bi-mnthly calls: Meeting Minutes fr January 17, 2013 1. Prvide updates that may affect wrkflw user studies 2. Prvide a frum fr MIP Studies Users t ask questins and raise cncerns

More information

edoc Lite Recruitment Guidelines

edoc Lite Recruitment Guidelines edc Lite Recruitment Guidelines Intrductin OneStart & the Academic Psitin Search Channel edc Lite Ruting and Wrkgrups Ruting Actin List Ruting Cntrls Wrkgrups Dcument Search edc Lite Dcuments Vacancy Ntice

More information

Migrating to SharePoint 2010 Don t Upgrade Your Mess

Migrating to SharePoint 2010 Don t Upgrade Your Mess Migrating t SharePint 2010 Dn t Upgrade Yur Mess by David Cleman Micrsft SharePint Server MVP April 2011 Phne: (610)-717-0413 Email: [email protected] Website: www.metavistech.cm Intrductin May 12 th

More information

Authorize.net Account Setup Instructions

Authorize.net Account Setup Instructions Authrize.net Accunt Setup Instructins Open www.authrize.net and click n Sign Up Nw, fllw the instructins fr creating an accunt and then prceed t selecting services and the instructins t cmplete the sign-up

More information

Configuring and Monitoring SysLog Servers

Configuring and Monitoring SysLog Servers Cnfiguring and Mnitring SysLg Servers eg Enterprise v5.6 Restricted Rights Legend The infrmatin cntained in this dcument is cnfidential and subject t change withut ntice. N part f this dcument may be reprduced

More information

FOCUS Service Management Software Version 8.5 for Passport Business Solutions Installation Instructions

FOCUS Service Management Software Version 8.5 for Passport Business Solutions Installation Instructions FOCUS Service Management Sftware fr Passprt Business Slutins Installatin Instructins Thank yu fr purchasing Fcus Service Management Sftware frm RTM Cmputer Slutins. This bklet f installatin instructins

More information

BRILL s Editorial Manager (EM) Manual for Authors Table of Contents

BRILL s Editorial Manager (EM) Manual for Authors Table of Contents BRILL s Editrial Manager (EM) Manual fr Authrs Table f Cntents Intrductin... 2 1. Getting Started: Creating an Accunt... 2 2. Lgging int EM... 3 3. Changing Yur Access Cdes and Cntact Infrmatin... 3 3.1

More information

Azure Digital Partner of Record FAQ June 2015

Azure Digital Partner of Record FAQ June 2015 Azure Digital Partner f Recrd FAQ June 2015 On August 1, 2015, Micrsft launched Digital Partner f Recrd (Digital POR) fr Azure. The Azure Digital POR replaces the frmer PSX Partner f Recrd prcess. This

More information

CCHIIM ICD-10 Continuing Education Requirements for AHIMA Certified Professionals (& Frequently Asked Questions for Recertification)

CCHIIM ICD-10 Continuing Education Requirements for AHIMA Certified Professionals (& Frequently Asked Questions for Recertification) CCHIIM ICD-10 Cntinuing Educatin Requirements fr AHIMA Certified Prfessinals (& Frequently Asked Questins fr Recertificatin) The transitin t ICD-10-CM and ICD-10-PCS is anticipated t imprve the capture

More information

THE CUSTOMER SUPPORT KNOWLEDGE BASE FAQ

THE CUSTOMER SUPPORT KNOWLEDGE BASE FAQ THE CUSTOMER SUPPORT KNOWLEDGE BASE FAQ What is the Knwledge Base? - The Knwledge Base (r KB) is a searchable database in which different dcument types f technical dcumentatin are aggregated. These vary

More information

FOCUS Service Management Software Version 8.5 for CounterPoint Installation Instructions

FOCUS Service Management Software Version 8.5 for CounterPoint Installation Instructions FOCUS Service Management Sftware Versin 8.5 fr CunterPint Installatin Instructins Thank yu fr purchasing Fcus Service Management Sftware frm RTM Cmputer Slutins. This bklet f installatin instructins will

More information

TaskCentre v4.5 MS SQL Server Trigger Tool White Paper

TaskCentre v4.5 MS SQL Server Trigger Tool White Paper TaskCentre v4.5 MS SQL Server Trigger Tl White Paper Dcument Number: PD500-03-02-1_0-WP Orbis Sftware Limited 2010 Table f Cntents COPYRIGHT... 1 TRADEMARKS... 1 INTRODUCTION... 2 Overview... 2 Features...

More information

StarterPak: Dynamics CRM On-Premise to Dynamics Online Migration - Option 2. Version 1.0

StarterPak: Dynamics CRM On-Premise to Dynamics Online Migration - Option 2. Version 1.0 StarterPak: Dynamics CRM On-Premise t Dynamics Online Migratin - Optin 2 Versin 1.0 1/7/2016 Imprtant Ntice N part f this publicatin may be reprduced, stred in a retrieval system, r transmitted in any

More information

UNIVERSITY OF CALIFORNIA MERCED PERFORMANCE MANAGEMENT GUIDELINES

UNIVERSITY OF CALIFORNIA MERCED PERFORMANCE MANAGEMENT GUIDELINES UNIVERSITY OF CALIFORNIA MERCED PERFORMANCE MANAGEMENT GUIDELINES REFERENCES AND RELATED POLICIES A. UC PPSM 2 -Definitin f Terms B. UC PPSM 12 -Nndiscriminatin in Emplyment C. UC PPSM 14 -Affirmative

More information

Improved Data Center Power Consumption and Streamlining Management in Windows Server 2008 R2 with SP1

Improved Data Center Power Consumption and Streamlining Management in Windows Server 2008 R2 with SP1 Imprved Data Center Pwer Cnsumptin and Streamlining Management in Windws Server 2008 R2 with SP1 Disclaimer The infrmatin cntained in this dcument represents the current view f Micrsft Crpratin n the issues

More information

Regions File Transmission

Regions File Transmission Regins File Transmissin Getting Started with FTPS Regins Bank Member FDIC Revised 022113 It s time t expect mre. Table f Cntents Getting Started with FTPS Setting Up FTPS Cnnectin in FTP Client 3 4 9 Regins

More information

Merchant Processes and Procedures

Merchant Processes and Procedures Merchant Prcesses and Prcedures Table f Cntents EXHIBIT C 1. MERCHANT INTRODUCTION TO T-CHEK 3 1.1 Wh is T-Chek Systems? 3 1.2 Hw t Cntact T-Chek Systems 3 1.3 Hw t Recgnize T-Chek Frms f Payment 3 1.3.1

More information

Licensing the Core Client Access License (CAL) Suite and Enterprise CAL Suite

Licensing the Core Client Access License (CAL) Suite and Enterprise CAL Suite Vlume Licensing brief Licensing the Cre Client Access License (CAL) Suite and Enterprise CAL Suite Table f Cntents This brief applies t all Micrsft Vlume Licensing prgrams. Summary... 1 What s New in This

More information

Live Analytics for Kaltura Live Streaming Information Guide. Version: Jupiter

Live Analytics for Kaltura Live Streaming Information Guide. Version: Jupiter Live Analytics fr Kaltura Live Streaming Infrmatin Guide Versin: Jupiter Kaltura Business Headquarters 250 Park Avenue Suth, 10th Flr, New Yrk, NY 10003 Tel.: +1 800 871 5224 Cpyright 2015 Kaltura Inc.

More information

Custom Portlets. an unbiased review of the greatest Practice CS feature ever. Andrew V. Gamet

Custom Portlets. an unbiased review of the greatest Practice CS feature ever. Andrew V. Gamet Custm Prtlets an unbiased review f the greatest Practice CS feature ever Andrew V. Gamet Descriptin In Practice CS, the firm can use any f the fur dashbards t quickly display relative infrmatin. The Firm,

More information

Business Intelligence represents a fundamental shift in the purpose, objective and use of information

Business Intelligence represents a fundamental shift in the purpose, objective and use of information Overview f BI and rle f DW in BI Business Intelligence & Why is it ppular? Business Intelligence Steps Business Intelligence Cycle Example Scenaris State f Business Intelligence Business Intelligence Tls

More information

Microsoft Dynamics GP. Advanced Human Resources

Microsoft Dynamics GP. Advanced Human Resources Micrsft Dynamics GP Advanced Human Resurces Cpyright Cpyright 2010 Micrsft. All rights reserved. Limitatin f liability This dcument is prvided as-is. Infrmatin and views expressed in this dcument, including

More information

Adobe Sign. Enabling Single Sign-On with SAML Reference Guide

Adobe Sign. Enabling Single Sign-On with SAML Reference Guide Enabling Single Sign-On with SAML Reference Guide 2016 Adbe Systems Incrprated. All Rights Reserved. Prducts mentined in this dcument, such as the services f identity prviders Micrsft Active Directry Federatin,

More information

AP Capstone Digital Portfolio - Teacher User Guide

AP Capstone Digital Portfolio - Teacher User Guide AP Capstne Digital Prtfli - Teacher User Guide Digital Prtfli Access and Classrm Setup... 2 Initial Lgin New AP Capstne Teachers...2 Initial Lgin Prir Year AP Capstne Teachers...2 Set up Yur AP Capstne

More information

Using Identity Finder. ITS Training Document

Using Identity Finder. ITS Training Document Using Identity Finder ITS Training Dcument Hw t search and remve Persnally Identifiable Infrmatin (PII) frm yur cmputer using Identity Finder sftware. Using Identity Finder ITS Training Dcument Our intentin

More information

StarterPak: Dynamics CRM Opportunity To NetSuite Sales Order

StarterPak: Dynamics CRM Opportunity To NetSuite Sales Order StarterPak: Dynamics CRM Opprtunity T NetSuite Sales Order Versin 1.0 7/20/2015 Imprtant Ntice N part f this publicatin may be reprduced, stred in a retrieval system, r transmitted in any frm r by any

More information

LOTUS NOTES 8.5. Managing Tasks. Microcomputer Training Centre. Department of Human Resources and Employee Relations Learning and Development

LOTUS NOTES 8.5. Managing Tasks. Microcomputer Training Centre. Department of Human Resources and Employee Relations Learning and Development Department f Human Resurces and Emplyee Relatins Learning and Develpment LOTUS NOTES 8.5 Cpyright 2005 Micrcmputer Training Centre, Yrk University Micrcmputer Training Centre Ltus Ntes 8.5 Table f Cntents

More information

HeartCode Information

HeartCode Information HeartCde Infrmatin Hw t Access HeartCde Curses... 1 Tips fr Cmpleting Part 1 the nline curse... 5 HeartCde Part 2... 6 Accessing a Cmpleted Curse... 7 Frequently Asked Questins... 8 Hw t Access HeartCde

More information

April 3, 2014. Release Notes

April 3, 2014. Release Notes April 3, 2014 Release Ntes Cntacting Lestream Lestream Crpratin 411 Waverley Oaks Rd. Suite 316 Waltham, MA 02452 USA http://www.lestream.cm Telephne: +1 781 890 2019 Fax: +1 781 688 9338 T submit an enhancement

More information

Interactive Catchment Plan Project Brief. Background to the organisation. How will we achieve this? What is a rivers trust?

Interactive Catchment Plan Project Brief. Background to the organisation. How will we achieve this? What is a rivers trust? Interactive Catchment Plan Prject Brief Backgrund t the rganisatin The Suth East Rivers Trust is an envirnmental charity dedicated t the cnservatin and restratin f rivers in the suth east f England, including

More information

Merchant Management System. New User Guide CARDSAVE

Merchant Management System. New User Guide CARDSAVE Merchant Management System New User Guide CARDSAVE Table f Cntents Lgging-In... 2 Saving the MMS website link... 2 Lgging-in and changing yur passwrd... 3 Prcessing Transactins... 4 Security Settings...

More information

Net Conferencing User Guide: Advanced and Customized Net Conference with Microsoft Office Live Meeting Event Registration

Net Conferencing User Guide: Advanced and Customized Net Conference with Microsoft Office Live Meeting Event Registration Net Cnferencing User Guide: Advanced and Custmized Net Cnference with Micrsft Office Live Meeting Event Registratin Event Registratin User Guide Event Registratin is a feature f Advanced and Custmized

More information

Durango Merchant Services QuickBooks SyncPay

Durango Merchant Services QuickBooks SyncPay Durang Merchant Services QuickBks SyncPay Gateway Plug-In Dcumentatin April 2011 Durang-Direct.cm 866-415-2636-1 - QuickBks Gateway Plug-In Dcumentatin... - 3 - Installatin... - 3 - Initial Setup... -

More information

Meet Moodle Students introduction to Moodle and Email

Meet Moodle Students introduction to Moodle and Email Meet Mdle Students intrductin t Mdle and Email 1. What is Mdle? Mdle is the sftware used fr the Student Intranet and nline curses als knwn as a Virtual Learning Envirnment r VLE fr shrt. It is a web based

More information

TaskCentre v4.5 File Transfer (FTP) Tool White Paper

TaskCentre v4.5 File Transfer (FTP) Tool White Paper TaskCentre v4.5 File Transfer (FTP) Tl White Paper Dcument Number: PD500-03-22-1_0-WP Orbis Sftware Limited 2010 Table f Cntents COPYRIGHT 1 TRADEMARKS 1 INTRODUCTION 2 Overview 2 FEATURES 2 GLOBAL CONFIGURATION

More information

Point2 Property Manager Quick Setup Guide

Point2 Property Manager Quick Setup Guide Click the Setup Tab Mst f what yu need t get started using Pint 2 Prperty Manager has already been taken care f fr yu. T begin setting up yur data in Pint2 Prperty Manager, make sure yu have cmpleted the

More information

NAVIPLAN PREMIUM LEARNING GUIDE. Existing insurance coverage

NAVIPLAN PREMIUM LEARNING GUIDE. Existing insurance coverage NAVIPLAN PREMIUM LEARNING GUIDE Existing insurance cverage Cntents Existing insurance cverage 1 Learning bjectives 1 NaviPlan planning stages 1 Client case 2 Enter yur clients existing life, disability,

More information

Research Report. Abstract: The Emerging Intersection Between Big Data and Security Analytics. November 2012

Research Report. Abstract: The Emerging Intersection Between Big Data and Security Analytics. November 2012 Research Reprt Abstract: The Emerging Intersectin Between Big Data and Security Analytics By Jn Oltsik, Senir Principal Analyst With Jennifer Gahm Nvember 2012 2012 by The Enterprise Strategy Grup, Inc.

More information

STUDIO DESIGNER. Accounting 3 Participant

STUDIO DESIGNER. Accounting 3 Participant Accunting 3 Participant Thank yu fr enrlling in Accunting 3 fr Studi Designer and Studi Shwrm. Please feel free t ask questins as they arise. If we start running shrt n time, we may hld ff n sme f them

More information

Traffic monitoring on ProCurve switches with sflow and InMon Traffic Sentinel

Traffic monitoring on ProCurve switches with sflow and InMon Traffic Sentinel An HP PrCurve Netwrking Applicatin Nte Traffic mnitring n PrCurve switches with sflw and InMn Traffic Sentinel Cntents 1. Intrductin... 3 2. Prerequisites... 3 3. Netwrk diagram... 3 4. sflw cnfiguratin

More information

Amazon Marketing Services Content Policies and Standards

Amazon Marketing Services Content Policies and Standards Amazn Marketing Services Cntent Plicies and Standards Cntents Intrductin... 2 Acceptance f Creative Assets... 2 General Creative Plicies... 3 Reprting Abuse... 3 Cnsequences fr Vilatins... 3 Image Guidelines...

More information

BackupAssist SQL Add-on

BackupAssist SQL Add-on WHITEPAPER BackupAssist Versin 6 www.backupassist.cm 2 Cntents 1. Requirements... 3 1.1 Remte SQL backup requirements:... 3 2. Intrductin... 4 3. SQL backups within BackupAssist... 5 3.1 Backing up system

More information

Chalkable Classroom For Students

Chalkable Classroom For Students Chalkable Classrm Fr Students Abut This Dcument This dcument cntains an verview f the Chalkable Classrm Hme Prtal, which is used by students. Table f Cntents Chalkable Classrm Fr Students 1 Abut This Dcument...1

More information