Pushing Patron Data to Millennium :

Slides:



Advertisements
Similar presentations
Due to the competitive nature of this document, the information contained within is considered to be of a proprietary and confidential nature and shall.
Advertisements

Little Used, but Powerful Features with GP Cathy Fregelette, CPA, PMP Practice Manager BroadPoint Technologies September 20, 2012.
With Folder HelpDesk for Outlook, support centres and other helpdesks can work efficiently with support cases inside Microsoft Outlook. The support tickets.
New Release Announcements and Product Roadmap Chris DiPierro, Director of Software Development April 9-11, 2014
Interface Strategies and Methods.
Slide 1 of 25 The Devil's in the Details Connecting the Dots with YBP and Millennium and Shelf-Ready Acquisitions Southeastern Innovative Users Group January.
Bar|Scan ® Asset Inventory System The leader in asset and inventory management.
We use EZProxy, a proxy server software recently bought by OCLC. Proxy server.
Welcome to the Minnesota SharePoint User Group. Quick Intro Announcements Personalization in SharePoint Configuring User Profiles Configuring Audiences.
10/26/00Splitting Access Databases...1 Preparing for Access 2000 Windows 2000/Office 2000 Roll-out.
MobeSys Technologies MobeSys – helping you overcome mobile technology challenges.
Get more out of 11i with Oracle ADI Richard Byrom Oracle Applications Consultant Appsworld January 2003.
4-1 INTERNET DATABASE CONNECTOR Colorado Technical University IT420 Tim Peterson.
Web Based Inventory Site Building Room Asset Number Category Type Description Serial Number Manufacturer Model Vendor Name Acquired Date P O Number Budget.
ADOPTING OPEN SOURCE INTEGRATED LIBRARY SYSTEMS Best Practices Presented by Vandana Singh, PhD Assistant Professor, School of Information Sciences University.
Cherry Creek School District Introduction to Symphony Reports.
Integrating and managing your Engaging Networks data Top ten data features.
SESSION: A LOOK AT UCC’s FINANCIAL AID SOLUTION Presenters: Jacob Geluk, Data Management Coordinator UCC Registrar’s Office Dennis Mayberry, Registrar.
Conference Overview. PASSWORDS You can set your password policy to enforce users to change their passwords periodically.
TEAM Basic TotalElectrostatic ManagementAwareness&
The Intermediate Unit GASB #34 Annual Financial Report Presented by: Mary Kay Beer, Chief LECS Comptroller’s Office School Accounting Section
ISetup – A Guide/Benefit for the Functional User! Mohan Iyer January 17 th, 2008.
Database Design and Management CPTG /23/2015Chapter 12 of 38 Functions of a Database Store data Store data School: student records, class schedules,
Plant Accession Application Maintenance Manual. Accession Application Website Environment Overview WinHost.com ASP Pages VBScript Procs Constants Style.
Amir Bishara and Dorin Danial Supervisors: Roiy Zysman Dr. Ilana David.
Content Management System/ Web Quality Initiative.
1 © Xchanging 2010 no part of this document may be circulated, quoted or reproduced without prior written approval of Xchanging. MOSS Training – UI customization.
PAYWARE MOBILE API – APP TO APP INTEGRATION. PAYWARE MOBILE API OVERVIEW VeriFone’s PAYware Mobile API provides iPhone developers the ability to easily.
Using SQL for Patron Card Expiration Reminders For Norcal IUG – Nov. 20, 2015 At the Berkeley Public Library.
Maintenance Practices. Goal  Automate the necessary DBA chores to put organizations on the path of having healthier, consistent and more trustworthy.
ORACLE APPS TECHNICAL ONLINE TRAINING % VIDEO CLASS | APPS TECH USA-UK-CANADA Online | classroom| Corporate Training | certifications | placements| support.
CRM Training Courses &Online Courses and Salesforce Online | classroom| Corporate Training | certifications | placements| support.
ASP.NET 2.0 Mohammed Abdelhadi Developer.NET Evangelist Microsoft Corporation.
Data Transfer between Discovery Services and Library Catalogs: A Case Study at the University of the Fraser Valley By Hongfei Li and Diane Cruickshank.
MIS Integration Set out expectations – overview of concepts. This isn’t a technical how-to guide – is too platform specific. Will be looking at the concepts.
Integrating ArcSight with Enterprise Ticketing Systems
Integration with External Applications: General View
British Library Document Supply Service (BLDSS) API
Stress Free Deployments with Octopus Deploy
Integrating ArcSight with Enterprise Ticketing Systems
Information Systems and Network Engineering Laboratory II
TECHLEADS IT Oracle Apps Technical R12
What are they? The Package Repository Client is a set of Tcl scripts that are capable of locating, downloading, and installing packages for both Tcl and.
Working in Groups in Canvas
Data Flow Advantage, Clickshare, Marketo, Cheetahmail
Texas Assessment Management System Student Directory and Send Files
ShareTheTraining TRR ARB Presentation Team 11
Integrating III/Sierra with ILLiad and Relais/BorrowDirect
Make Links from your Baan System
New Integration FEATURES Presented By: LOGAN CASHWELL.
Tools and Techniques to Clean Up your Database
Tools and Techniques to Clean Up your Database
Implementation Specialists Presents
Texas Student Data System
Pack Your Park by Modernizing Your Business Online
INTAKE OF NEW PORTFOLIO AND INVOICES
Employee Self Service (ESS) Administration Version 2.20.
Oracle Sales Cloud Sales campaign
Texas Student Data System
MyProject Edit WG Web Site Data.
CSU Millennium to Alma migration
POP: Building Automation Around Secure Server Deployment
Pack Your Park by Modernizing Your Business Online
Bodygram Plus Enterprise
Common Data Service Data Integrator
Power BI Streaming Datasets with MS Flow
GIL Users Group Meeting
Enhanced Services for Patrons
RSA Update: ESS FAQ’s and Tips
Presentation transcript:

Pushing Patron Data to Millennium : Using Patron Update Web Services Marie Martino, Moraine Valley CC Library

What is Patron Update Web Services? API that allows you to access patron data through a website or Web-enabled application Enables custom (non-Innovative) applications to assist in maintenance of patron data in Millennium's database MVCC uses it to create and maintain internal patron accounts

Maintaining Patron Accounts: Patron data comes from Colleague (college business system), a.k.a. the “master database” Anyone employed at the college or registered for a class “automagically” has an account created and maintained for them in Millennium No manual loads necessary Fully automatic process “Real-time” sync / full sync for backup

Main PUWS Set-Up Considerations: Need to select a viable match point for patron records between databases

Create data mapping between the fields from the college database and the fields in Millennium (and programmer will need to map these to the various elements of the Patron Object in their coding).

When creating the patron, PUWS uses the _p or default patron record template, so set accordingly.

Establish your business rules beforehand. Consider what data gets pushed/inserted/overlayed/deleted and what are the criteria (triggers) for each action in each data field? Examples: Set student patron expiration date to 3 weeks after the last term of enrollment. Don't over-write library staff PTYPE (25). Otherwise manage role changes. Manual deleting of data only. Partially set criteria based on fines/fees. This data is not synced between library & ERP.

Be prepared to test and tweak til you get it it right Be prepared to test and tweak til you get it it right! Helps to anticipate the ‘weird’ scenarios beforehand.

Our Set-Up Consists of Colleague, Millennium, PUWS & a custom-made app App = a command line .exe file written in C# Happens “behind the scenes” Fully automatic Runs on Windows servers Uses Task Scheduler for a full sync (M-F) and real time sync Works with PUWS to create & update patron data in Millennium

Colleague data is always the master db App requests Colleague data Colleague sends data (list) App goes through PUWS to compare (read) data in Millennium db If they do not match, App updates (writes) newer Colleague data via PUWS

Project Requirements A skilled programmer on staff PUWS product Custom application developed by your staff programmer Adequate patron record allotments Patron data clean-up beforehand Bibtemp file increase to accommodate sync

Find More Info iii Tech Docs site: http://techdocs.iii.com/patronws_patron_data.shtml

Questions for You Sierra – Read/Write Patron APIs? Same capabilities? What cool projects are you doing with the Patron API?

Questions for Me? Thanks! Contact: martinom43@morainevalley.edu