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

Size: px
Start display at page:

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

Transcription

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

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

3 Oracle E-Business Suite Internationalization and Multilingual Features Maher Al-Nubani Director, Internationalization Development 3 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

4 The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment to deliver any material, code, or functionality, and should not be relied upon in making purchasing decisions. The development, release, and timing of any features or functionality described for Oracle s products remains at the sole discretion of Oracle. 4 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

5 Program Agenda Globalization: Meeting Local and Global Requirements Quick Terminology Overview Unicode Support Multilingual Support Regional Preferences (Locale) International Calendar Support First Day of The Week Support Multilingual Reporting Q&A <Insert Picture Here> 5 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

6 E-Business Suite: Meeting Local and Global Requirements 6 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

7 Single Global Instance Single, Complete Data Model Unicode Support Multilingual Support (MLS) Regional Preferences (Locale) Calendars Currencies Timezones Address Management 7 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

8 DBI - Service Request Resolution Trend - Simplified Chinese 8 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

9 Desktop Integration - Simplified Chinese 9 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

10

11 Bi-directional Language Support 11 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

12 Bi-directional Language Support Rich UI 12 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

13 BI Publisher Sample Report 13 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

14 Program Agenda Globalization: Meeting Local and Global Requirements Quick Terminology Overview Unicode Support Multilingual Support Regional Preferences (Locale) International Calendar Support First Day of The Week Support Multilingual Reporting Q&A <Insert Picture Here> 14 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

15 Globalization Terminology Internationalization I18N A software design process to make a product flexible to function worldwide Such product can handle data of different languages, allow for a choice of locales, and locale specific formats Translation T9N Changing product UI strings and Help from English into another language Products must first undergo translatability testing to ensure code and files meet translation standards Localization L10N Developing country specific functionality to provide compliance with local statutory requirements Handled by each product development team based on market requirement 15 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

16 Internationalization Terminology Data handling and display String processing, data flow, font handling, data entry, search etc. WE, EE, ME, BiDi, CJKV, Thai, and Unicode Locale support Date format, number format, currency, name/address order etc. Translatability and MLS Externalize product UI strings from code logic Define runtime translation process (Catalogs, files, etc.) Support for all languages on the same server (MLS) I18N options Installation, Administration, User User Profile, Locale, Character set, Format, Direction etc. 16 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

17 National Language Support NLS Ability to run in a language other than English Ability to use date, number, and currency formats specific to certain country or region Sometimes referred to as Locale E-Business Suite NLS patches are special patches that provide language translations including user interface labels, menus, and some Oracle seeded setup data. The term "translations" is often used as a synonym 17 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

18 Program Agenda Globalization: Meeting Local and Global Requirements Quick Terminology Overview Unicode Support Multilingual Support Regional Preferences (Locale) International Calendar Support First Day of The Week Support Multilingual Reporting Q&A <Insert Picture Here> 18 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

19 Unicode Support Unicode is a universal character set which includes all major scripts of the world in a simple and consistent manner Oracle database supports two Unicode character sets: AL32UTF8: based on latest Unicode standard, currently 5.0 UTF8: on maintenance mode and supports Unicode 3.0 standard AL32UTF8 is the default Unicode database character set for Oracle E- Business Suite installation in R12.1 when multiple languages are selected was UTF8 in 11i and R12.0 AL32UTF8 is the database character set of VISION demo database in R12.1 was UTF8 in 11i and R12.0 Native character sets are still supported 19 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

20 Moving to Unicode Why convert to AL32UTF8? Support more characters and languages (e.g., convert from ZHS16GBK to AL32UTF8 to additionally support Korean) Fusion Apps will only support AL32UTF8 character set Oracle recently released Oracle Database Migration Assistant for Unicode (DMU), a unique next-generation migration tool providing an end-to-end solution for migrating your databases from legacy encodings to Unicode Oracle consulting services (OCS) offers character set conversion services EBS internationalization team provides active support to OCS character set conversion projects 20 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

21 Program Agenda Globalization: Meeting Local and Global Requirements Quick Terminology Overview Unicode Support Multilingual Support Regional Preferences (Locale) International Calendar Support First Day of The Week Support Multilingual Reporting Q&A <Insert Picture Here> 21 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

22 Multilingual Support MLS Oracle E-Business Suite supports running multiple languages on the same instance simultaneously Any number of supported languages (aka NLS patches) can be installed in a given instance 22 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

23 E-Business Suite Multilingual Support Language and Country Support Supports 34 languages American English, Arabic, Brazilian Portuguese, Canadian French, Croatian, Czech, Danish, Dutch, French, Finnish, German, Greek, Hebrew, Hungarian, Italian, Indonesian*, Japanese, Korean, Latin American Spanish, Lithuanian*, Norwegian, Polish, Portuguese, Romanian, Russian, Simplified Chinese, Slovak, Slovenian, Spanish, Swedish, Traditional Chinese, Thai, Turkish, Ukrainian*, and Vietnamese* Supports all 92 countries supported by Oracle Database * New in R Copyright 2011, Oracle and/or its affiliates. All rights reserved.

24 New Language Support in 12.1 License Manager Page Where Languages are Enabled Copyright 2011, Oracle and/or its affiliates. All rights reserved.

25 Flexible MLS Architecture US ZHS Trans AR Trans F Trans Trans MLS Architecture E-Business Platform Add more language translations as you need 25 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

26 Release 12 Technology Stack 3-Tier Logical Architecture Client Application Database HTTP / S Web Listener 10g OC4J JSP BC4J UIX BI Publisher Forms JDBC(UTF-8)/SQL Net (NLS_LANG) 10gR2/11g OA Pages Definitions Translation tables User Profiles Publisher Templates Global Single Data Model RAC & ASM 26 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

27 Flexible MLS Architecture A Multilingual Entity is one for which textual attributes are maintained for all languages Base table stores non-textual attributes Translation table stores textual attributes and their translations for each installed language Language view joins the two tables, displaying textual attributes in user s language 27 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

28 Base and Translation Tables Base Table xxxx_b Translation Table xxxx_tl For each row in base table, N rows exist in translation table corresponding to the N installed languages 28 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

29 Any Number of Languages Base and Translation Table Structure Base table row contains language-independent attributes Arabic English Simplified Chinese One row for each installed language contains translated textual attributes 29 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

30 One Language View Language View Structure Language View joins non-textual and textual attributes Language View Base Table Translation Table 30 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

31 Lightweight MLS Enable a Language with English UI A new feature in Ability to enable a language without applying the relevant NLS patch Activate a new language via OAM All Oracle E-Business Suite supported languages can be lightweight enabled Fully patched and lightweight languages can coexist at the same instance Selective (partial) NLS patching is not supported; either full or lightweight MLS is supported for each language, but not both at the same time Can move to a full translation at any time, simply by applying relevant NLS patch 31 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

32 Lightweight MLS English user interface Setup or customer data is shown in the relevant language Customers can use loaders such as FNDLOAD to enter and maintain language data. Customers can also use 'globe' icon in Oracle Forms based UI to translate language data Customers can prepare and set up custom reports or templates, and then generate language reports with the language data entered Eliminate management overhead and system downtime associated with applying NLS translation patches Reduce disk space used for translation, and hence simplify backup procedures 32 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

33 Customer Setup Data Translation Oracle provides UI translation through NLS patches Customer can translate setup data using: Forms UI Globe Icon Personalization of UI strings FNDLOAD (data loader) for mass-translation 33 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

34 Forms UI Globe Icon Copyright 2011, Oracle and/or its affiliates. All rights reserved.

35 isetup Multilingual Support New in release Multilingual customers can utilize isetup to gradually implement languages Customers can choose the set of languages to extract: all, one (session), or a subset of implemented languages Copyright 2011, Oracle and/or its affiliates. All rights reserved.

36 Program Agenda Globalization: Meeting Local and Global Requirements Quick Terminology Overview Unicode Support Multilingual Support Regional Preferences (Locale) International Calendar Support First Day of The Week Support Multilingual Reporting Q&A <Insert Picture Here> 36 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

37 Regional Preferences Locale Profile Settings Site Level Profile Options Client IANA Encoding User Level Profile Options Language Territory Timezone Native Client Encoding Date Format Numeric Characters 37 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

38 Profile Settings Profile options control regional preferences (locale) Administrators can set profiles at various levels Site Application Responsibility User Each user can override default setting with preferred values User Preference Page 38 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

39 User Preference Page 39 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

40 Site Level Profile Options ICX: Client IANA Encoding IANA character encoding determines character set of HTMLbased UI on client tier (Browser) Should be set to an IANA encoding equivalent to database character set Should be set at site level 40 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

41 User Level Profile Options ICX: Language Default application language if no language is selected at login time Determines language of notifications Normally set to user s preferred language ICX: Territory Should be set to user's territory (country) Sometimes used in conjunction with language code to pick the correct translation resources such BI Publisher templates In some reports, it determines some cultural conventions such as local time, date, numeric, or monetary conventions 41 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

42 User Level Profile Options Client Timezone Should be set to user's timezone FND: NATIVE CLIENT ENCODING Should be set to client (user) PC encoding Determines character encoding of file name and content While exporting/importing spreadsheet data While uploading/downloading text files It is recommended to use pre-set default value 42 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

43 User Level Profile Options ICX: Date format mask Can be set to user's preferred date format ICX: Numeric characters Supported combinations: Comma / period (10,000.00) Period / comma (10.000,00) Space / comma (10 000,00): new in Space / period ( ): new in Single quote / comma (10 000,00): new in Single quote / period ( ): new in Copyright 2011, Oracle and/or its affiliates. All rights reserved.

44 Additional Number Group Separators Copyright 2011, Oracle and/or its affiliates. All rights reserved.

45 Program Agenda Globalization: Meeting Local and Global Requirements Quick Terminology Overview Unicode Support Multilingual Support Regional Preferences (Locale) International Calendar Support First Day of The Week Support Multilingual Reporting Q&A <Insert Picture Here> 45 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

46 International Calendar Support Release adds support for the following calendars Arabic Hijrah: The official calendar in Saudi Arabia with Arabic Hijrah month names English Hijrah: The official calendar in Saudi Arabia with English transliterated Hijrah month names Thai: The official Thai solar calendar in Thailand Users can choose their preferred calendar Internal date representation is normalized as Gregorian 46 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

47 International Calendar Support Oracle Forms UI Date Picker Copyright 2011, Oracle and/or its affiliates. All rights reserved.

48 International Calendar Support Oracle Forms UI Date Fields Copyright 2011, Oracle and/or its affiliates. All rights reserved.

49 International Calendar Support OA Framework Date Picker Thai Calendar Date Picker Copyright 2011, Oracle and/or its affiliates. All rights reserved.

50 International Calendars Support Inline Date Pickers English Hijrah Gregorian Thai Arabic Hijrah Copyright 2011, Oracle and/or its affiliates. All rights reserved.

51 International Calendar Support BI Publisher Month Copyright 2011, Oracle and/or its affiliates. All rights reserved.

52 International Calendar Support Gantt Chart Copyright 2011, Oracle and/or its affiliates. All rights reserved.

53 Program Agenda Globalization: Meeting Local and Global Requirements Quick Terminology Overview Unicode Support Multilingual Support Regional Preferences (Locale) International Calendar Support First Day of The Week Support Multilingual Reporting Q&A <Insert Picture Here> 53 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

54 First Day of The Week Support New in Release Users in countries where Sunday is not the first day of the week can now choose their preferred first day of the week A new system profile option that can be set at the site, application, responsibility and user levels FND: Calendar Week Start Day This setting will be reflected in Oracle Application Framework and Forms date pickers only, but will not affect business logic or reports Copyright 2011, Oracle and/or its affiliates. All rights reserved.

55 First Day of The Week Support Copyright 2011, Oracle and/or its affiliates. All rights reserved.

56 Program Agenda Globalization: Meeting Local and Global Requirements Quick Terminology Overview Unicode Support Multilingual Support Regional Preferences (Locale) International Calendar Support First Day of The Week Support Multilingual Reporting Q&A <Insert Picture Here> 56 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

57 BI Publisher Language Support BI Publisher ships with full set of Unicode Fonts Scalable font embedding, with CID mapping tables No need for expensive languagespecific printers BI Publisher supports CJKV Languages BiDi languages Unicode MLS 57 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

58 BI Publisher Translatability Communicate with your partners around the world No dependency on installed languages No dependency on DB character set Create a template for any language/territory Translate template or send to 3 rd party Support for XLIFF Supports 96 locales 58 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

59 Executing MLS Concurrent Programs Users can submit concurrent programs and reports in multiple languages at the same time using: Forms Standard Request Submission (SRS) UI OA Framework (web) SRS UI: New in Users can specify languages, territories, and numeric characters This allows to run concurrent programs in non-session language/territory/numeric characters as well as in multiple languages 59 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

60 Executing MLS Concurrent Programs System Administration: - Requests > Schedule Language Settings region allows user to set the NLS options 60 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

61 Oracle Application Framework Export Multilingual Support In release , customers can choose between comma or tab separated values for export file format FND_UNICODE_IN_EXPORT profile option determines the export file Unicode encoding Users can choose between UTF-16 Little Endian (UnicodeLittle) or UTF-8 for export file Unicode encoding regardless of browser or platform Multilingual customers can workaround Microsoft Excel's data import issues by choosing appropriate export file encoding and format Copyright 2011, Oracle and/or its affiliates. All rights reserved.

62 Oracle Application Framework Export Multilingual Support Copyright 2011, Oracle and/or its affiliates. All rights reserved.

63 Summary Upgrade to to get the latest internationalization support Convert to AL32UTF8 Adopt lightweight MLS Use isetup to support phased language rollouts Take advantage of the internationalization new features 63 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

64 <Insert Picture Here> References Reference Material 64 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

65 Reference Material I18N Update Notes for 11i (Support note ) Globalization Guide for Release 11i (Support note ) I18N Update Notes for R12 (Support note ) Globalization Guide for Release 12 (Support note ) Hijrah and Thai Calendar Support in Oracle E-Business Suite Release 12.1 (Support note ) Oracle Application Concepts Guide, Chapter 3 Installing Oracle Applications for Installation Procedure NLS Release Notes on Support Site Migrating an Applications Installation to a New Character Set (Support note ) 65 Copyright 2011, Oracle and/or its affiliates. All rights reserved.

66 66 Copyright 2011, Oracle and/or its affiliates. All rights reserved. Q&A

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

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

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

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

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

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

Brainware Intelligent Capture

Brainware Intelligent Capture Brainware Intelligent Capture Technical s Version: 5.8.1 Written by: Product Knowledge, R&D Date: Tuesday, February 20, 2018 2017 Hyland Software, Inc. and its affiliates. Perceptive Intelligent Capture

More information

ORACLE E-BUSINESS SUITE RELEASE CONTENT DOCUMENT

ORACLE E-BUSINESS SUITE RELEASE CONTENT DOCUMENT ORACLE E-BUSINESS SUITE RELEASE CONTENT DOCUMENT Applications Technology Releases 12.1 and 12.2 (inclusive of 12.0.2 12.0.7) Prepared by ATG Documentation Last Updated: March 6, 2015 Version: 3.0 Copyright

More information

Google Search Appliance

Google Search Appliance Google Search Appliance Search Appliance Internationalization Google Search Appliance software version 7.2 and later Google, Inc. 1600 Amphitheatre Parkway Mountain View, CA 94043 www.google.com GSA-INTL_200.01

More information

10 Steps to Document Translation Success

10 Steps to Document Translation Success 10 Steps to Document Translation Success www.globalizationpartners.com 10 Steps to Document Translation Success Copyright 2016-2017 Globalization Partners International. All rights reserved. This ebook

More information

Perceptive Intelligent Capture

Perceptive Intelligent Capture Perceptive Intelligent Capture Technical s Version: 5.7.1 Written by: Product Knowledge, R&D Date: Tuesday, February 20, 2018 2018 Lexmark. All rights reserved. Lexmark is a trademark of Lexmark International

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

IBM DB2 Web Query for System i V1R1M0 and V1R1M1 Install Instructions (updated 08/21/2009)

IBM DB2 Web Query for System i V1R1M0 and V1R1M1 Install Instructions (updated 08/21/2009) IBM DB2 Web Query for System i V1R1M0 and V1R1M1 Install Instructions (updated 08/21/2009) Installation & Setup Review all instructions before starting the install of DB2 Web Query. Complete these steps

More information

Oracle Access Manager

Oracle Access Manager Oracle Access Manager Addendum to Release Notes 10g (10.1.4.0.1) January 2007 This document is an addendum to the Release Notes for Oracle Access Manager 10g (10.1.4.0.1). It contains the following sections:

More information

<Insert Picture Here> The Latest E-Business Suite R12.x OA Framework Rich User Interface Enhancements

<Insert Picture Here> The Latest E-Business Suite R12.x OA Framework Rich User Interface Enhancements 1 The Latest E-Business Suite R12.x OA Framework Rich User Interface Enhancements Padmaprabodh Ambale, Gustavo Jimenez Applications Technology Group The following is intended to outline

More information

12 Steps to Software Translation Success

12 Steps to Software Translation Success 12 Steps to Software Translation Success www.globalizationpartners.com 12 Steps to Software Translation Success Copyright 2016-2017 Globalization Partners International. All rights reserved. This ebook

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

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

ADOBE READER AND ACROBAT 8.X AND 9.X SYSTEM REQUIREMENTS

ADOBE READER AND ACROBAT 8.X AND 9.X SYSTEM REQUIREMENTS ADOBE READER AND ACROBAT 8.X AND 9.X SYSTEM REQUIREMENTS Table of Contents OVERVIEW... 1 Baseline requirements beginning with 9.3.2 and 8.2.2... 2 System requirements... 2 9.3.2... 2 8.2.2... 3 Supported

More information

Licensed Program Specifications

Licensed Program Specifications AFP Font Collection for MVS, OS/390, VM, and VSE Program Number 5648-B33 Licensed Program Specifications AFP Font Collection for MVS, OS/390, VM, and VSE, hereafter referred to as AFP Font Collection,

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

Hik-Connect Client Software V (Android) V (iOS) Release Notes ( )

Hik-Connect Client Software V (Android) V (iOS) Release Notes ( ) Hik-Connect Client Software V3.1.0 0828(Android) V3.1.0 170830(iOS) Release Notes (2017-09-07) Hik-Connect Version 3.1.0: Optimize Login Page Hik-Connect account and email address are displayed default,

More information

QUICK REFERENCE GUIDE: SHELL SUPPLIER PROFILE QUESTIONNAIRE (SPQ)

QUICK REFERENCE GUIDE: SHELL SUPPLIER PROFILE QUESTIONNAIRE (SPQ) QUICK REFERENCE GUIDE: SHELL SUPPLIER PROFILE QUESTIONNAIRE (SPQ) July 2018 July 2018 1 SPQ OVERVIEW July 2018 2 WHAT IS THE SHELL SUPPLIER PROFILE QUESTIONNAIRE? Shell needs all potential and existing

More information

Multilingual Support Configuration For IM and Presence Service

Multilingual Support Configuration For IM and Presence Service Multilingual Support Configuration For IM and Presence Service Install Locale Installer on IM and Presence Service, page 1 Error Messages, page 3 Localized Applications, page 5 Install Locale Installer

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

Multilingual Support Configuration For IM and Presence Service

Multilingual Support Configuration For IM and Presence Service Multilingual Support Configuration For IM and Presence Service Locale Installation, page 1 Install Locale Installer on IM and Presence Service, page 3 Error Messages, page 5 Localized Applications, page

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

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

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

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

Brainware Intelligent Capture

Brainware Intelligent Capture Brainware Intelligent Capture Technical s Version: 5.9.x Written by: Product Knowledge, R&D Date: August 2018 2008-2018 Hyland Software, Inc. and its affiliates. Brainware Intelligent Capture Technical

More information

INSITE Features Notes

INSITE Features Notes INSITE 8.1.2 Features Notes The latest INSITE information can be found on the website at http://insite.cummins.com For technical support, please send an email to servicetoolsupport@cummins.com or call

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

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

This bulletin was created to inform you of the release of the new version 4.30 of the Epson EMP Monitor software utility.

This bulletin was created to inform you of the release of the new version 4.30 of the Epson EMP Monitor software utility. EPSON PRODUCT SUPPORT BULLETIN Date: 04/20/2009 Originator: JAM PSB #: PSB.2009.06.001 Authorization: Reference: TI 09-05e Rev. A/B Total Pages: 5 Product(s): PowerLite 735c / Cinema 500 / 737c / 745c

More information

Intel USB 3.0 extensible Host Controller Driver

Intel USB 3.0 extensible Host Controller Driver Intel USB 3.0 extensible Host Controller Driver Release Notes (5.0.4.43) Unified driver September 2018 Revision 1.2 INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE,

More information

InterKey 2.0 for Windows Mobile Pocket PC devices

InterKey 2.0 for Windows Mobile Pocket PC devices Copyright 2005-2006 Paragon Software (Smart Handheld Devices Division) InterKey 2.0 for Windows Mobile Dear customers! Thank you for buying our software. It is your interest that inspires us to develop

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

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

CONTENT. ANALYST OPINION INDICATOR for MT4. Set up & Configuration Guide. Description 1 Subscribing to TRADING CENTRAL feed 1 Installation process 1

CONTENT. ANALYST OPINION INDICATOR for MT4. Set up & Configuration Guide. Description 1 Subscribing to TRADING CENTRAL feed 1 Installation process 1 ANALYST OPINION INDICATOR for MT4 Set up & Configuration CONTENT Description 1 Subscribing to TRADING CENTRAL feed 1 Installation process 1 Indicator's use and set up 4 Features and parameters 5 Upgrade

More information

Microsoft Academic Select Enrollment

Microsoft Academic Select Enrollment Microsoft Academic Select Enrollment Academic Select Agreement number Reseller or Microsoft affiliate to complete Academic Select Agreement Expiration Date Reseller or Microsoft affiliate to complete Enrollment

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

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

Interactive Whiteboard Module ViewSync vtouch

Interactive Whiteboard Module ViewSync vtouch Interactive Whiteboard Module ViewSync vtouch vtouch, an interactive whiteboard module compatible with all short throw projectors from any manufacturer, offers educators an easy-to-use interactive projection

More information

IBM Full Width Quiet Touch Keyboards now available on IBM System p servers and selected IntelliStation workstations

IBM Full Width Quiet Touch Keyboards now available on IBM System p servers and selected IntelliStation workstations Hardware Announcement September 12, 2006 IBM Full Width Quiet Touch Keyboards now available on IBM System p servers and selected IntelliStation workstations Overview New IBM Full Width Quiet Touch Keyboards

More information

www.locwaydtp.com locway@locwaydtp.com We are and this is our Company Presentation Brief About Us LocWay is a localization company focused on projects coordination, Translation and Desktop Publishing (DTP)

More information

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

LiveEngage System Requirements and Language Support Document Version: 5.0 February Relevant for LiveEngage Enterprise In-App Messenger SDK v2. LiveEngage System Requirements and Language Support Document Version: 5.0 February 2017 Relevant for LiveEngage Enterprise In-App Messenger SDK v2.0 Introduction The LiveEngage platform aims to provide

More information

Product Release Notes

Product Release Notes Product Release Notes Release 32 June 2016 VERSION 20160624 Table of Contents Document Versioning 2 Overview 3 Known Issues 3 Usability 3 Action Bar Applets Do Not Collapse if the User Refines a List Within

More information

Click-to-Call (Web RTC)

Click-to-Call (Web RTC) Click-to-Call (Web RTC) Admin Guide 27 September 2018 Contents Click-to-Call and StarLeaf Cloud 3 Browser support for Click-to-Call 3 Chrome 3 Internet Explorer 3 Firefox 4 Safari 4 Content share for browser-based

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

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

Release Notes for KYOCERA Net Viewer

Release Notes for KYOCERA Net Viewer Page 1 of 5 Release Notes for KYOCERA Net Viewer Version 5.3 February 28, 2013 Installation Notes It is recommended to close all running applications before installing or modifying KYOCERA Net Viewer or

More information

<Insert Picture Here> Oracle Policy Automation 10.0 Features and Benefits

<Insert Picture Here> Oracle Policy Automation 10.0 Features and Benefits Oracle Policy Automation 10.0 Features and Benefits December 2009 The following is intended to outline our general product direction. It is intended for information purposes only,

More information

SAP Crystal Reports 2013 Product Availability Matrix (PAM)

SAP Crystal Reports 2013 Product Availability Matrix (PAM) SAP Crystal Reports 2013 Product Availability Matrix (PAM) Created: May 10, 2012 Updated: Feb 22, 2018 Disclaimer: This document is subject to change and may be changed by SAP at any time without notice.

More information

Dell SupportAssist for PCs. User's Guide for Windows 10 in S Mode

Dell SupportAssist for PCs. User's Guide for Windows 10 in S Mode Dell SupportAssist for PCs User's Guide for Windows 10 in S Mode Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION

More information

PRINTEASY SOFTWARE. Label Design Package. Technical Datasheet. TTDS-093 Revision 07 - Oct 2015

PRINTEASY SOFTWARE. Label Design Package. Technical Datasheet. TTDS-093 Revision 07 - Oct 2015 PRINTEASY SOFTWARE Technical Datasheet TTDS-093 Revision 07 - Oct 2015 PrintEasy is a family of professional labelling software products that brings a complete bar code printing solution printing to desktop,

More information

Product Release Notes

Product Release Notes Product Release Notes Release 33 October 2016 VERSION 20161021 Table of Contents Document Versioning 2 Overview 3 Known Issues 3 Usability 3 Drag and Drop Column Reordering is not Supported in some Admin

More information

Oracle. Engagement Cloud Using Knowledge in Engagement Cloud. Release 13 (update 18B)

Oracle. Engagement Cloud Using Knowledge in Engagement Cloud. Release 13 (update 18B) Oracle Engagement Cloud Using Knowledge in Engagement Cloud Release 13 (update 18B) Release 13 (update 18B) Part Number E96141-06 Copyright 2011-2018, Oracle and/or its affiliates. All rights reserved.

More information

Navigate the Admin portal

Navigate the Admin portal Administrators Portal, on page 1 Cisco ISE Internationalization and Localization, on page 9 MAC Address Normalization, on page 15 Admin Features Limited by Role-Based Access Control Policies, on page 16

More information

SourceOne. Products Compatibility Guide REV 61

SourceOne. Products Compatibility Guide REV 61 SourceOne Products Compatibility Guide 300-008-041 REV 61 Copyright 2005-2017 Dell Inc. or its subsidiaries All rights reserved. Published December 2017 Dell believes the information in this publication

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

SAPGUI for Windows - I18N User s Guide

SAPGUI for Windows - I18N User s Guide Page 1 of 30 SAPGUI for Windows - I18N User s Guide Introduction This guide is intended for the users of SAPGUI who logon to Unicode systems and those who logon to non-unicode systems whose code-page is

More information

GV-Center V2 INTRODUCTION GV CENTER V2 VS. GV CENTER V2 PRO

GV-Center V2 INTRODUCTION GV CENTER V2 VS. GV CENTER V2 PRO -1- GV-Center V2 INTRODUCTION While GV Center V2 Pro is a professional version for a large central monitoring network such as alarm services companies or chain stores, GV Center V2 is a standard version

More information

SAP BusinessObjects Enterprise Upgrade Guide

SAP BusinessObjects Enterprise Upgrade Guide SAP BusinessObjects Enterprise Upgrade Guide SAP BusinessObjects Enterprise XI 3.1 Service Pack 3 Copyright 2010 SAP AG. All rights reserved.sap, R/3, SAP NetWeaver, Duet, PartnerEdge, ByDesign, SAP Business

More information

SourceOne. Products Compatibility Guide REV 62

SourceOne. Products Compatibility Guide REV 62 SourceOne Products Compatibility Guide 300-008-041 REV 62 Copyright 2005-2018 Dell Inc. or its subsidiaries All rights reserved. Published March 2018 Dell believes the information in this publication is

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

Oracle Policy Automation Release Notes

Oracle Policy Automation Release Notes Oracle Policy Automation 10.1.0 Release Notes Contents Release Overview 2 Oracle Policy Modeling 4 Singleton entities should not be used... 4 InstanceValueIf function... 4 Automatic entity containment...

More information

USER GUIDE PUBLIC Document Version: SAP Translation Hub SAP SE or an SAP affiliate company. All rights reserved.

USER GUIDE PUBLIC Document Version: SAP Translation Hub SAP SE or an SAP affiliate company. All rights reserved. USER GUIDE PUBLIC Document Version: 1807 2018-08-22 2018 SAP SE or an SAP affiliate company. All rights reserved. THE BEST RUN Content 1.... 4 1.1 What's New for.... 4 Release Notes - 2017....8 1.2 Getting

More information

How to Take Your Company Global on a Shoestring A low risk path to increasing your international revenues

How to Take Your Company Global on a Shoestring A low risk path to increasing your international revenues How to Take Your Company Global on a Shoestring A low risk path to increasing your international revenues Enabling Globalization Our Mutual Agreement with You HEAVY-DUTY SALES PITCH! (We re actually just

More information

Models HP Engage One Top Mount 2x20 CFD (Black) HP Engage One Top Mount 2x20 CFD (White)

Models HP Engage One Top Mount 2x20 CFD (Black) HP Engage One Top Mount 2x20 CFD (White) Overview Models (Black) (White) 1RL95AA 3GS18AA Introduction Frame easily readable price, product, and order information for customers on the, HP s smallest and thinnest CFD, designed to complement your

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

KIWI Smartphone FAQs V1.1 HUAWEI TECHNOLOGIES CO., LTD. Software Engineering Documentation Dept. Date December 2015

KIWI Smartphone FAQs V1.1 HUAWEI TECHNOLOGIES CO., LTD. Software Engineering Documentation Dept. Date December 2015 KIWI Smartphone FAQs V1.1 Author Software Engineering Documentation Dept Date December 2015 HUAWEI TECHNOLOGIES CO., LTD. Copyright Huawei Technologies Co., Ltd. 2015. All rights reserved. No part of this

More information

Installation process Features and parameters Upgrade process... 6

Installation process Features and parameters Upgrade process... 6 Content Installation process... 1 Features and parameters... 4 Upgrade process... 6 Installation process The latest version of our Indicator can be downloaded from here http://www.tradingcentral.com/install_trading_central_indicator_for_metatrader/setup.exe

More information

Section Software

Section Software 4800 Software Language Standard Sets FS-4-8-014-01 4800 STANDARD SET ENGLISH/CROATIAN V1.2 FS-4-8-016-01 4800 STANDARD SET ENGLISH/DANISH V1.2 FS-4-8-004-03 4800 STANDARD SET ENGLISH/DUTCH V1.2 FS-4-8-002-03

More information

QuickSpecs. HP Retail Integrated 2x20 Display. Overview. Front. 1. 2X20 LCD, backlit display. 2. USB connector

QuickSpecs. HP Retail Integrated 2x20 Display. Overview. Front. 1. 2X20 LCD, backlit display. 2. USB connector Overview Front 1. 2X20 LCD, backlit display 2. USB connector c04310460 Worldwide Version 2 June 16,2016 Page 1 Overview Shown on back of RP7, Retail System Models (Non-Complex) (Complex) G6U79AA G7G29AA

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

SAP Crystal Reports for Eclipse Product Availability Matrix (PAM)

SAP Crystal Reports for Eclipse Product Availability Matrix (PAM) SAP Crystal Reports for Eclipse Product Availability Matrix (PAM) Jan 2018 Disclaimer: This document is subject to change and may be changed by SAP at any time without notice. The document is not intended

More information

IBM WebSphere Host Integration Solution for IBM iseries delivers additional program updates

IBM WebSphere Host Integration Solution for IBM iseries delivers additional program updates Software Announcement October 19, 2004 IBM WebSphere Host Integration Solution for IBM iseries delivers additional program updates Overview In one total software offering, the WebSphere Host Integration

More information

Microsoft Dynamics 365 for Finance and Operations. Table of contents

Microsoft Dynamics 365 for Finance and Operations. Table of contents Microsoft Dynamics 365 for Finance and Operations Product localization and translation availability guide April 2018 update 1 Dynamics 365 for Finance and Operations Product localization and translation

More information

Filr 3.3 Desktop Application Guide for Linux. December 2017

Filr 3.3 Desktop Application Guide for Linux. December 2017 Filr 3.3 Desktop Application Guide for Linux December 2017 Legal Notice For information about legal notices, trademarks, disclaimers, warranties, export and other use restrictions, U.S. Government rights,

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

Microsoft Dynamics 365 for Finance and Operations, Enterprise edition. Table of contents

Microsoft Dynamics 365 for Finance and Operations, Enterprise edition. Table of contents Microsoft Dynamics 365 for Finance and Operations, Enterprise edition Product availability, localization, and translation guide July 2017 Update 1 Dynamics 365 for Finance and Operations, Enterprise edition

More information

NVRmini 2 Release Note

NVRmini 2 Release Note Release 1.7.6 (2014/01/07) FW NVR 01.07.0006.0002 Camera Package DP v2.19 02.19.0000.0028 Application Install Wizard 1.7.5 Remote Live Viewer 1.7.5 Playback System 1.7.5 Backup System 1.7.5 Verification

More information

INSITE Features Notes

INSITE Features Notes INSITE 8.3.0 Features Notes The latest INSITE information can be found on the website at http://insite.cummins.com. For technical support, please send an email to servicetoolsupport@cummins.com or call

More information

Net: EUR Gross: EUR

Net: EUR Gross: EUR Code: DS-2CD1621FWD-I IP CAMERA DS-2CD1621FWD-I 2.8... 12 mm HIKVISION Net: 194.09 EUR Gross: 238.73 EUR IP camera with efficient H.264 image compression algorithm for clear and smooth video streaming

More information

DINO-LITE SOFTWARE FOTO SCHERM MET SOFTWARE DINO-LITE SOFTWARE

DINO-LITE SOFTWARE FOTO SCHERM MET SOFTWARE DINO-LITE SOFTWARE FOTO SCHERM MET SOFTWARE 59 A professional, reliable software environment is essential when working with computer equipment like an USB microscope. All Dino-Lite USB products are delivered with an in-house

More information

Net: EUR Gross: EUR

Net: EUR Gross: EUR Code: DS-2CD1021-I IP CAMERA DS-2CD1021-I - 1080p 2.8 mm HIKVISION Net: 90.91 EUR Gross: 111.82 EUR IP camera with efficient H.264 image compression algorithm for clear and smooth video streaming at maximal

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

ECHA -term User Guide

ECHA -term User Guide ECHA -term User Guide 1 / 27 Table of contents Introduction... 3 Content... 3 Reliability of data... 4 Languages... 5 Target users... 5 Terminology principles... 5 Domain classification... 6 Localised

More information

The SAP Knowledge Acceleration, website package, can be deployed to any web server, file server, CD-ROM, or a user workstation.

The SAP Knowledge Acceleration, website package, can be deployed to any web server, file server, CD-ROM, or a user workstation. SAP KNOWLEDGE ACCELERATION TECHNICAL SPECIFICATIONS In this guide, you will learn about hardware and software requirements for SAP Knowledge Acceleration (KA). SAP Knowledge Acceleration (KA) is a web-based

More information

ጷ laps Veeam in Categories TRY NOW

ጷ laps Veeam in Categories TRY NOW ጷ laps Veeam in Categories TRY NOW WHY ACRONIS IS BETTER THAN VEEAM Acronis protects more platforms including mobile devices, and more hypervisors and legacy operating systems. Veeam protects only popular

More information

QuickSpecs. HP Graphical POS Pole Display. Models

QuickSpecs. HP Graphical POS Pole Display. Models Overview Models QZ704AA Introduction The is a stylish and durable 2-line customer-facing display. Key Features and Benefits The display delivers clear, easy-to-read text and graphics for displaying product

More information

Net: EUR Gross: EUR

Net: EUR Gross: EUR Code: DS-2CD1041-I IP CAMERA DS-2CD1041-I 4.0 Mpx 2.8 mm HIKVISION Net: 134.96 EUR Gross: 166.00 EUR IP camera with efficient H.264 image compression algorithm for clear and smooth video streaming at maximal

More information

Net: PLN Gross: PLN

Net: PLN Gross: PLN Code: DS-2CD1001-I IP CAMERA DS-2CD1001-I - 720p 2.8 mm HIKVISION Net: 296.00 PLN Gross: 364.08 PLN IP camera with efficient H.264 image compression algorithm for clear and smooth video streaming at maximal

More information

Inkjet Printer UX Series PREMIUM CLASS. Coding Solutions by Hitachi

Inkjet Printer UX Series PREMIUM CLASS. Coding Solutions by Hitachi Inkjet Printer UX Series PREMIUM CLASS UX Coding Solutions by Hitachi Efficient Clean & Easy Cartridge System With our smart consumable cartridge system mistakes are no longer possible. No risk printing

More information

ConfTool Pro. The Flexible Event Management System for the Preperation and Organisation of Academic Events

ConfTool Pro. The Flexible Event Management System for the Preperation and Organisation of Academic Events The Flexible Event Management System for the Preperation and Organisation of Academic Events Flexible Event Management Prepare and Organize Conferences Efficiently and Easily ConfTool Pro is a flexible

More information

RDA DEVELOPMENTS OF NOTE P RESENTED TO CC:DA B Y KATHY GLENNAN, ALA REPRESENTATIVE TO THE RSC J ANUARY 21, 2017

RDA DEVELOPMENTS OF NOTE P RESENTED TO CC:DA B Y KATHY GLENNAN, ALA REPRESENTATIVE TO THE RSC J ANUARY 21, 2017 RDA DEVELOPMENTS OF NOTE P RESENTED TO CC:DA B Y KATHY GLENNAN, ALA REPRESENTATIVE TO THE RSC J ANUARY 21, 2017 SYNCHRONIZING THE OPEN METADATA REGISTRY AND THE RDA TOOLKIT OPEN METADATA REGISTRY & RDA

More information

Product Release Notes

Product Release Notes Product Release Notes Release 31 February 2016 VERSION 20160226 Table of Contents Document Versioning 3 Overview 4 Known Issues 4 Analytics 4 Internet Explorer 11 Error When Downloading Reports with Names

More information

EBSCOhost User Guide Searching. Basic, Advanced & Visual Searching, Result List, Article Details, Additional Features. support.ebsco.

EBSCOhost User Guide Searching. Basic, Advanced & Visual Searching, Result List, Article Details, Additional Features. support.ebsco. EBSCOhost User Guide Searching Basic, Advanced & Visual Searching, Result List, Article Details, Additional Features Table of Contents What is EBSCOhost... 5 System Requirements... 5 Inside this User Guide...

More information

LogMeIn Rescue Administrators Guide

LogMeIn Rescue Administrators Guide LogMeIn Rescue Administrators Guide Contents About LogMeIn Rescue...6 LogMeIn Rescue Components...6 Administration Center At a Glance...6 Technician Console At a Glance...6 Command Center At a Glance...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

Mantis: Quick Overview

Mantis: Quick Overview Mantis: Quick Overview Mantis: Quick Overview...1 Introduction...2 User Roles...3 Views...4 Main...4 My View...4 View Issues...4 Report Issue...4 Change Log...4 Summary...4 Docs...4 Manage...4 Edit News...4

More information