*The Value IDs are the same for all One Call reports (Future Appointments, Missed Appointments and Missed Pick-ups).

Size: px
Start display at page:

Download "*The Value IDs are the same for all One Call reports (Future Appointments, Missed Appointments and Missed Pick-ups)."

Transcription

1 Report Overview This report is for agencies participating in the One Call automated messaging project and utilizing the Local Use Question (LUQ) in Position 6. One Call: Roster Infoview Report Template Guidance ONE CALL Notes A list of participants who belong to the specified * This report provides private information. Please agency, and want to be notified by One Call, who refer to the MN WIC Data Privacy Policy (Ref: answered the Local Use Question during the specified MOM, Section 1.7). time period. *The first time the report is run, if the Value IDs for Tab 1 Reference: List of value IDs and descriptions. LUQ Position 6 are unknown, agencies should Tab 2 Roster Comment2: List of participants who simply enter their Agency ID into the Enter 3-digit want to be notified by One Call. Displays Comment 2. Agency ID PROMPT and run the report (without completing the other PROMPTS) in order to obtain Tab 3 Roster Comment1: List of participants who the Value IDs from the Reference tab. want to be notified by One Call. Displays Comment 1. *The Reference tab can be deleted (if desired) from the report template once the necessary information is obtained from it (Value IDs) by opening the Edit screen, right-clicking on the Reference tab at the bottom of the screen, and selecting Delete Report. *Value IDs are based on WIC type. To run the report for all types of participants, there should be five different value IDs (separated by semi-colons and no spaces) entered into the Enter Value IDs for LUQ Position 6 PROMPT. *The Value IDs are the same for all One Call reports (Future Appointments, Missed Appointments and Missed Pick-ups). *There are three options for One Call automated messaging: voice, text, or . Voice is the only option if a language other than English or Spanish is selected in the Demographics AdditionalInfo2 Language1 or AdditionalInfo2 Language2 field. Agencies can choose which language field to use. If necessary, to remove one of the fields from the report output: from the PROMPT screen click the Edit button to open the edit screen, right-click on the column, click on Remove, and click on Remove Column. (Note: Tab 3 Roster Comment 1 was added for an agency that utilizes this field to indicate voice messaging. The tab can be removed in the Edit screen by right-clicking on the Roster Comment 1 tab at the bottom and selecting Delete Report.) Text is indicated by a phone number and the word Text in the Comment2 field. is indicated if an address has been entered into the Address field on the main Demographics tab. The Telephone1 field is suppressed if the record has an address to ensure only one type of contact is made. 1 P age MN Department of Health WIC Program

2 *The Agency ID and Servicesiteid are based on the agency to which the participant currently belongs. Tab 1 Reference Tab 2 Roster Comment2 Tab 3 Roster Comment1 Prompt(s) TABLE FIELD OPERATOR VALUE PROMPT/DEFINITION LOCALUSECAPTION MEMBER Agencyid Equal to ### Enter 3-digit Agency ID. The agency the local use question and the participant belongs to. MEMBEROTHINFO Localvalueid6 In List #### or ####;#### (use semi-colon to separate; no spaces) Enter Value IDs for LUQ Position 6 The Value IDs defined in the Reference tab and associated with the participants who are participating in the One Call automated messaging project. LOCALSURVEYANSWER Answerdate Between mm/dd/yy LOCALSURVEYANSWER Answerdate And mm/dd/yy Enter Start Date. The beginning date of the time period during which Local Use Question #6 was answered. Enter End Date. The last date of the time period during which Local Use Question #6 was answered. 2 P age

3 Static Criteria Value IDs Query LOCALUSECAPTION.Ordinalposition Equal to 6 Explanation: Identify the records associated with the Local Use Question in Position 6 on the Demographics AdditionalInfo1 tab. Local Use Query SQL (SELECT): CONVERT (varchar(20), dbo.localsurveyanswer.answerdate, 101) Explanation: Change the date/time field to a string and remove the time stamp from the Answerdate. SQL (WHERE): CONVERT (date, dbo.localsurveyanswer.answerdate, 101) Explanation: Remove the time stamp from the Answerdate. Tab 1 Reference Columns Table 1 Value IDs for Position 6 (LOCALUSECODE.Valueid) Answers to Local Use Question #6 (LOCALUSECODE.Description) WIC Type (LOCALUSECAPTION.Wicstatus) Sorted by Answers to Local Use Question #6 (Ascending) WIC Type (Ascending) Grouped by Description (LOCALUSECAPTION.Description) Ascending Tab 2 Roster Comment2 Columns Firstname (MEMBER.Firstname) Servicesiteid (MEMBER.Servicesiteid) Telephone1 (HOUSEHOLD.Telephone1) Telephone2 (HOUSEHOLD.Telephone2) Comment2 (HOUSEHOLD.Comment2) address (HOUSEHOLD. address) Language1 (HOUSEHOLD.Language1) Language2 (HOUSEHOLD.Language2) Statewicid (MEMBER.Statewicid) 3 P age

4 Householdid (MEMBER.Householdid) Answer Date (LOCALSURVEYANSWER.Createuserid) See NOTES (Createuserid used b/c string) Authrepfirstname (HOUSEHOLD.Authrepfirstname) Sorted by Householdid (Ascending) Statewicid (Ascending) Tab 3 Roster Comment1 Columns Firstname (MEMBER.Firstname)) Servicesiteid (MEMBER.Servicesiteid) Telephone1 (HOUSEHOLD.Telephone1) Telephone2 (HOUSEHOLD.Telephone2) Comment1 (HOUSEHOLD.Comment1) address (HOUSEHOLD. address) Language1 (HOUSEHOLD.Language1) Language2 (HOUSEHOLD.Language2) Statewicid (MEMBER.Statewicid) Householdid (MEMBER.Householdid) Answer Date (LOCALSURVEYANSWER.Createuserid) See NOTES (Createuserid used b/c string) Authrepfirstname (HOUSEHOLD.Authrepfirstname) Sorted by Householdid (Ascending) Statewicid (Ascending) 4 P age

5 Technical Notes Notes In order to ensure records with both address and Telephone1 aren t contacted more than once by One Call, a formula is used to suppress the value in the Telephone1 column of the report output when a value is in the address field. In order to eliminate multiple rows due to differing time stamps for the LOCALSURVEYANSWER.Answerdate, the time stamp had to be removed from the report output. This required converting the field in the SELECT statement. To do this, a string field had to be used as a substitute for the datetime field. Both LOCALSURVEYANSWER.Answerdate and LOCALSURVEYANSWER.Createuserid (string) were pulled into the Report Objects. Then the LOCALSURVEYANSWER. Createuserid was changed to CONVERT (varchar(20), LOCALSURVEYANSWER.Answerdate, 101) in the SELECT statement. In the report output, the column contains [Createuserid] but is called Answerdate and the information displayed is the Answerdate without the time stamp. In order to eliminate multiple rows due to multiple Answerdates, the following formula was used: MAX([Createuserid]) see note above. Formulas Tabs 2 and 3 Language1 (column) =If [Language1] = "S" Then "Spanish" ElseIf [Language1] = "E" Then "English" ElseIf [Language1] = "2" Then "Albanian" ElseIf [Language1] = "5" Then "Russian" ElseIf [Language1] = "6" Then "Braille" ElseIf [Language1] = "7" Then "Japanese" ElseIf [Language1] = "8" Then "Chinese - Other Dialects" ElseIf [Language1] = "9" Then "Chinese - Mandarin" ElseIf [Language1] = "A" Then "American Sign Language" ElseIf [Language1] = "B" Then "Cambodian/Khmer" ElseIf [Language1] = "D" Then "French" ElseIf [Language1] = "G" Then "Italian" ElseIf [Language1] = "H" Then "Amharic" ElseIf [Language1] = "I" Then "Somali" ElseIf [Language1] = "J" Then "German" ElseIf [Language1] = "K" Then "Korean" ElseIf [Language1] = "L" Then "Laotian" ElseIf [Language1] = "M" Then "Hmong/Mien" ElseIf [Language1] = "N" Then "Chinese - Catonese" ElseIf [Language1] = "O" Then "Other" ElseIf [Language1] = "P" Then "Portuguese" ElseIf [Language1] = "Q" Then "Karen" ElseIf [Language1] = "R" Then "Ukrainian" ElseIf [Language1] = "T" Then "Oromo" ElseIf [Language1] = "U" Then "Sudanese/Nuer" ElseIf [Language1] = "V" Then "Vietnamese" ElseIf [Language1] = "X" Then "Bosnian" ElseIf [Language1] = "Y" Then "Arabic" ElseIf [Language1] = "Z" Then "Farsi" Language2 (column) =If [Language2] = "S" Then "Spanish" ElseIf [Language2] = "E" Then "English" ElseIf [Language2] = "2" Then "Albanian" ElseIf [Language2] = "5" Then "Russian" ElseIf [Language2] = "6" Then "Braille" ElseIf [Language2] = "7" Then "Japanese" ElseIf [Language2] = "8" Then "Chinese - Other Dialects" ElseIf [Language2] = "9" Then "Chinese - Mandarin" ElseIf [Language2] = "A" Then "American Sign Language" ElseIf [Language2] = "B" Then "Cambodian/Khmer" ElseIf [Language2] = "D" Then "French" ElseIf [Language2] = "G" Then "Italian" ElseIf [Language2] = "H" Then "Amharic" ElseIf [Language2] = "I" Then "Somali" ElseIf [Language2] = "J" Then "German" ElseIf [Language2] = "K" Then "Korean" ElseIf [Language2] = "L" Then "Laotian" ElseIf [Language2] = "M" Then "Hmong/Mien" ElseIf [Language2] = "N" Then "Chinese - Catonese" ElseIf [Language2] = "O" Then "Other" ElseIf [Language2] = "P" Then "Portuguese" ElseIf [Language2] = "Q" Then "Karen" ElseIf [Language2] = "R" Then "Ukrainian" ElseIf [Language2] = "T" Then "Oromo" ElseIf [Language2] = "U" Then "Sudanese/Nuer" ElseIf [Language2] = "V" Then "Vietnamese" ElseIf [Language2] = "X" Then "Bosnian" ElseIf [Language2] = "Y" Then "Arabic" ElseIf [Language2] = "Z" Then "Farsi" Telephone1 (column) =If IsNull ([ address]) Then [Telephone1] Else "" 5 P age

6 Comment2 (Tab 2 Roster Comment2 column) =Max([Createuserid]) Comment1 (Tab 3 Roster Comment1 column) =Max([Createuserid]) SQL (changes are highlighted) Value IDs Query SELECT dbo.localusecode.valueid, dbo.localusecode.description, dbo.localusecaption.wicstatus, dbo.localusecaption.captionid, dbo.localusecaption.description FROM dbo.localusecaption INNER JOIN dbo.localusecode ON (dbo.localusecaption.captionid=dbo.localusecode.captionid) WHERE ( dbo.localusecaption.agencyid 3-digit Agency ID:','A','Dbo Localusecaption\Agencyid',Mono,Free,Persistent,,User:0) AND dbo.localusecaption.ordinalposition = 6 ) Local Use Query SELECT dbo.member.firstname, dbo.member.servicesiteid, dbo.household.telephone1, dbo.household.telephone2, dbo.household.comment2, dbo.household. address, dbo.household.language1, dbo.household.language2, dbo.member.statewicid, dbo.member.householdid, dbo.member.wicstatus, dbo.localsurveyanswer.answerdate, CONVERT(varchar(20), dbo.localsurveyanswer.answerdate,101), dbo.household.authrepfirstname, dbo.household.comment1 FROM dbo.household INNER JOIN dbo.member ON (dbo.member.householdid=dbo.household.householdid) 6 P age

7 INNER JOIN dbo.memberothinfo ON (dbo.member.statewicid=dbo.memberothinfo.statewicid) INNER JOIN dbo.localsurveyanswer ON (dbo.localsurveyanswer.statewicid=dbo.memberothinfo.statewicid) WHERE ( dbo.member.agencyid 3-digit Agency ID:','A','Dbo Member\Agencyid',Mono,Free,Persistent,,User:0) AND dbo.memberothinfo.localvalueid6 Value IDs for LUQ Position 6:','N','Dbo Memberothinfo\Localvalueid6',Multi,Free,Persistent,,User:1) AND CONVERT(date,dbo.LOCALSURVEYANSWER.ANSWERDATE,101) Start Date:','D','Dbo Localsurveyanswer\Answerdate',Mono,Free,Persistent,,User:2) End Date:','D','Dbo Localsurveyanswer\Answerdate',Mono,Free,Persistent,,User:3) ) 7 P age

One Call: Missed Appointments

One Call: Missed Appointments Report Overview 1 P age MN Department of Health WIC Program One Call: Missed Appointments This report is for agencies participating in the One Call automated messaging project and utilizing the Local Use

More information

One Call: Missed Nutrition Visit

One Call: Missed Nutrition Visit Report Overview This report is for agencies participating in the One Call automated messaging project and utilizing the Local Use Question LUQ in Position 6. A list of participants who belong to the specified

More information

Spot Check Report. Report Overview. Notes. Infoview Report Template Guidance BREASTFEEDING PEER PROGRAM

Spot Check Report. Report Overview. Notes. Infoview Report Template Guidance BREASTFEEDING PEER PROGRAM Report Overview This report has 4 tabs. The first tab is a reference report that can be used to obtain the BF Counselor ID(s) necessary to identify the peer counselors for whom the report should be run.

More information

Missing Scanned Documentation for CSP Formula

Missing Scanned Documentation for CSP Formula MN WIC PROGRAM Missing Scanned Documentation for CSP Formula SCANNED DOCUMENTS REVISED 3.1.17) Report Overview A list and total count of participants who were issued benefits for Condition Specific Protocol

More information

Stores & Pharmacies by County

Stores & Pharmacies by County Stores & Pharmacies by County VENDOR (REVISED 4.5.18) Report Overview Lists of active stores and pharmacies based on specified counties. Lists are provided by name and by city. An OPTIONAL input control

More information

Clever SFTP Instructions

Clever SFTP Instructions Clever SFTP Instructions December 14, 2017 Contents 1 Introduction 3 2 General SFTP Setup 3 3 Preparing CSV Files 4 3.1 Preparing schools.csv............................... 5 3.2 Preparing students.csv...............................

More information

2.19 Software Release Document Addendum

2.19 Software Release Document Addendum 2.19 Software Release Document Addendum Guidance for WIC Users with: Role 10 - LSA Implementation Date: 2/22/2014 2/22/2014 Release 2.19 1 Table of Contents System Administration: Duplicate Participant

More information

Transfer Manual Norman Endpoint Protection Transfer to Avast Business Antivirus Pro Plus

Transfer Manual Norman Endpoint Protection Transfer to Avast Business Antivirus Pro Plus Transfer Manual Norman Endpoint Protection Transfer to Avast Business Antivirus Pro Plus Summary This document outlines the necessary steps for transferring your Norman Endpoint Protection product to Avast

More information

DocuSign Service User Guide. Information Guide

DocuSign Service User Guide. Information Guide Information Guide 1 DocuSign Service User Guide 1 Copyright 2003-2013 DocuSign, Inc. All rights reserved. For information about DocuSign trademarks, copyrights and patents refer to the DocuSign Intellectual

More information

e2020 ereader Student s Guide

e2020 ereader Student s Guide e2020 ereader Student s Guide Welcome to the e2020 ereader The ereader allows you to have text, which resides in an Internet browser window, read aloud to you in a variety of different languages including

More information

Participant Folder - Introduction. Participant Folder

Participant Folder - Introduction. Participant Folder Participant Folder - Introduction Introduction This HuBERT on-demand training module Intro is provided by the MN Department of Health WIC Program. It provides an overview of the Participant Folder. Purpose

More information

Talk2You User Manual Smartphone / Tablet

Talk2You User Manual Smartphone / Tablet Talk2You User Manual Smartphone / Tablet Don t Translate it. Lingmo It! language translation technology for the global market The World s First Translating Voice Messaging Software Communicate with cross-border

More information

Transfer Manual Norman Endpoint Protection Transfer to Avast Business Antivirus Pro Plus

Transfer Manual Norman Endpoint Protection Transfer to Avast Business Antivirus Pro Plus Transfer Manual Norman Endpoint Protection Transfer to Avast Business Antivirus Pro Plus Summary This document outlines the necessary steps for transferring your Norman Endpoint Protection product to Avast

More information

Guide & User Instructions

Guide & User Instructions Guide & User Instructions Revised 06/2012 726 Grant Street Troy Ohio 45373 877.698.3262 937.335.3887 onecallnow.com support@onecallnow.com America s Largest Message Notification Provider Copyright 2009-2012

More information

ParentVUE for Secondary Students

ParentVUE for Secondary Students What is ParentVUE? ParentVue is a web portal that allows parents and guardians to access real-time information related to their students. Parents/guardians can view their student's calendars, attendance,

More information

Configuring a Microstrategy Resource in Metadata Manager 9.5.0

Configuring a Microstrategy Resource in Metadata Manager 9.5.0 Configuring a Microstrategy Resource in Metadata Manager 9.5.0 2012 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying,

More information

LR01 - New Enrollment for Legally-Exempt Care Window

LR01 - New Enrollment for Legally-Exempt Care Window CCFS Legally-Exempt LR01 - New Enrollment for Legally-Exempt Care Window Data Entry Reference Sheet (October 2012) LR01 - New Enrollment for Legally-Exempt Care Window Provider Information Mr., Mrs., Ms.

More information

American Philatelic Society Translation Committee. Annual Report Prepared by Bobby Liao

American Philatelic Society Translation Committee. Annual Report Prepared by Bobby Liao American Philatelic Society Translation Committee Annual Report 2012 Prepared by Bobby Liao - 1 - Table of Contents: 1. Executive Summary 2. Translation Committee Activities Summary July 2011 June 2012

More information

LR01 - New Enrollment for Legally-Exempt Care Window

LR01 - New Enrollment for Legally-Exempt Care Window LR01 - New Enrollment for Legally-Exempt Care Window Professional Development Program 1 LR01 - New Enrollment for Legally-Exempt Care Window Data Entry Reference Sheet (August 2017) CCFS Legally-Exempt

More information

One-screen Follow-up Reference Guide. Merlin.net Patient Care Network (PCN)

One-screen Follow-up Reference Guide. Merlin.net Patient Care Network (PCN) One-screen Follow-up Reference Guide Merlin.net Patient Care Network (PCN) One-screen Follow-up One-screen follow-up via the Recent Transmissions screen allows you to: View and print selected transmissions

More information

RELEASE NOTES UFED ANALYTICS DESKTOP SAVE TIME AND RESOURCES WITH ADVANCED IMAGE ANALYTICS HIGHLIGHTS

RELEASE NOTES UFED ANALYTICS DESKTOP SAVE TIME AND RESOURCES WITH ADVANCED IMAGE ANALYTICS HIGHLIGHTS RELEASE NOTES Version 5.2 September 2016 UFED ANALYTICS DESKTOP HIGHLIGHTS UFED Analytics Desktop version 5.2 serves as your virtual partner, saving precious time in the investigative process. Designed

More information

Sacramento County SCT/Link

Sacramento County SCT/Link Limited English Proficiency (LEP) Plan Sacramento County SCT/Link Introduction This Limited English Proficiency Plan has been prepared to address Sacramento County Department of Transportation s (SacDOT)

More information

PROFICIENCY TESTING IN FOREIGN LANGUAGES

PROFICIENCY TESTING IN FOREIGN LANGUAGES REGISTRATION FORM PERSONAL INFORMATION Ms. Mr. Last Date of Birth First Middle PROFICIENCY TESTING IN FOREIGN LANGUAGES Social Security, NYU Student ID Number, or Passport Number Home Work Language to

More information

Microsoft Store badge guidelines. October 2017

Microsoft Store badge guidelines. October 2017 Microsoft Store badge guidelines October 2017 Welcome Together we can do amazing things. Millions of fans and thousands of partners and developers across the world empower people and organizations do great

More information

Test Information and Distribution Engine

Test Information and Distribution Engine Oregon Assessment of Knowledge and Skills Test Information and Distribution Engine User Guide 2016 2017 Published November 28, 2016 Prepared by the American Institutes for Research Descriptions of the

More information

BIRCH COMMUNICATOR FOR MOBILE iphone GETTING STARTED GUIDE

BIRCH COMMUNICATOR FOR MOBILE iphone GETTING STARTED GUIDE BIRCH COMMUNICATOR FOR MOBILE iphone GETTING STARTED GUIDE Table Of Contents 1 Getting Started...3 1.1 Installation... 3 1.2 Sign In... 3 2 Main Tabs...3 3 Contacts... 4 3.1 Add Contacts...4 3.2 Edit...4

More information

Localizing Intellicus. Version: 7.3

Localizing Intellicus. Version: 7.3 Localizing Intellicus Version: 7.3 Copyright 2015 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not be copied or derived from,

More information

Terminating Call Manager USER GUIDE

Terminating Call Manager USER GUIDE Terminating Call Manager USER GUIDE Page 2 For Assistan ce Call 217-696-4611 Administration of your Terminating Call Manager Service This guide will provide you with instructions for set up and management

More information

Advanced Monitoring Asset for IBM Integration Bus

Advanced Monitoring Asset for IBM Integration Bus IBM Cloud Services Advanced Monitoring Asset for IBM Integration Bus Monitoring the business flows of IBM Integration Bus v10 Patrick MARIE IBM Cloud Services consultant pmarie@fr.ibm.com September 2017

More information

Avaya Workforce Optimization Select, SP1 Release Notes

Avaya Workforce Optimization Select, SP1 Release Notes Avaya Workforce Optimization Select, 5.2.1 SP1 Release Notes 6 June 2018 Contents Contents... 1 Document changes... 1 Introduction... 2 Installation... 2 Product compatibility... 2 File list... 2 Backing

More information

WASHINGTON COUNTY, OREGON COOLING CENTER COORDINATION PROCEDURES October 19, 2017

WASHINGTON COUNTY, OREGON COOLING CENTER COORDINATION PROCEDURES October 19, 2017 WASHINGTON COUNTY, OREGON COOLING CENTER COORDINATION PROCEDURES October 19, 2017 I. PURPOSE The Washington County Cooling Center Coordination Procedures establish a process the County will use in preparation

More information

BIRCH COMMUNICATOR FOR MOBILE ANDROID TM

BIRCH COMMUNICATOR FOR MOBILE ANDROID TM BIRCH COMMUNICATOR FOR MOBILE ANDROID TM GETTING STARTED GUIDE Table Of Contents 1 Getting Started...3 1.1 Installation... 3 1.2 Sign In... 3 2 Main Tabs...3 3 Contacts... 4 3.1 Add Contacts...4 3.2 Edit...4

More information

HuBERT Build Master Calendar

HuBERT Build Master Calendar HuBERT Build Master Calendar June 2016 page 1 of 44 Table of Contents HUBERT BUILD MASTER CALENDAR Opening Build Master Calendar... 3 Build Clinic Calendar... 4 Steps for Building the Clinic Calendar...

More information

Accella Toolbar. User Guide. Release 20.0

Accella Toolbar. User Guide. Release 20.0 Accella Toolbar User Guide Release 20.0 Table of Contents 2 Introduction... 9 2.1 About Accella Toolbar... 9 2.2 About This Guide... 9 2.3 Accessing Toolbar... 9 2.4 First Time Login... 10 2.5 Subsequent

More information

MaintSmart. Enterprise. User. Guide. for the MaintSmart Translator. version 4.0. How does the translator work?...2 What languages are supported?..

MaintSmart. Enterprise. User. Guide. for the MaintSmart Translator. version 4.0. How does the translator work?...2 What languages are supported?.. How does the translator work?......2 What languages are supported?..3 MaintSmart User Enterprise Guide version 4.0 for the MaintSmart Translator 1 MaintSmart Translator - An Overview. How does it work?

More information

Smarter Balanced Assessment Consortium:

Smarter Balanced Assessment Consortium: Smarter Balanced Assessment Consortium: For the Spring 2014 Field Test Administration Updated February 4, 2014 Prepared by the American Institutes for Research (AIR) Smarter Balanced Assessment Consortium,

More information

1.1 February B

1.1 February B RELEASE NOTES 1.1 February 2019 3725-61900-001B Polycom Companion Polycom announces the release of the Polycom Companion software version 1.1. This document includes the latest information about new and

More information

Fiery Command WorkStation 5.8 with Fiery Extended Applications 4.4

Fiery Command WorkStation 5.8 with Fiery Extended Applications 4.4 Fiery Command WorkStation 5.8 with Fiery Extended Applications 4.4 Fiery Extended Applications (FEA) v4.4 contains Fiery software for performing tasks using a Fiery Server. This document describes how

More information

Installation Information Version (CLM) English. Leica Client License Manager (CLM)

Installation Information Version (CLM) English. Leica Client License Manager (CLM) Installation Information Version (CLM) 1.7.1000 English Leica Client License Manager (CLM) Introduction Validity of this manual This document contains information on how to install the Client License Manager

More information

GENESYS ON-BOARD SOFTWARE RELEASE NOTES

GENESYS ON-BOARD SOFTWARE RELEASE NOTES GENESYS ON-BOARD SOFTWARE RELEASE NOTES... 1 About This Document... 1 GENESYS On-board software v1.0... 2 New Features... 2 Resolved Issues -... 2 Known Issues... 2 GENESYS On-board software v1.1... 2

More information

Project Name SmartPSS

Project Name SmartPSS V2.00.1 Language Farsi, Arabic, Russian, Japanese, Korean, Turkish, Vietnamese, Thai, Indonesian, Traditional Chinese, Hebrew, Spanish, Portuguese, French, Dutch, Italian, German, Czech, Slovakia, Hungarian,

More information

1.1 Create a New Survey: Getting Started. To create a new survey, you can use one of two methods: a) Click Author on the navigation bar.

1.1 Create a New Survey: Getting Started. To create a new survey, you can use one of two methods: a) Click Author on the navigation bar. 1. Survey Authoring Section 1 of this User Guide provides step-by-step instructions on how to author your survey. Surveys can be created using questions and response choices you develop; copying content

More information

Introduction and Welcome. Basel, Switzerland 16 April 2018

Introduction and Welcome. Basel, Switzerland 16 April 2018 Introduction and Welcome Basel, Switzerland 16 April 2018 MedDRA Users Profile As of March 2018 5,200 Subscribing organizations (MSSO+JMO) 120 Countries Graph shows types of subscribing organizations 2

More information

Telephony Toolbar Enterprise. User Guide

Telephony Toolbar Enterprise. User Guide Telephony Toolbar Enterprise User Guide Release 4.4 October 2009 Table of Contents 1 Summary of Changes... 7 1.1 Changes for this Release... 7 2 About This Guide... 8 2.1 Open Telephony Toolbar-Corporate...

More information

Complaints Survey Toolkit: Implementation Guide

Complaints Survey Toolkit: Implementation Guide Complaints Survey Toolkit: Implementation Guide Contents About this handbook 1 Background 1 Timeline 2 Sampling 5 Materials and practicalities 5 Questionnaire and covering letters 5 The Mailings 6 First

More information

SAM 5.2 Admin Tool Online Help September 2014

SAM 5.2 Admin Tool Online Help September 2014 SAM 5.2 Admin Tool Online Help September 2014 Table of Contents WELCOME TO MILLER HEIMAN'S SALES ACCESS MANAGERSM... 1 WHAT IS SALES ACCESS MANAGER?... 1 HOW IT WORKS... 1 WHAT'S NEW... 3 SAM 5.2 AUGUST

More information

Perceptive Intelligent Capture Visibility

Perceptive Intelligent Capture Visibility Perceptive Intelligent Capture Visibility Technical Specifications Version: 3.1.x Written by: Product Knowledge, R&D Date: August 2018 2015 Lexmark International Technology, S.A. All rights reserved. Lexmark

More information

Simple manual for ML members(mailman)

Simple manual for ML members(mailman) Simple manual for ML members(mailman) Version 4.2 (Mailing List Service) Academic Computing & Communications Center University of Tsukuba 28/11/2016 Index 1. Introduction... 1 2. What is Mailing list?...

More information

Rescue Lens Administrators Guide

Rescue Lens Administrators Guide Rescue Lens Administrators Guide Contents About Rescue Lens...4 Rescue Lens Administration Center At a Glance...4 LogMeIn Rescue Lens System Requirements...4 About Rescue Lens in a Multilingual Environment...5

More information

All Localized. Your Localization Services Partner. Company Profile

All Localized. Your Localization Services Partner. Company Profile All Localized Company Profile All Localized is a young company made up of linguistic and technical professionals. All Localized is a reliable translation, localization and desktop publishing services provider

More information

Run on Earth User Guide

Run on Earth User Guide Run on Earth User Guide Run on Earth User Guide Outline 1. Connect Device to a PAFERS Enabled Fitness Machine 1. 30-pin fitness machine ios only 2. Bluetooth fitness machine - ios 3. Bluetooth fitness

More information

LX04 and LM08 Parent/Child Maintenance Window

LX04 and LM08 Parent/Child Maintenance Window CCFS Legally-Exempt LX04 and LM08 Parent/Child Maintenance Window Data Entry Reference Sheet (August 2017) LX04 and LM08 Parent/Child Maintenance Window Note: LX04 is the Parent/Child Maintenance window

More information

Complete Messaging Solution

Complete Messaging Solution ervice Mailvice Service & Operations Voice Your customers and clients expect their calls to be handled quickly or routed to the appropriate person or department. This is where ITS Telecom and Systems can

More information

2. bizhub Remote Access Function Support List

2. bizhub Remote Access Function Support List 2. bizhub Remote Access Function Support List MFP Function Support List for bizhub Remote Access Basic s MFP model Firmware v C754/ C654/ C754e/ C654e 754/ 654 C554/ C454/ C364/ C284/ C224 (*5) A1610Y

More information

Release Notes MimioStudio Software

Release Notes MimioStudio Software Release Notes MimioStudio 8.0.1 Software Copyright Notice 2011 DYMO/Mimio, a Newell Rubbermaid company About MimioStudio 8.0.1 Welcome to MimioStudio 8.0.1 software! Version 8.0.1 is an update to the existing

More information

Scopia Management. User Guide. Version 8.2. For Solution

Scopia Management. User Guide. Version 8.2. For Solution Scopia Management User Guide Version 8.2 For Solution 8.2 8.2 2000-2013 RADVISION Ltd. All intellectual property rights in this publication are owned by RADVISION Ltd and are protected by United States

More information

MedDRA Update. MedDRA Industry User Group Meeting. 28 September 2018

MedDRA Update. MedDRA Industry User Group Meeting. 28 September 2018 MedDRA Update MedDRA Industry User Group Meeting 28 September 2018 Topics MedDRA Users Profile MedDRA Translations MSSO Email Distribution List Opt-In Retrieving MedDRA Unzip Passwords Device terms in

More information

Quick Start Reference Guide AXP & MXP High Speed Commercial Combination Oven

Quick Start Reference Guide AXP & MXP High Speed Commercial Combination Oven Refer to Product Safety Manual for Safety Statements. Complete Owner s Manual available online D A Attention: Included with the oven is a Best Practices cleaning poster. Please display the cleaning poster

More information

Kofax Transformation Modules. Technical Specifications. Version: 6.2.0

Kofax Transformation Modules. Technical Specifications. Version: 6.2.0 Kofax Transformation Modules Technical s Version: 6.2.0 Written by: Product Management KTM Date: May 2017 2017 Lexmark. All rights reserved. Lexmark is a trademark of Lexmark International, Inc., or its

More information

EPC. Do not search - have someone else search for you!

EPC. Do not search - have someone else search for you! EPC Do not search - have someone else search for you! http://aftersales.mercedes-benz.com EPC Accurately determine the parts volume EPC Do not search - have someone else search for you! Quickly and accurately

More information

Battery Analyzer MST Instructions

Battery Analyzer MST Instructions Battery Analyzer MST-8000 + Instructions 1 1.Appearance....3 2.The Boot....4 3.Functional Test....5 a. Battery test... 5 b. Starting System Test....7 c. Charging System Test... 7 d. Maximum load test....8

More information

Helping with Globalization,

Helping with Globalization, Universal Translation Services www.universal-translation-services.com Universal Translation Services www.universal-translation-services.com Helping with Globalization, CERTIFICATION AND NOTARIZATION universal

More information

OpenText RightFax 10.5 Connector for Microsoft SharePoint 2010 Administrator Guide

OpenText RightFax 10.5 Connector for Microsoft SharePoint 2010 Administrator Guide OpenText RightFax 10.5 Connector for Microsoft SharePoint 2010 Administrator Guide OpenText RightFax 10.5 Connector for Microsoft SharePoint 2010 Administrator Guide ii Edition OpenText RightFax 10.5 Connector

More information

Smart KM Link User Manual

Smart KM Link User Manual Smart KM Link User Manual Table of Contents Table of Contents Overview...3 System Requirements...3 Features...3 Support Language...3 Getting Started...4 Changing the Settings...6 Keyboard & Mouse Control

More information

Buy Word Find and Replace Professional latest pc software downloads ]

Buy Word Find and Replace Professional latest pc software downloads ] Buy Word Find and Replace Professional latest pc software downloads ] Description: Word Find & Replace Professional is software that makes the tasks of finding and replacing words and phrases in different

More information

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 1 Copyright 2011, Oracle and/or its affiliates. All rights reserved. 2 Copyright 2011, Oracle and/or its affiliates. All rights reserved. Oracle E-Business Suite Internationalization and Multilingual Features

More information

KYOCERA Quick Scan v1.0

KYOCERA Quick Scan v1.0 KYOCERA Quick Scan v1.0 Software Information PC Name Version 0731 July 31, 2018 KYOCERA Document Solutions Inc. Product Planning Division 1 Table of Contents 1. Overview... 4 1.1. Background... 4 1.2.

More information

HEALTH COVERAGE ENROLLMENT REPORT

HEALTH COVERAGE ENROLLMENT REPORT WASHINGTON HEALTH BENEFIT EXCHANGE WAhealthplanfinder.org HEALTH COVERAGE ENROLLMENT REPORT Open Enrollment 5: Nov. 1, 2017 - Jan. 15, 2018 Published March 2018 Table of Contents Total Enrollees... 1 Enrollees

More information

Complete Messaging Solution

Complete Messaging Solution ervice Mailvice Service & Operations Voice Your customers and clients expect their calls to be handled quickly or routed to the appropriate person or department. This is where ITS Telecom and Systems can

More information

This Training documentation is for Access suppliers using the Purchase Order process.

This Training documentation is for  Access suppliers using the Purchase Order process. Introduction This Training documentation is for E-Mail Access suppliers using the Purchase Order process. This process can be split into the following 4 main steps that are explained in details in the

More information

PAGE 1 SYSTRAN. PRESENTER: GILLES MONTIER

PAGE 1 SYSTRAN.  PRESENTER: GILLES MONTIER PAGE 1 SYSTRAN PRESENTER: GLLES MONTER Language Resources: Foundations of the Multilingual Digital Single Market PAGE 2 Language Resources for MT: what does our customers want? Better generic translation

More information

Table of Contents. Welcome to Immobel. Below you will find documentation regarding our products and services.

Table of Contents. Welcome to Immobel. Below you will find documentation regarding our products and services. Immobel.com and NTREIS Welcome to Immobel. Below you will find documentation regarding our products and services. Table of Contents 1. Login Page... 2 2. Homepage... 3 3. My Profile and Account... 4 3.1

More information

Cisco Unified Personal Communicator 7.0

Cisco Unified Personal Communicator 7.0 Cisco Unified Personal Communicator 7.0 Cisco Unified Communications Solutions unify voice, video, data, and mobile applications on fixed and mobile networks, enabling easy collaboration every time from

More information

Release Notes. for Kerio Operator 1.2.1

Release Notes. for Kerio Operator 1.2.1 Release Notes for Kerio Operator 1.2.1 2012 Kerio Technologies s.r.o. All rights reserved. Date: March 12th, 2012 1 Welcome to the Kerio Operator 1.2.1 Kerio Operator is a PBX software for small and medium

More information

A comparison of open source or free GIS software packages. Acknowledgements:

A comparison of open source or free GIS software packages. Acknowledgements: A comparison of open source or free GIS software packages Acknowledgements: Shane Bradt New Hampshire Geospatial Extension Specialist The New Hampshire Geospatial Extension Program sbradt@ceunh.unh.edu

More information

Cisco Jabber IM for iphone

Cisco Jabber IM for iphone Data Sheet Cisco Jabber IM for iphone Cisco Collaboration Solutions improve team and customer experiences to help organizations encourage innovation and improve decision making while building trust and

More information

Hik-Connect Mobile Client

Hik-Connect Mobile Client Hik-Connect Mobile Client SPEC V3.6.3 Name: Hik-Connect Mobile Client Software Version: V3.6.3 Android: System Requirement: Android 4.1 or Above ios: System Requirement: ios 8.0 or Above Software Information

More information

GLOBAL NETFLIX PREFERRED VENDOR (NPV) RATE CARD:

GLOBAL NETFLIX PREFERRED VENDOR (NPV) RATE CARD: Global Rate Card Timed Text Origination Rates Audio Description Rates Netflix Scope of Work Guidelines A/V Materials Timed Text Audio Materials Trailers Forced Narratives NPV SLA & KPIs GLOBAL NETFLIX

More information

Installing Cisco Unity Express 8.0 Software

Installing Cisco Unity Express 8.0 Software Last Updated: June 2, 2010 After ensuring that the prerequisites described in the Prerequisites for Installing Cisco Unity Express Software section on page 9 are completed, the Cisco Unity Express software

More information

19 Gloria Lane Fairfield, NJ Page 1 of 17

19 Gloria Lane Fairfield, NJ Page 1 of 17 19 Gloria Lane Fairfield, NJ 07004 1.888.611.2679 Page 1 of 17 Version 1.8 Introduction to the Vision-e Scanning Solution The Vision-e Scanning Solution was created for salespeople by salespeople as the

More information

SmartPSS. Smart Professional Surveillance System. Provide efficient device management, monitoring, playback, alarm, video analytics, video wall, etc.

SmartPSS. Smart Professional Surveillance System. Provide efficient device management, monitoring, playback, alarm, video analytics, video wall, etc. SmartPSS Smart Professional Surveillance System An easy-to-use security surveillance application with friendly interface. Designed for small or medium daily-use system. Provide efficient device management,

More information

STIDistrict Query (Basic)

STIDistrict Query (Basic) STIDistrict Query (Basic) Creating a Basic Query To create a basic query in the Query Builder, open the STIDistrict workstation and click on Utilities Query Builder. When the program opens, database objects

More information

CCCCD OPAC Refresher: 4/16/2012

CCCCD OPAC Refresher: 4/16/2012 CCCCD OPAC Refresher: 4/16/2012 General Questions & Info: 1. Content Café: If you click on the book cover images, you can now view the Content Cafe info. CCC: Please label, such as: Click for Details.

More information

LiveEngage System Requirements and Language Support Document Version: 5.6 May Relevant for LiveEngage Enterprise In-App Messenger SDK v2.

LiveEngage System Requirements and Language Support Document Version: 5.6 May Relevant for LiveEngage Enterprise In-App Messenger SDK v2. LiveEngage System Requirements and Language Support Document Version: 5.6 May 2017 Relevant for LiveEngage Enterprise In-App Messenger SDK v2.3 Introduction The LiveEngage platform aims to provide the

More information

Upgrading Using the Boot Helper

Upgrading Using the Boot Helper Upgrading Using the Boot Helper Last Updated: December 21, 2006 This chapter describes the procedures for installing a new release of Cisco Unity Express software using the boot helper. Note The boot helper

More information

Creating a Crosstab Query in Design View

Creating a Crosstab Query in Design View Procedures LESSON 31: CREATING CROSSTAB QUERIES Using the Crosstab Query Wizard box, click Crosstab Query Wizard. 5. In the next Crosstab Query the table or query on which you want to base the query. 7.

More information

Portal Administrator guide

Portal Administrator guide Portal Administrator guide Admin Guide 21 March 2018 Contents About your Portal admin account 3 Your settings 3 User email notifications 3 Calling to telephone networks 3 Edit your organization's account

More information

USER S MANUAL. Thank you for purchasing portable DVR from our company. In order to help you operate it correctly. Please read this user s

USER S MANUAL. Thank you for purchasing portable DVR from our company. In order to help you operate it correctly. Please read this user s USER S MANUAL Thank you for purchasing portable DVR from our company. In order to help you operate it correctly. Please read this user s manual carefully before using. Appearance of DVR 1 Power Button:

More information

Jabra. Talk 55. User manual

Jabra. Talk 55. User manual Jabra Talk 55 User manual 1. WELCOME... 4 2. PRODUCT OVERVIEW... 5 2.1 INCLUDED ACCESSORIES 3. HOW TO WEAR... 7 3.1 SELECTING THE CORRECT EARGELS 3.2 GETTING THE CORRECT FIT 4. HOW TO CHARGE... 9 4.1 ON-THE-GO

More information

HP Enterprise Collaboration

HP Enterprise Collaboration HP Enterprise Collaboration For the Windows operating system Software Version: 1.1 Support Matrix Document Release Date: August 2012 Software Release Date: August 2012 Support Matrix Legal Notices Warranty

More information

The Madrid System Goods and Services Database. Ernesto Rubio Senior Director Advisor, WIPO Geneva, July 7, 2010

The Madrid System Goods and Services Database. Ernesto Rubio Senior Director Advisor, WIPO Geneva, July 7, 2010 The Madrid System Goods and Services Database Ernesto Rubio Senior Director Advisor, WIPO Geneva, July 7, 2010 Project approved in 2009 Objectives Accelerate the pace of construction and deployment of

More information

Guide to the Online Community Interpreter Certification Program

Guide to the Online Community Interpreter Certification Program Guide to the Online Community Interpreter Certification Program Cultural Interpretation Services for Our Communities 44 Eccles Street, Suite 100, Ottawa, Ontario K1R 6S4 Canada telephone 613-237-0502 fax

More information

Getting Started with BarTender

Getting Started with BarTender Getting Started with BarTender MANUAL Contents Getting Started with BarTender 3 Installation 4 Choosing What to Install 4 Automation Editions (Automation and Enterprise Automation) 4 Installing BarTender

More information

LiveEngage System Requirements and Language Support Document Version: 6.4 March 2018

LiveEngage System Requirements and Language Support Document Version: 6.4 March 2018 LiveEngage System Requirements and Language Support Document Version: 6.4 March 2018 Introduction The LiveEngage platform aims to provide the best engagement experiences for consumers and brands. To do

More information

Release Notes MimioStudio 9.1 Software

Release Notes MimioStudio 9.1 Software Release Notes MimioStudio 9.1 Software Copyright Notice 2012 DYMO/Mimio, a Newell Rubbermaid company About MimioStudio 9.1 I m in love with this! That s what one teacher exclaimed after using MimioStudio

More information

Reinstalling a Cisco Unity Express Image Using the Boothelper

Reinstalling a Cisco Unity Express Image Using the Boothelper Reinstalling a Cisco Unity Express Image Using the Boothelper Last Updated: December 10, 2010 This chapter describes the procedures for installing Cisco Unity Express software using the boothelper. Note

More information

RPS-Q5 Programming Software for the Tonfa TF-Q5

RPS-Q5 Programming Software for the Tonfa TF-Q5 for the Tonfa TF-Q5 Band A Memories Memory Types Band A Band B VFO Name Scan Ad The RPS-Q5 Programmer is designed to give you the ease and convenience of programming the memories and set menu options of

More information

Smart Events Cloud Release February 2017

Smart Events Cloud Release February 2017 Smart Events Cloud Release February 2017 Maintenance Window This is not a site-down release. Users still have access during the upgrade. Modules Impacted The changes in this release affect these modules

More information

Reinstalling a Cisco Unity Express Image Using the Boothelper

Reinstalling a Cisco Unity Express Image Using the Boothelper Reinstalling a Cisco Unity Express Image Using the Boothelper Last Updated: December 10, 2010 This chapter describes the procedures for installing Cisco Unity Express software using the boothelper. Note

More information

Installation Guide Command WorkStation 5.6 with Fiery Extended Applications 4.2

Installation Guide Command WorkStation 5.6 with Fiery Extended Applications 4.2 Installation Guide Command WorkStation 5.6 with Fiery Extended Applications 4.2 Fiery Extended Applications Package (FEA) v4.2 contains Fiery applications for performing tasks associated with a Fiery Server.

More information