ILLiad International Conference Cayce Michael LSU Libraries, Middleton Library Head of Interlibrary Loan
|
|
|
- Claude Williamson
- 10 years ago
- Views:
Transcription
1 ILLiad International Conference 2013 Cayce Michael LSU Libraries, Middleton Library Head of Interlibrary Loan
2 Virginia Beach, Virginia
3 Sessions Attended Atlas Systems Update (on ILLiad) OCLC Update Keynote Strategies for Sustainability Routing Rules for Workflow Streamlining The Right TxT ILLiad Web Reports ILLiad Tune-up Top Ten Not Covered Today Making the Most of you ILLiad Web Interface Dynamic Student Training Using PowerPoint
4 Atlas Systems Update (on ILLiad) Genie Powell Atlas blog: Facebook: Suite/ SQL 2000 no longer supported with arriving May 2013
5 ILLiad 8.4 Features More synced with OCLC Support for 15 lenders in string, coming with OCLC Worldshare (note: lender will only see their symbol and after) Days to respond replaced with # times symbol entered PD & can see while building lending string add step to Custom Holdings Remain aware of deadline, could expire while in long string Get it now Addon will support IFM
6 More ILLiad 8.4 Features Overdues Automatic, self-controlled option will return 4 Levels: due soon & 3 OD s Can select and Can select for printing Article Exchange upload and download Lending no need for addon, send alert OCLC, compatible with BSCAN (summer 2013) Borrowing can see alert, grab, download & deliver Can still receive take URL & password into ILLiad record & system does rest
7 Additional ILLiad Resources LOUIS: Knowledge Base Footprints Atlas: Documentation (free) Classes (fee) Video Training Library ($999- available through LOUIS, how to access???)
8 OCLC Update Katie Birch, Atlas Systems WorldShare ILL launch March 12, 2013 ILLiad users access this summer (late May?) First Search no longer available Dec 2013 OCLC & Atlas will end customer support for ILLiad on June 30, 2013
9 Do Now in Prep for WorldShare (WS) Subscribe to Sharing-1 and firstsearch-1 Update your constant data and PD info No slashes in address, fill in as stated Must use # s in # fields (no words, like free)(ex ) Days to respond field Update library browser to support WS Request WSKey = Web Services Key (every institution will have unique URL) in preparation for ILLiad (this is the replacement location for the OCLC Admin Module)
10 Helpful OCLC Resources Migration sources: Must set-up new username and password before using WS, current 9-digit First Search authos will not work (look for announcement) OCLC WorldShare Interlibrary Loan: OCLC Policies Directory: WorldCat Services Admin Module: firstsearch.oclc.org/admin/ OCLC Customer Support: or
11 New IFM Report Coming Soon IFM payment for IFLA Vouchers ordered through OCLC - $12/$6 (no shipping charged) Currently, OCLC monthly billing GEBAY Ask GEBAY for an activation link To place request: add MyBib el to Ship Via field, include address in field, you will receive a delivery note via .
12 Keynote Strategies for Sustainability: Resource Sharing in the Digital World, Liz Bishoff Europeana multi-heritage shared database: Digital Library of America (DPLA) Launched April 2013 by Boston Public Library Hathi Trust public domain digitized material, ILL step before ordering (Google Books)
13 Routing Rules for Workflow Streamlining, John Brunswick and Shawn Styer - Atlas Systems Take the mystery out of ILLiad routing and make ILLiad do the work by automating tasks and skipping unneeded steps in your workflow! Learn about routing rules and match strings, routing, routing addon possibilities, article exchange routing, borrower status routing, and copyright routing. Via PPT:
14 Custom Queues To add a Custom Queue Open the Customization Manager (CM) Go to System, Custom Queues Click on the Custom Queues table Click on New Record Queue Name = What you want to call the queue Process Type = Borrowing, Lending, Doc Del NVTGC = Your site code, should be filled in
15 Objective & Popular Routing Uses Move request outside of standard workflow automatically. Step-by-step directions via PPT, but LOUIS would make the changes in CM. Move to custom queue Skip step in processing, i.e. article in lending Go back step in processing Filter printing Change process type Borrowing to Doc Del and vice versa
16 Types of Routing Rules 3 Types 1. System Addon
17 Accessing System Routing CM Routing Rules are set up using a Routing Table in the CM Open the Customization Manager Go to System, Routing, RoutingOn Make sure RoutingOn is set to Yes Go to System, Routing Double click on the Routing table Click on New Record in the upper left corner Could also use Copy Record Make your entries Click on Save when done Restart the ILLiad Client for rule to take effect *Directly from PPT:
18 Routing Syntax Explained Field Name RuleNo RuleActive ProcessType MatchString NewProcessType Description This is a unique rule number that you assign to the rules. The first rule that applies to a given transaction based on the rule definition is applied to the transaction. This is set to Yes or No, activating or deactivating this rule. A rule with a RuleActive value of No will be ignored by the system. This specifies the ProcessType (Borrowing, Lending or Doc Del) to which a given rule applies. A transaction must have a matching ProcessType value before the rule will be applied. TransactionStatus This specifies the TransactionStatus to which a given rule applies. A transaction must have a matching TransactionStatus value before the rule will be applied. This value may be any legitimate ILLiad status, including any existing Custom Queues. This specifies the remainder of the query string that must be matched by a transaction before the rule is applied. For Borrowing, this query string should only reference the Users(ALL) and Transactions tables, unless a compound routing rule is used. For Lending, this query string should only reference the LenderAddresses(ALL) and Transactions tables, unless a compound routing rule is used. See further explanation below. This specifies the new process type to which the transaction will be routed when the rule is applied. This value does not usually need to change. It is possible to route transactions back and forth between Borrowing and Doc Del. Lending transactions cannot change RequestType. NewTransactionStatus This specifies the new Transaction Status to which the transaction will be routed when the rule is applied. This value may be any legitimate ILLiad status, including any existing Custom Queues. RuleDescription This describes what the rule is intended to do. * Information taken directly from PPT
19 System Routing Table Explained Rule No = a unique number, identifies the rule Rule Active = Yes or No Process Type = Borrowing, Lending, Doc Del Transaction Status = the request status where the rule starts Match String = the parameters for the rule New Process Type = Borrowing, Lending, Doc Del New Transaction Status = the status we want to move the request to, could be a Custom Queue Rule Description = free text describing the rule *Directly from PPT:
20 System Routing Example Skip article shipping labels in Lending Process Type = Lending Transaction Status = Awaiting Shipping Label Printing Match String = t.requesttype = Article New Process Type = Lending New Transaction Status = Request Finished *Directly from PPT:
21 Language/Coding Explained SQL language: =,>,<, NOT IN, IN, (<>,!=), LIKE Table Aliases: T = Transactions; U = Users; L = Lender Addresses Single quotes: Used instead of double in SQL to denote text string User status equals faculty: u.status ex. Faculty User status does not equal faculty ex. U.status<> Faculty IN is used to list multiple values ex. u.status in ( Faculty, Staff ) NOT IN use if list of items to be included is long, and you just want to name the item(s) that will not be included ex. u.status not in ( Faculty, Staff ) LIKE uses % as a wildcard ex. u.status like %Faculty% (Faculty, Adjunct Faculty )
22 Continue SQL, Table, Single Quotes AND/OR used for combing terms, ex. u.status = Faculty and department = Geology (will choose any hits with both) ex. u.status = Faculty or department = Geology (will pull any hits with either or both) (parentheses) group related terms ex. u.status = Faculty or (u.status = Staff and department = Geology ) You can route based on Notes or History entries ex. t.username = OCD and t.transactionnumber IN (select distinct TransactionNumber from Notes where Note like %SHIP IN BOX% )
23 Popular System Routing Rules Lending Skip article shipping labels Skip loan shipping labels for courier loans Borrowing Skip Copyright Clearance if older than 5 yrs Route faculty requests to custom queue Checkout loans after notifying patrons *Details for all of these in PPT, contact me for specifics
24 IMPORTANT ROUTING NOTICE Routing rules are listed from least to greatest in the Routing Table by Rule No. Once ILLiad finds a match from the Routing Table, the route process with stop once the request is moved to the new status Order your routing rules from most to least specific
25 Routing Used in conjunction with custom s 2 main components routing rule template static message max of 225 characters Ex: Automatic overdue notices for 3 rd stage route to Extremely Overdue.
26 Popular Routing Renewal approved/denied Recall Request from remote storage Request for purchase
27 Routing Rules Explained In CM: Go to System, Double click on the Routing table Click on New Record Or Copy Record Process Type = Borrowing, Lending, or Doc Del Name = Name of this rule Default To Address = Where will be sent Blank in Borrowing or Doc Del sends to patron Blank in Lending sends to borrowing library Could be fixed address, like in-library contact Default to Name = Specify To name in Default CC Address = To copy to another
28 More on Routing Explained Default Subject = Subject line of the Default From Address = Where is coming from Blank will use value in FromAddress key in Customization Manager Default From Name = Name of the sender Blank will use value in FromName key in CM Default Status = Status of where you want request routed to upon sending Blank field = Status will not change File Name Loan = Name of template to use for loans File Name Article = Name of the template to use for articles NVTGC = Your site code, should be filled in Save system changes
29 Addon Routing Addons can be used to route requests to another status When matchstings exceed 255 characters Routing occurs based on a time condition Routing of requests not touched by staff Routing is combined with other process Example: Adding a request note
30 Additional Information ILLiad System Routing Documentation ILLiad Routing Documentation
31 The Right Txt, Ohio University, Derek Malone, Stats from research: 75% teenagers text; 47% teens have smartphones Summer 2012 Ohio Univ started texting Biggest hurdle text & message must be same (for now) & previous messages too long, can add link to more info on web page, links occasionally dead Most messages revised to be text friendly (OD, delivery, renewals, cleared), but some still aren t Text # could be manually taken out in longer messages Maximum character limit 140 Patron cannot respond to ILL received text
32 New Patron Registration Ex. Subject: ILLiad Registration Notification Body: Thank you for registering with Ohio University Libraries ILLiad. We will notify you by when an item is received. Sign up for text message notification: Contact us:
33 Key Factors for Ohio Patrons sign up for text through Survey Monkey. No option to sign-up when creating ILLiad account, because have to add provider info. Sign-ups checked daily slow, now 1-4 daily # is added at end of patron last name Patrons who get texts continue to receive s: Provider #@text address, address (no sp) Offer most popular providers - OSU offers T-Mobile, Boost, Sprint, Verizon, Bell South Don t have unlimited text, prob for patron (notify) PPT:
34 Error with E-article Delivery Derek says this: Any electronically delivered article (doc del or borrowing) will run into a notification issue. You ll see the outgoing error, so you can click that, open the transaction itself, and send a notice manually from there. It will work that way just fine. Then, delete that error, and you re done. Those are the only errors though, and they ll tell you when it happens.
35 ILLiad Web Reports Kevin Ford, Atlas Systems Home/System/Web Reports/Login
36 Settings If web reports option is not showing, it needs to turned on in CM Naturally set up for all to have access, but can limit access through CM
37
38 Types of Web Reports Borrowing Lending Doc Del Admin
39 About Web Reports ILLiad vs OCLC sometimes differ because counting different things Open see listing and explanation End Date does not include entered date, so enter day after when applicable (FY) Can export to Excel (multiple tabs)
40 OCLC Stat Terms Explained OCLC Borrower Overview Request Initiated ILL requests created and sent to lender. From WorldCat The requests were made from an OCLC Bib record. Cancelled Borrower cancelled the request. (They can only do this if the request is still pending or in process.) Filled When lender says Yes and updates to Shipped. Loan Shipped record has a valid date in the DueDate field. Copy Shipped record has a N/A in the DueDate filed. Unfilled Request goes to a status of Unfilled. Avg Turnaround From the day/hour/minute the request was created by the borrower to the day/hour/minute the Borrower updated request to Received. Avg Turnaround un From the day/hour/minute the request was created by the borrower to the day/hour/minute the request went to Unfilled.
41 Custom Searching Method to run additional stats not offered with Web Reports Searches can be saved & shared If getting multiple hits of same record, get more specific with search Saving right click to remove files or group files Load to pull up saved reports
42 ILLiad Tune-up Top Ten Heather Black Rent an Atlas Expert - approx $4,000 Workflow revisions and best practices Problem solving Explain & enhance ILLiad use Project approach & guidance
43 Printing Routing Rules Routing Training Workflow Efficiencies Top Jobs Addons (search free internet sources), Odyssey, OCLC ILL Service Function, Non-Routing Processing Web Editing Database Maintenance
44 Printing Sorting & filtering print jobs Sort by call number Eliminate return labels for couriers Suppressing print prompts Storing templates on shared drive Updating print export Customize print templates Add courier Add special instructions, ex. No renewals
45 ? s To Ask Yourself About Printing Would an enhancement help to make pull slips or loan labels more understandable or helpful? Is there printed material that I don t use? Is there material that I manually delete before printing? Do I add info to print material manually?
46 Routing Rules Skip label printing (Non-Odyssey article del) Skip copyright for article over 5 yrs old Routing requests for alternate pick-up local or home del Routing new requests to special queues Patron Type Format Type
47 ? s To Ask Yourself about Routing Rules Is there a patron type that you would like to serve differently? Are you taking unnecessary steps during processing? Do some requests need more attention than others?
48 Routing Query other depts concerning ILL Correspond with patron concerning requests Citation clarification Recalls Overdues
49 ? s To Ask Yourself About Routing Do you request queries outside of ILLiad? Do you need to communicate with other departments or patrons concerning requests?
50 Training Clarification to passed down info New employees New workflows Specific problem solving
51 ? s To Ask Yourself Concerning Training Are you confident in all areas concerning ILLiad? Are there employees in your department who need more training?
52 Workflow Efficiencies Non-Routine Processing Conditionals Unfilled Special Messages Connection Manager Errors OCLC ILL Service Functions Deflections (PD, local holdings record) Custom Holdings Direct Request Odyssey Implementation/Electronic Delivery Trusted Sender Odyssey Helper Converting pdf docs to tif docs with Odyssey Addons Catalog Searching Serials A-Z List OCLC Article Exchange
53 ? s To Ask Yourself Concerning Workflow Efficiency Do you search outside of ILLiad? Do you check holdings info in more than one place? Do you supply patron access to internet available resources? If so, how streamlined is that process? Is ILL process efficient? Could you improve article turnaround time? Deleting lending requests often? Manually creating lending strings? Do you like your renewal process? Are you monitoring stop sign? Do you want to delete/add fields for patron accounts?
54 Database Maintenance Merging sites Moving from self-hosted to hosted Username changes Patron authentication changes
55 ? s To Ask Yourself Concerning Database Maintenance Do you need to make a big change concerning ILLiad?
56 Making the Most of your ILLiad Web Interface, Kerry Keegan and Stephanie Spires - Atlas Systems Studies show attention to F shaped pattern (top, lefthand corner) 2012 session PPT recommended: Beyond Out of the Box, Specific SQL Codes to ILLiad see PPT LOUIS HTML? Remember most of what you see can be changed and/or added to fit your needs, ex. adding check boxes (tag as lender note & they will see it), changing words, changing colors & shapes, add patron search box
57 Tools for Editing Notepad ++ (source code editor) W3C Schools (online tutorials CSS, HTML,...) Rsizr (resizes images) Molio (CSS Resource) Pixlr (similar to Photoshop, but free) Remember to check HTML, CSS, Javascript in all browsers (IE, Mozilla) Don t directly edit on production web pages, use Testweb
58 Ideas & Notes Item info fields can be renamed to fit site needs, ex. help with stats. Individual ILLiad clients: rt click & choose custom layout; right click on field to rename & choose rename; type in new name & choose save. LOUIS change on request forms. Note field choose Lender to show lender note; also can designate additional fields to be added in OCLC Constant Data for lender to see
59 More Ideas & Notes Specific pages can be made for specific patrons Status lines constant message in s, ILLiad headers (by default), elsewhere on web pages RSS Feeds and Alerts can be set-up to directly to a feeder or inbox
60 Dynamic Student Training Using PowerPoint, Bethany Ketting & JoAnn Marvel, Western Carolina University Students ¼ of staff in US Academic Libraries Students juggling many responsibilities PPT easy way to visually explain ILL operations Breakdown ILL workflow & create PPT for each process Chance for collaboration with other depts (stack searching, etc) Ask students for feedback to cont to improve See PPT for specifics on making slides
61 Team Building Library Lock-in w/ team building and training Twice semester group meetings and/or team building
62 Resources EducationPlanner.org Learning- Styles-Online.com
63 Closing Remarks 2014 ILLiad Conference scheduled for March th
64 Contact Info Cayce Michael LSU Libraries, Middleton Library Head of Interlibrary Loan
A sample article workflow using Direct Request & the OCLC Knowledge Base
A sample article workflow using Direct Request & the OCLC Knowledge Base Brian Miller Head, Interlibrary Services We ll look at both: Borrowing Lending Institution Name The Ohio State University OCLC
Workflow Toolkit. Made possible by our Strategic Partners
Workflow Toolkit 2013 Made possible by our Strategic Partners Worksheets Quick Reference Collaborative Technologies Notes from you library visit Workflow Toolkit Table of Contents Borrowing Alias & Unmediated
WorldShare ILL Release Notes November 2013 Release
WorldShare ILL Release Notes November 2013 Release Contents WorldShare ILL... 2 Browser Support... 2 Interlibrary Loan Home Page... 2 Discover Items... 3 Links to materials that are freely available from
Article Exchange: Changing the Landscape of Electronic Delivery
: Changing the Landscape of Electronic Delivery Thank you for joining me today! John Brunswick Library and Training Solutions Consultant [email protected] What Will We Cover Today? What is Article
ARIBA Contract Management System. User Guide to Accompany Training
ARIBA Contract Management System User Guide to Accompany Training Technical Training Team 6/29/2010 Table of Contents How to use this Guide... 4 Contract Management Process... 5 ARIBA- Getting Started...
System Administrator Training Guide. Reliance Communications, Inc. 603 Mission Street Santa Cruz, CA 95060 888-527-5225 www.schoolmessenger.
System Administrator Training Guide Reliance Communications, Inc. 603 Mission Street Santa Cruz, CA 95060 888-527-5225 www.schoolmessenger.com Contents Contents... 2 Before You Begin... 4 Overview... 4
WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide
WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide This document is intended to help you get started using WebSpy Vantage Ultimate and the Web Module. For more detailed information, please see
1: 2: 2.1. 2.2. 3: 3.1: 3.2: 4: 5: 5.1 5.2 & 5.3 5.4 5.5 5.6 5.7 5.8 CAPTCHA
Step by step guide Step 1: Purchasing a RSMembership! membership Step 2: Download RSMembership! 2.1. Download the component 2.2. Download RSMembership! language files Step 3: Installing RSMembership! 3.1:
Set Up and Maintain Customer Support Tools
Set Up and Maintain Customer Support Tools Salesforce, Winter 16 @salesforcedocs Last updated: December 10, 2015 Copyright 2000 2015 salesforce.com, inc. All rights reserved. Salesforce is a registered
Appspace 5.X Reference Guide (Digital Signage) Updated on February 9, 2015
Appspace 5.X Reference Guide (Digital Signage) Updated on February 9, 2015 1 TABLE OF CONTENTS 2 What is Appspace For Digital Signage... 4 3 Access Appspace... 4 4 Best Practices and Notes... 4 5 Appspace
Salesforce Customer Portal Implementation Guide
Salesforce Customer Portal Implementation Guide Salesforce, Winter 16 @salesforcedocs Last updated: December 10, 2015 Copyright 2000 2015 salesforce.com, inc. All rights reserved. Salesforce is a registered
Creating Online Surveys with Qualtrics Survey Tool
Creating Online Surveys with Qualtrics Survey Tool Copyright 2015, Faculty and Staff Training, West Chester University. A member of the Pennsylvania State System of Higher Education. No portion of this
SalesFUSION Partner Certification Guide
SalesFUSION Partner Certification Guide Welcome to the SalesFUSION Partner Family!! This document will guide you through the SalesFUSION Certified Partner Program. At each step there will be videos to
ADMINISTRATOR GUIDE VERSION
ADMINISTRATOR GUIDE VERSION 4.0 2014 Copyright 2008 2014. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means electronic or mechanical, for any purpose
How To Access A Project Plan On A Pc Or Macbook 2 On A Computer Or Macodeo On A Network (For Free) On A Server Or Macrocessor On A Microsoft Macbook (For A Free) With A Web
SharePoint Project Management Tools 1 P age W elcome to Tyler Implementation! Over the years, Tyler has continuously revisited and refined its Implementation processes in order to benefit from years of
Using GitHub for Rally Apps (Mac Version)
Using GitHub for Rally Apps (Mac Version) SOURCE DOCUMENT (must have a rallydev.com email address to access and edit) Introduction Rally has a working relationship with GitHub to enable customer collaboration
OCLC Service Configuration Guide page 1
OCLC Service Configuration Guide page 1 Table of Contents Introduction 6 My WorldCat.org User Interface Options 11 Your WorldCat Local URL 11 Language Options 11 Customize the banner (optional) 11 Customize
8.7. NET SatisFAXtion Email Gateway Installation Guide. For NET SatisFAXtion 8.7. Contents
NET SatisFAXtion Email Gateway Installation Guide For NET SatisFAXtion 8.7 Contents Install Microsoft Virtual SMTP Server 2 XP and 2003 2 2008 and 2008 R2 2 Windows 7 2 Upgrade Path 2 Configure Microsoft
LoanTek User Guide. The A to Z Guide to your LoanTek account. LoanTek, Inc. LoanTek Top 50 Mortgage Service Provider Mortgage Executive Magazine
LoanTek User Guide The A to Z Guide to your LoanTek account LoanTek, Inc LoanTek Top 50 Mortgage Service Provider Mortgage Executive Magazine 1 Contents Getting Started... 1 Logging into your LoanTek account...
ConvincingMail.com Email Marketing Solution Manual. Contents
1 ConvincingMail.com Email Marketing Solution Manual Contents Overview 3 Welcome to ConvincingMail World 3 System Requirements 3 Server Requirements 3 Client Requirements 3 Edition differences 3 Which
MultiSite Manager. User Guide
MultiSite Manager User Guide Contents 1. Getting Started... 2 Opening the MultiSite Manager... 2 Navigating MultiSite Manager... 2 2. The All Sites tabs... 3 All Sites... 3 Reports... 4 Licenses... 5 3.
MICROSOFT OFFICE SHAREPOINT 2007
MICROSOFT OFFICE SHAREPOINT 007 POWER USER MICROSOFT OFFICE SHAREPOINT 007 POWER USER Course Code: PWMSP7PowerUserSurrey READ ME FIRST In case you're not familiar with the terminology, Read Me First is
HELP DESK MANUAL INSTALLATION GUIDE
Help Desk 6.5 Manual Installation Guide HELP DESK MANUAL INSTALLATION GUIDE Version 6.5 MS SQL (SQL Server), My SQL, and MS Access Help Desk 6.5 Page 1 Valid as of: 1/15/2008 Help Desk 6.5 Manual Installation
Vector HelpDesk - Administrator s Guide
Vector HelpDesk - Administrator s Guide Vector HelpDesk - Administrator s Guide Configuring and Maintaining Vector HelpDesk version 5.6 Vector HelpDesk - Administrator s Guide Copyright Vector Networks
For further support information, refer to the Help Resources appendix. To comment on the documentation, send an email to [email protected].
Technical Support and Product Information tk20.com Tk20 Corporate Headquarters 10801 MoPac Expressway, Suite 740, Austin, Texas 78759 USA Tel: 512-401-2000 For further support information, refer to the
Basecamp Manual. Managing Projects Using Basecamp s Project Management Software
271 Grove Avenue Webster Commons - Building C, Suite 4 Verona, NJ 07044 T: 973.239.9002 www.lform.com Basecamp Manual Managing Projects Using Basecamp s Project Management Software LFORM DESIGN 271 Grove
Site Administrator Guide
Site Administrator Guide Trademark Notice Blackboard, the Blackboard logos, and the unique trade dress of Blackboard are the trademarks, service marks, trade dress and logos of Blackboard, Inc. All other
Starting User Guide 11/29/2011
Table of Content Starting User Guide... 1 Register... 2 Create a new site... 3 Using a Template... 3 From a RSS feed... 5 From Scratch... 5 Edit a site... 6 In a few words... 6 In details... 6 Components
EMC Documentum Webtop
EMC Documentum Webtop Version 6.5 User Guide P/N 300 007 239 A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748 9103 1 508 435 1000 www.emc.com Copyright 1994 2008 EMC Corporation. All rights
Cloud. Hosted Exchange Administration Manual
Cloud Hosted Exchange Administration Manual Table of Contents Table of Contents... 1 Table of Figures... 4 1 Preface... 6 2 Telesystem Hosted Exchange Administrative Portal... 7 3 Hosted Exchange Service...
Social Media Monitoring: Engage121
Social Media Monitoring: Engage121 User s Guide Engage121 is a comprehensive social media management application. The best way to build and manage your community of interest is by engaging with each person
Hosted VoIP Phone System. Admin Portal User Guide for. Call Center Administration
Hosted VoIP Phone System Admin Portal User Guide for Call Center Administration Contents Table of Figures... 4 1 About this Guide... 6 2 Accessing the Hosted VoIP Phone System Administration Portal...
Webmail Instruction Guide
Webmail Instruction Guide This document is setup to guide your through the use of the many features of our Webmail system. You may either visit www.safeaccess.com or webmail.safeaccess.com to login with
Parallels Plesk Control Panel
Parallels Plesk Control Panel Copyright Notice ISBN: N/A Parallels 660 SW 39 th Street Suite 205 Renton, Washington 98057 USA Phone: +1 (425) 282 6400 Fax: +1 (425) 282 6444 Copyright 1999-2008, Parallels,
SAS Business Data Network 3.1
SAS Business Data Network 3.1 User s Guide SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2014. SAS Business Data Network 3.1: User's Guide. Cary,
Enswitch Administrator Guide
Enswitch Administrator Guide July 2012 Enswitch Administrator Guide 1 Contents 1 Introduction... 5 1.1 The Purpose of this Document...5 1.2 Features...5 1.3 Workflows...5 2 User Enrollment... 6 3 User
Web Ninja CMS User Manual. Specialists in Integrated E-Commerce Solutions
Web Ninja CMS User Manual Specialists in Integrated E-Commerce Solutions Table of Contents Login 2 File Manager 14 CMS Layout 3 SEO Manager 15 Customers 4 Software Pages 16 Customer Details 5 Block Content
Student Guide to ebear powered by Symplicity
Student Guide to ebear powered by Symplicity Center for Career Development C-224 Montebello Complex 443.885.3110 [email protected] www.morgan.edu/careerdevelopment TABLE OF CONTENTS LOGGING IN...2 HOME
Startup Guide. Version 2.3.9
Startup Guide Version 2.3.9 Installation and initial setup Your welcome email included a link to download the ORBTR plugin. Save the software to your hard drive and log into the admin panel of your WordPress
Introduction to SharePoint For Team Site Owner/Administrators. Instructional Guide
Instructional Guide Class Goals: 1. Understanding & Navigating the SP Team Site Structure 2. Using SP to create & maintain a collaborative site for your team: Planning & Design, Lists, Libraries, Web Parts
nopcommerce User Guide
nopcommerce User Guide Open source ecommerce solution Version 1.90 Copyright Notice Information in this document, including URL and other Internet Web site references, is subject to change without notice.
Build Your Mailing List
Introduction MailChimp makes it fun and easy to send email newsletters, manage subscriber lists and track newsletter performance, but what does that have to do with you? Why should churches be concerned
emarketing Manual- Creating a New Email
emarketing Manual- Creating a New Email Create a new email: You can create a new email by clicking the button labeled Create New Email located at the top of the main page. Once you click this button, a
ProgressBook ParentAccess Web Site Administration Guide
ProgressBook ParentAccess Web Site Administration Guide ProgressBook ParentAccess Web Site Administration Guide (This document is current for ProgressBook v12.3 or later.) 2012 Software Answers, Inc. All
Plesk for Windows Copyright Notice
2 Plesk for Windows Copyright Notice ISBN: N/A SWsoft. 13755 Sunrise Valley Drive Suite 325 Herndon VA 20171 USA Phone: +1 (703) 815 5670 Fax: +1 (703) 815 5675 Copyright 1999-2007, SWsoft Holdings, Ltd.
How to Create and Send a Froogle Data Feed
How to Create and Send a Froogle Data Feed Welcome to Froogle! The quickest way to get your products on Froogle is to send a data feed. A data feed is a file that contains a listing of your products. Froogle
Blackboard 9.1 Basic Instructor Manual
Blackboard 9.1 Basic Instructor Manual 1. Introduction to Blackboard 9.1... 2 1.1 Logging in to Blackboard... 3 2. The Edit Mode on... 3 3. Editing the course menu... 4 3.1 The course menu explained...
Using Webmail. Technical Manual: User Guide. Document Updated: 1/07. The Webmail Window. Displaying and Hiding the Full Header.
Using Webmail Technical Manual: User Guide The Webmail Window To save an attachment: 1. Click once on the attachment name. Or, if there are multiple attachments, click the Save icon to save all attachments
Hosted VoIP Phone System. Admin Portal User Guide for. Call Center Administration
Hosted VoIP Phone System Admin Portal User Guide for Call Center Administration Contents 1 About this Guide... 4 2 Accessing the Hosted VoIP Phone System Administration Portal... 5 3 Hosted VoIP Phone
Installation & Configuration Guide
Installation & Configuration Guide Bluebeam Studio Enterprise ( Software ) 2014 Bluebeam Software, Inc. All Rights Reserved. Patents Pending in the U.S. and/or other countries. Bluebeam and Revu are trademarks
Parallels Plesk Panel
Parallels Plesk Panel Copyright Notice ISBN: N/A Parallels 660 SW 39th Street Suite 205 Renton, Washington 98057 USA Phone: +1 (425) 282 6400 Fax: +1 (425) 282 6444 Copyright 1999-2010, Parallels, Inc.
Service Configuration Guide Last updated - 11/24/2015. 2015 OCLC Online Computer Library Center, Inc. 6565 Kilgour Place Dublin, OH 43017-3395
2015 OCLC Online Computer Library Center, Inc. 6565 Kilgour Place Dublin, OH 43017-3395 OCLC users are hereby granted permission to reproduce this manual for their internal use. Reproduction of substantial
Administration Guide. WatchDox Server. Version 4.8.0
Administration Guide WatchDox Server Version 4.8.0 Published: 2015-11-01 SWD-20151101091846278 Contents Introduction... 7 Getting started... 11 Signing in to WatchDox... 11 Signing in with username and
HelpDesk Connect Operator Manual rev. 1.0.
HelpDesk Connect Operator Manual rev. 1.0. 2003-2009 Eastwright Corp. www.eastwright.com 1 1.System Overview 1.1. Concepts The HelpDesk Connect is a web based help desk system. The program allows efficient
Strategic Asset Tracking System User Guide
Strategic Asset Tracking System User Guide Contents 1 Overview 2 Web Application 2.1 Logging In 2.2 Navigation 2.3 Assets 2.3.1 Favorites 2.3.3 Purchasing 2.3.4 User Fields 2.3.5 History 2.3.6 Import Data
SONA SYSTEMS RESEARCHER DOCUMENTATION
SONA SYSTEMS RESEARCHER DOCUMENTATION Introduction Sona Systems is used for the scheduling and management of research participants and the studies they participate in. Participants, researchers, principal
Vodafone Email Plus. User Guide for Windows Mobile
Vodafone Email Plus User Guide for Windows Mobile 1 Table of Contents 1 INTRODUCTION... 4 2 INSTALLING VODAFONE EMAIL PLUS... 4 2.1 SETUP BY USING THE VODAFONE EMAIL PLUS ICON...5 2.2 SETUP BY DOWNLOADING
How To Sync Between Quickbooks And Act
QSalesData User Guide Note: In addition to this User Guide, we have an extensive Online Video Library that you can access from our website: www.qsalesdata.com/onlinevideos Updated: 11/14/2014 Installing
Create e-commerce website Opencart. Prepared by : Reth Chantharoth Facebook : https://www.facebook.com/tharothchan.ubee E-mail : rtharoth@yahoo.
Create e-commerce website Opencart Prepared by : Reth Chantharoth Facebook : https://www.facebook.com/tharothchan.ubee E-mail : [email protected] Create e-commerce website Opencart What is opencart? Opencart
FORM SIMPLICITY QUICK REFERENCE GUIDE PROFESSIONAL/ULTIMATE EDITION
FORM SIMPLICITY QUICK REFERENCE GUIDE PROFESSIONAL/ULTIMATE EDITION Library Getting a Form 1. Click on Start a Form. (Alternatively, you can click on Library in the menu bar at the top) 2. This will open
nopcommerce User Guide
nopcommerce User Guide Open source ecommerce solution Version 2.40 Copyright Notice Information in this document, including URL and other Internet Web site references, is subject to change without notice.
imanage V2.0 Overview
imanage V2.0 Overview What is imanage? 4 Signing up for your free 30 day trial 4 What to do after signing up 4 The Dashboard 5 Customers 6 Customer Profiles 6 Profile Tab 7 Addresses Tab 7 Job Sheets Tab
Getting Started with OCLC WorldShare Interlibrary Loan
Getting Started with OCLC WorldShare Interlibrary Loan Introduction OCLC WorldShare Interlibrary Loan provides new functionality that speeds fulfillment of interlibrary loan requests to save time for your
User Manual for Web. Help Desk Authority 9.0
User Manual for Web Help Desk Authority 9.0 2011ScriptLogic Corporation ALL RIGHTS RESERVED. ScriptLogic, the ScriptLogic logo and Point,Click,Done! are trademarks and registered trademarks of ScriptLogic
AT&T Business Messaging Account Management
AT&T Business Messaging Account Management Admin User Guide December 2015 1 Copyright 2015 AT&T Intellectual Property. All rights reserved. AT&T, the AT&T logo and all other AT&T marks contained herein
Basic Web Development @ Fullerton College
Basic Web Development @ Fullerton College Introduction FC Net Accounts Obtaining Web Space Accessing your web space using MS FrontPage Accessing your web space using Macromedia Dreamweaver Accessing your
Easitill Website & Ecommerce Solutions
Easitill Website & Ecommerce Solutions Ibex House, Ferro Fields, Scaldwell Rd, Brixworth, Northants, NN6 9UA Tel: 01604 881881 email:[email protected] www.easitill.co.uk Base Level Website - Company
Training. Listserv For University at Buffalo List Owners. LISTSERV Training Handout 1
Training Listserv For University at Buffalo List Owners LISTSERV Training Handout 1 University at Buffalo LISTSERV Training Table of Contents What is a LISTSERV Page 3 Who can create a LISTSERV? Page 3
Advanced Configuration Steps
Advanced Configuration Steps After you have downloaded a trial, you can perform the following from the Setup menu in the MaaS360 portal: Configure additional services Configure device enrollment settings
License Management and Support Guide
License Management and Support Guide Salesforce, Winter 16 @salesforcedocs Last updated: December 8, 2015 Copyright 2000 2015 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark
GlobalSign Enterprise PKI Support. GlobalSign Enterprise Solution EPKI Administrator Guide v2.4
GlobalSignEnterprisePKISupport GlobalSignEnterpriseSolutionEPKIAdministratorGuidev2.4 1 TABLE OF CONTENTS GETTING STARTED... 3 ESTABLISHING EPKI SERVICE... 3 EPKI ADMINISTRATOR/USER CERTIFICATE... 4 ESTABLISHING
Who can I contact with questions? Contact Interlibrary Loan by email at [email protected] or by phone at (765) 285-1323.
What is? is a service that allows you to request items from libraries outside of BSU. As a distance education student, you can also request items be delivered to you from the BSU Libraries. Page 2 Who
WASHINGTON STATE LEGISLATURE RSS TUTORIAL HOW TO USE RSS TO BE NOTIFIED WHEN BILLS CHANGE STATUS
WASHINGTON STATE LEGISLATURE RSS TUTORIAL HOW TO USE RSS TO BE NOTIFIED WHEN BILLS CHANGE STATUS January 3, 2007 What is RSS? RSS stands for Really Simple Syndication. RSS programs called newsreaders allow
Trouble Ticket Express
Trouble Ticket Express Operator Manual rev. 1.0. 2006 by United Web Coders www.unitedwebcoders.com 1. System Overview 1.1. Concepts The Trouble Ticket Express is a web based help desk system. The program
EMAIL CAMPAIGNS...5 LIST BUILDER FORMS...
Basic User Guide Table of Contents INTRODUCTION...1 CAMPAIGNER FEATURES...1 WHO SHOULD READ THIS GUIDE?...1 GETTING STARTED...2 LOGGING IN TO CAMPAIGNER...2 DASHBOARD...3 Modify Your Dashboard...4 EMAIL
Vodafone Business Product Management Group. Hosted Services Announcer Pro V4.6 User Guide
Vodafone Business Product Management Group Hosted Services Announcer Pro V4.6 User Guide Vodafone Group 2010 Other than as permitted by law, no part of this document may be reproduced, adapted, or distributed,
LANDESK Service Desk Manual Support Analyst Role
LANDESK Service Desk Manual Support Analyst Role Version 1.5 Last Updated 3/23/2015 Table of Contents Overview (p. 1) Getting Started (p. 2) How to access Service Desk Recommended browsers Service Desk
ireceivables User Guide
ireceivables User Guide Contents Processing invoices in ireceivables... 2 Create a New Credit Card Account... 7 Partial Payment on Invoice... 12 Multiple Invoice Payment... 14 Changing Passwords in ireceivables...
NCID User Guide Version 1.8. Office of Information Technology Services As of July 26, 2011
NCID User Guide Version 1.8 Office of Information Technology Services As of July 26, 2011 Document History Version Change Reference Date Author 1.0 Initial draft release 9/16/10 Heather Ferrie Update w/
Advanced Order Management Module Hosted Ecommerce Service Module Help Document
Advanced Order Management Module Hosted Ecommerce Service Module Help Document This module is available as Optional Add On Module at one time charges of US $125.00 * on hosting plans as available at ecommercehosted.com
SalesPad Mobile Usage Guide. Contents. A software product created by SalesPad Solutions Copyright 2004-2012 www.salespad.net
SalesPad Mobile Usage Guide A software product created by SalesPad Solutions Copyright 2004-2012 www.salespad.net Contents SalesPad Mobile... 1 Usage Guide... 1 Overview... 4 Installation... 4 Android...
Central Administration User Guide
User Guide Contents 1. Introduction... 2 Licensing... 2 Overview... 2 2. Configuring... 3 3. Using... 4 Computers screen all computers view... 4 Computers screen single computer view... 5 All Jobs screen...
Primo Online End User Help. Version 4.x
Version 4.x CONFIDENTIAL INFORMATION DISCLAIMER The information herein is the property of Ex Libris Ltd. or its affiliates and any misuse or abuse will result in economic loss. DO NOT COPY UNLESS YOU HAVE
TouchBase Pro. Users Guide
TouchBase Pro Automated Emailing System Users Guide Z-Micro Technologies, Inc. Copyright 2005. Z-Micro Technologies, Inc. All Rights Reserved 2 Table of Contents Chapter 1: Overview & Installation Features
Quote Upload and Estimates Tool (QUE)
Quote Upload and Estimates Tool (QUE) Smart Care Estimates Tool V1.7 UPDATED: March 17, 2011 Copyright Cisco systems, Inc. All rights reserved Page: 1 TABLE OF CONTENTS ABOUT THIS DOCUMENT...4 INTRODUCTION...4
http://blog.larkin.net.au/ Setting up a Blog You can read more about why it is useful to set up an educational blog by following these links:
Page 1 Setting up a Blog Why set up a web log or blog? A blog can allow you to rapidly share your ideas, experiences and questions with others. The point is that you have an opportunity to express yourself
How will the transition to the new Adobe Forums be handled?
Why are you changing the Adobe Forums? In response to community feedback through surveys, we are incorporating many user-requested features into Adobe Forums and also making changes to the underlying technology
BioOne Librarian Tip Sheet Series. Using the Administration Panel
BioOne Librarian Tip Sheet Series Using the Administration Panel How to Access My BioOne User Profile 1. From the BioOne homepage (www.bioone.org), please click on the Log in link in the upper right-hand
ecommerce LMS Administrator s Manual
ecommerce LMS Administrator s Manual Table of Contents Introduction... 1 Logging in to the System... 2 Welcome Screen... 3 Modifying Your Personal Profile... 3 Changing Your Password... 7 Modifying Your
Turnitin Blackboard 9.0 Integration Instructor User Manual
Turnitin Blackboard 9.0 Integration Instructor User Manual Version: 2.1.3 Updated December 16, 2011 Copyright 1998 2011 iparadigms, LLC. All rights reserved. Turnitin Blackboard Learn Integration Manual:
REUTERS/TIM WIMBORNE SCHOLARONE MANUSCRIPTS COGNOS REPORTS
REUTERS/TIM WIMBORNE SCHOLARONE MANUSCRIPTS COGNOS REPORTS 28-APRIL-2015 TABLE OF CONTENTS Select an item in the table of contents to go to that topic in the document. USE GET HELP NOW & FAQS... 1 SYSTEM
Step 4: Click Upload >> Browse for zip file, then click Install Now. Step 6: List Eruption should show up as a new button in your Wordpress Navigation
Step 1: Download List Eruption zip file Step 2: Log into your Wordpress backend Step 3: Click Plugins >> Add New Step 4: Click Upload >> Browse for zip file, then click Install Now Step 5: Go back into
Office Mix Tutorial: Adding Captions & Subtitles in PowerPoint 2013 & Office 365
Adding Captions & Subtitles in PowerPoint This step-by-step guide will show you how to add closed captions and subtitles to videos in PowerPoint. There are two main methods, depending on what version of
NextGen Admissions. Administrator Manual. Revised 11/3/2014
NextGen Admissions Administrator Manual Revised 11/3/2014 Table of Contents Accessing NextGen Admissions...1 Program Setup..1 Adding Faculty Reviewers.. 10 School Rankings 13 Creating Email Templates..15
Setting up Channel-21 Secure RSS CEP on
Setting up Channel-21 Secure RSS CEP on Important Information About C21 CEP Podcasts itunes iphone / ipad Android Phone/Tablet Demo Videos Important Information about Channel-21 CEP Channel-21 Digital
ServiceU Training Guide
ServiceU Training Guide Welcome to ServiceU Welcome to the ServiceU Advanced Administrator Training class. We are glad you are here, because we know that you will leave with a much greater understanding
