Sierra API Developments AIUG Milton Howard

Size: px
Start display at page:

Download "Sierra API Developments AIUG Milton Howard"

Transcription

1 Sierra API Developments AIUG 2016 Milton Howard

2 What we ll cover Where we ve been What s New in Sierra API v3 Pricing, Packaging, Distribution Professional Services Innovative Developer Network The Road Ahead Q&A

3 Where we ve been

4 A Brief History Q v1.0 Bibs API (READ) Items API (READ) Q v2.0 Authorities API (READ) Branches API (READ) Patrons API (CRUD on limited fields) Q v2.1 Bibs API Improved MARC record harvesting Patrons API Find by barcode, READ # renewals, READ hold queue length Renew checkout Update PIN Q v2.1.1 Support pack with bug fixes Launched developer forum Q v3.0 Acquisitions API Orders API Search API Info API Improved security Q v3.1 Bibs API Keyword Search Patrons API Access reading history validate barcode/pin Acquisitions API Foreign currency and date format support Q v3.2 Patrons API Full patron CRUD, Part A New functionality is delivered every quarter.

5 API Investment Developers Quality assurance Product Owner

6 What s New in Sierra API v3?

7 Sierra API v3 Releases Sierra API v3.0 (bundled with Sierra 2.3) Sierra API v3.1 (bundled with Sierra 2.4) Sierra API v3.2 (In beta and bundled with Sierra 3.0)

8 Sierra API v3.0

9 Sierra API v3.0 NOTE Requires Sierra 2.3 or above Acquisitions API - Create new acquisitions orders Create Lists Search API - Create Lists" style nonindexed searches on Bibs, Items, Patrons, Orders, and Authorities records Improved security - Finer grain access controls to endpoints Orders API - Read Sierra order records and fund properties Info API - Read API version, patron ID, token ID, auth scheme, auth token expiration, auth token permissions.

10 Acquisitions API

11 egacy Acquisitions Process Library Selects Titles & Enters Pre-Order Details in Vendor System Orders & Bibs Vendor Manual Export MARC EXPORT FTP EDIFACT Orders Sierra Vendor Order Acks Sierra (Match Bibs & Create Orders) Vendor

12 Acquisitions API Summary Description First API to expose financial / acquisitions data, including creation of new order records GOBI is first 3 rd party vendor to consume this new API. Other vendors are in early stages of adoption. Real orders being placed with new API Details 5 New Endpoints for ordering workflow POST /v3/acquisitions/orders (Create a new order) POST /v3/acquisitions/orders/validate (Validate order data) GET /v3/orders (Read a list of orders) GET /v3/orders/{id} (Read an order by record ID) GET /v3/orders/funds/{acctunit}/{fundcodenum} (Read the properties of a given fund) Loads order and bib info according to m2btab.oapi load profile. m2btab.oapi load profile provided.

13 New Modern Process with Acquisitions API Library Selects Titles & Enters Order Details in GOBI Orders & Bibs YBP.o order number automatically sent via API Sierra Sierra (Use Load Profile to Match Bibs & Create Orders)

14 Acquisitions Walkthrough

15 Example New GOBI Order Process Santa Clara University

16 GOBI Order Using GOBI, library selects title, enters order details, and submits order (to Sierra).

17 GOBI Open Order Seconds later Open order available in GOBI.

18 Sierra Bibliographic Record Seconds later Ordered bib as seen through Sierra Desktop Administration.

19 Sierra Order Record Seconds later Order record as seen through Sierra Desktop Administration.

20 OPAC View Seconds later Order as seen through Santa Clara University OPAC.

21 Growing Customer List Orders Flowing Langara College (Canada) Massey University (New Zealand) Michigan State University Santa Clara University San Jacinto College University of Wyoming Implementing Appalachian State University Occidental College Texas A&M University (Qatar campus) University of Akron Virginia Tech Weill Cornell Medical College (Qatar campus)

22 Vendor Pipeline Askews (UK) Baker & Taylor Bookfarm Bound to Stay Bound Brodart Coutts (UK) Dawson (UK) Harrassowitz Ingram LBI (Canada) Library Bound (Canada) Midwest Library Service Midwest Tape O'Mahoney's (Ireland) Quality Books SAPnet (South Africa) ULS (Canada) White Hots (Canada) YBP (First to implement)

23 Create Lists Search API

24 Create Lists Search API Summary Description Execute Create Lists style search queries Details POST /v3/bibs/query, /v3/items/query, /v3/patrons/query, /v3/authorities/query, and /v3/orders/query Uses Create Lists JSON schema for queries Synchronous search (results returned on the fly, not in a review file). Direct support for 3 rd party / hot authors / authentication and other search use cases Capturing results in review file planned in future release.

25 Example Queries (JSON output from Create Lists within SDA) Titles matching Moby Dick { } "target": { "record": {"type": "bib"}, "field": {"tag": "t"} }, "expr": { "op": "has", "operands": ["moby dick"] } Titles matching Moby Dick and author Melville. { "queries": [ { "target": { "record": {"type": "bib"}, "field": {"tag": "t"} }, "expr": { "op": "has", "operands": ["moby dick"] } }, "and, { "target": { "record": {"type": "bib"}, "field": {"tag": "a"} }, "expr": { "op": "has", "operands": [ Melville"] } } ] } { } Patrons that expire on or after date "queries": [ { "target": { "record": { "type": "patron" }, "id": 43 }, "expr": [ { "op": "greater_than_or_equal", "operands": [ " ] } ] } ]

26 Security Enhancements

27 Security Enhancements Summary Description Better security available to lock down API endpoints Each endpoint group (e.g., Bibs, Items, Patrons, Orders, etc) can be assigned no access, read access, and/or write access. Details New Sierra Admin module to support finer grain security controls over endpoint groups.

28 Security Enhancements NewAPI Key Controls Old API Key Controls

29 Sierra API v3.1

30 Sierra API v3.1 NOTE Requires Sierra 2.4 or above Keyword Search API - Perform keyword searches using Innovative's "RightResult" relevance ranking algorithm. Enhanced Patron API Reading History - Access patron reading history if patron has opted in. PIN Validation Verify a patron s barcode and PIN. Replaces legacy Patron API (URL) PIN test. Enhanced Acquisitions API - Converts dates and orders placed in a foreign currency with a vendor to the library s native date and currency formats.

31 Keyword Search API

32 Keyword Search API Summary Description Execute keyword based searches for bibs using Advanced Word Search (AWS) segments. Details POST /v3/bibs/search Synchronous search -- results returned on the fly along with relevance ranking. Uses Advanced Word Search (AWS) Segments Examples: rightresultexact, rightresulttitle, rightresultfull, isbn, etc Example Query POST /v3/bibs/search?limit=10&index=rightresultfull&text=harry Potter

33 Example Search Results { "count": 10, "total": 112, "start": 0, "entries": [ { "relevance": , "bib": { "id": " ", "updateddate": " T23:23:29Z", "title": "Harry Potter and the prisoner of Azkaban, etc }

34 Patron API - Reading History

35 Patron API - Reading History Summary Description Access patron reading history if patron has opted in. Details GET /v3/patrons/{id}/checkouts/history Read list of patron bibs that have been previously checked out. Patron can opt-in or out through WebPac Example Query GET/v3/patrons/ /checkouts

36 Example Reading History Results { "total": 8, "entries": [ { "id": " "patron": " "item": " "duedate": " ", "numberofrenewals": 0, "outdate": " T11:58:02Z" }, etc...

37 Patron API PIN Validation

38 Patron API PIN Validation Summary Description Validate a patron s barcode and PIN. Details POST /v3/patrons/validate Alternative authentication method to OAuth2 auth code grant flow for patrons and legacy Patron API (URL) PIN test. Example Query POST /v3/patrons/validate HTTP Body { barcode : , pin : mypin }

39 Example PIN Validation Results Success Valid barcode and PIN HTTP Response Code 204 Error Invalid barcode and PIN HTTP Response Code 400 { "code": 108, "specificcode": 0, "httpstatus": 400, "name": "Invalid parameter", "description": "Invalid parameter : Invalid barcode or PIN" }

40 Example Use Cases

41 Example Use Cases 3 rd party discovery People-also-Read Auto Renewal for patrons Hot Authors / Auto Holds SMS/ Notifications Expiring library card Due date nearing Deduping barcodes

42 Pricing & Packaging

43 Pricing & Packaging Still FREE to the Library Bundled and distributed with Sierra 2.3+

44 Professional Services

45 Professional Services Acquisitions API is FREE to the Library but in some cases, sites will need services to customize the default load profile for orders and bibs. Load Profile Service: [H][NH]-Q-PS_DATA_PROFILE, $2,900 Custom Development Services

46 Developer Sandbox & Portal

47 Developer Sandbox Hosted Sierra 2.x server Latest API software Pre-loaded with data Develop & QA code Register at developer.iii.com and follow Getting Started.

48 Growing Developer Community Documentation links Link to sandbox Online discussion forums Collaborate and share ideas and code 300+ registered users to date on developer.iii.com

49 The Road Ahead

50 Key Enterprise System Focus Areas Student Information System Integration Facilitated by full patron CRUD Accounting System Integration Facilitated by a collection of APIs that enables sharing of invoices, orders, and fine information between accounting systems and Sierra

51 Full Patron CRUD Summary Description Full CRUD on patron records Part A included with next Sierra Beta 3.0 bundle Details POST /v3/patrons, GET /v3/patrons, PUT /v3/patrons, DELETE /v3/patrons First release supports CRUD on patron record names, addresses, s, phones, and PINs. Next release: barcodes, expirationdate, birthdate, patrontype, universityid, other fixedfields and varfields Example request to create a patron POST /v3/patrons HTTP Body: { "names": [ "Test Howard" ], " s": [ "test@gmail.com" ], "addresses": [{ "lines": [ "5 Davey St", "Hobart, Tasmania 7000", "Australia" ], "type": "a"}], "phones": [ { "number": " ", "type": "t" } ] }

52 Example Patron CRUD Results { "link": } HTTP Response Code: 200

53 Accounting API - Preliminary Summary Description Collection of APIs that enables sharing of invoices, orders, and fine information between accounting systems and Sierra Details CRUD on invoices Create an invoice Get a list of invoices Update an invoice Delete an invoice CRUD on vendor record Create a vendor record Get a list of vendor records Update a vendor record Delete a vendor record CRUD on patron fines Create a fine for a patron Get a list of fines for a patron (available now) Get a fine record by fine ID (available now) Update a fine for a patron Delete a fine for a patron Acquisitions API (available now) Orders API (available now)

54 Q & A

55 Thank You!

DreamFactory Security Guide

DreamFactory Security Guide DreamFactory Security Guide This white paper is designed to provide security information about DreamFactory. The sections below discuss the inherently secure characteristics of the platform and the explicit

More information

Integrating E-Books: DDA, E-Approvals, and E-Firm orders. Judith Carter Resource Management Librarian Lynn Whittenberger Metadata Librarian

Integrating E-Books: DDA, E-Approvals, and E-Firm orders. Judith Carter Resource Management Librarian Lynn Whittenberger Metadata Librarian Integrating E-Books: DDA, E-Approvals, and E-Firm orders Judith Carter Resource Management Librarian Lynn Whittenberger Metadata Librarian Beginnings Subscription Collections Records from vendor Large

More information

Innovative (Polaris) Users Group, April 2-5, 2017

Innovative (Polaris) Users Group, April 2-5, 2017 From: To: Subject: Date: Attachments: Carrington, Bradley, DCA "Focused discussion list for SALSA libraries" report on IUG 2017 conference Wednesday, April 19, 2017 12:20:52 PM Slide highligts from IUG

More information

Leveraging the Globus Platform in your Web Applications. GlobusWorld April 26, 2018 Greg Nawrocki

Leveraging the Globus Platform in your Web Applications. GlobusWorld April 26, 2018 Greg Nawrocki Leveraging the Globus Platform in your Web Applications GlobusWorld April 26, 2018 Greg Nawrocki greg@globus.org Topics and Goals Platform Overview Why expose the APIs A quick touch of the Globus Auth

More information

Library System Specifications Hardware Page 1

Library System Specifications Hardware Page 1 Library System Specifications Hardware Page 1 HARDWARE Available Importance Quality Impression Bryce Bockman Yes No In Dev. 0,1-5 0,1-5 0,1-5 Comments Compaq Alpha 5 Sun Solaris 4 512 MB RAM+, expandable

More information

2010 Mid-Atlantic PUG Ask Polaris Q&A

2010 Mid-Atlantic PUG Ask Polaris Q&A 2010 Mid-Atlantic PUG Ask Polaris Q&A Q: Will we be able to enlarge the font on the staff side? Too small to read easily old eyes! A: Keep your screen resolution the same, but set your Windows operating

More information

***** Archive and Backup your Data before updating***** ****Ensure that you are running a minimum version of before updating****

***** Archive and Backup your Data before updating***** ****Ensure that you are running a minimum version of before updating**** Alexandria 6.22.1 Release Notes Build 20130220 =========================================================== Please contact COMPanion at 1-800-347-6439 or COMPanion Technical Support at 1-800-347-4942 with

More information

Science-as-a-Service

Science-as-a-Service Science-as-a-Service The iplant Foundation Rion Dooley Edwin Skidmore Dan Stanzione Steve Terry Matthew Vaughn Outline Why, why, why! When duct tape isn t enough Building an API for the web Core services

More information

WorldShare Management Services Release Notes. Introduction Administrative Actions... 3 Follow-up Actions... 3

WorldShare Management Services Release Notes. Introduction Administrative Actions... 3 Follow-up Actions... 3 WorldShare Management Services Release Notes Release Date: January 18, 2015 Contents Introduction... 3 Administrative Actions... 3 Follow-up Actions... 3 Browser Support... 4 Acquisitions... 5 New Features...

More information

Interlibrary Loans in PrairieCat using a SHARE-Illinois library account

Interlibrary Loans in PrairieCat using a SHARE-Illinois library account Interlibrary Loans in PrairieCat using a SHARE-Illinois library account A SHARE-Illinois library account gives PrairieCat members access to the SHARE-Illinois project; a cooperative project among a number

More information

Introduction... 3 Recommended actions Administrative actions... 3 Follow-up actions Acquisitions... 4

Introduction... 3 Recommended actions Administrative actions... 3 Follow-up actions Acquisitions... 4 Contents WorldShare Management Services Release Notes Release Date: March 8, 2015 Introduction... 3 Recommended actions... 3 Administrative actions... 3 Follow-up actions... 3 Acquisitions... 4 Enhancement...

More information

D, E I, J, K, L O, P, Q

D, E I, J, K, L O, P, Q Index A Application development Drupal CMS, 2 library, toolkits, and packages, 3 scratch CMS (see Content management system (CMS)) cost quality, 5 6 depression, 4 enterprise, 10 12 library, 5, 10 scale

More information

What's New in Destiny Version Early Adopter Program Version

What's New in Destiny Version Early Adopter Program Version What's New in Destiny Version 16.5 Early Adopter Program Version Table of Contents Overview 3 All Destiny Products 4 Destiny Library Manager 5 Destiny Resource Manager 6 All Products 7 Jobs and Reports

More information

Beginner s Guide to Cordova and Mobile Application Development

Beginner s Guide to Cordova and Mobile Application Development November 13, 2018 Beginner s Guide to Cordova and Mobile Application Development George Campbell Lead Software Engineer Doug Davies Lead Software Engineer George Campbell Lead Software Engineer Doug Davies

More information

CORAL Resources Module User Guide

CORAL Resources Module User Guide CORAL Resources Module User Guide About CORAL Resources A component of Hesburgh Libraries locally developed ERM, CORAL Resources aids in the management of the electronic resource workflow from the initial

More information

Understanding RESTful APIs and documenting them with Swagger. Presented by: Tanya Perelmuter Date: 06/18/2018

Understanding RESTful APIs and documenting them with Swagger. Presented by: Tanya Perelmuter Date: 06/18/2018 Understanding RESTful APIs and documenting them with Swagger Presented by: Tanya Perelmuter Date: 06/18/2018 1 Part 1 Understanding RESTful APIs API types and definitions REST architecture and RESTful

More information

Opaali Portal Quick guide

Opaali Portal Quick guide Opaali Portal Quick guide Company information Telia Finland Oyj Teollisuuskatu 15, 00510 HELSINKI, FI Registered office: Helsinki Business ID 1475607-9, VAT No. FI14756079 1 (40) Page 2 (40) Copyright

More information

Loading Brief Order Records: Creating Import Profiles to Load Vendor Order Records into NZ

Loading Brief Order Records: Creating Import Profiles to Load Vendor Order Records into NZ 1 Loading Brief Order Records: Creating Import Profiles to Load Vendor Order Records into NZ Last updated 9/26/2016; Created by the YBP EOCR Record Loads in Alms Group It s important to be careful when

More information

ClearPass. ClearPass Extension Universal Authentication Proxy. ClearPass Extension Universal Authentication Proxy TechNote

ClearPass. ClearPass Extension Universal Authentication Proxy. ClearPass Extension Universal Authentication Proxy TechNote ClearPass Extension Universal Authentication Proxy TechNote ClearPass Extension Universal Authentication Proxy ClearPass TechNote ClearPass Extension Universal Authentication Proxy - TechNote 1 ClearPass

More information

User s. Guide. Integrated Library System. Acquisitions

User s. Guide. Integrated Library System. Acquisitions User s Guide Integrated Library System Acquisitions VIRTUA ILS INTEGRATED LIBRARY SYSTEM Acquisitions User s Guide Version 43.1 January 2004 Copyright 1999-2004 VTLS Inc. All Rights Reserved. Virtua and

More information

WorldShare License Manager Release Notes. Administrative Actions... 2 Follow-up Actions... 2 New Features... 4

WorldShare License Manager Release Notes. Administrative Actions... 2 Follow-up Actions... 2 New Features... 4 WorldShare License Manager Release Notes Release Date: August 10, 2017 Contents Administrative Actions... 2 Follow-up Actions... 2 New Features... 4 Search for licenses using term of use values... 4 New

More information

Exploring the Nuxeo REST API

Exploring the Nuxeo REST API Exploring the Nuxeo REST API Enabling Rapid Content Application Craftsmanship Copyright 2018 Nuxeo. All rights reserved. Copyright 2017 Nuxeo. All rights reserved. Chapter 1 The Nuxeo REST API What do

More information

- Evergreen Reports Training Session - Handouts. September 29, 2016 Hermiston Public Library

- Evergreen Reports Training Session - Handouts. September 29, 2016 Hermiston Public Library - Evergreen Reports Training Session - Handouts September 29, 2016 Hermiston Public Library - Handout 00 - Commonly Used Report Information Needs We use reports to answer a multitude of questions regarding

More information

Millennium WebPACPro. Presented to the Innovative Users Group South Africa (IUGSA) Port Elizabeth November 2008

Millennium WebPACPro. Presented to the Innovative Users Group South Africa (IUGSA) Port Elizabeth November 2008 Millennium WebPACPro Presented to the Innovative Users Group South Africa (IUGSA) Port Elizabeth 12-14 November 2008 Anette Lessing Dept. of Library Services. University of Pretoria Agenda Introduction

More information

GPII Security. Washington DC, November 2015

GPII Security. Washington DC, November 2015 GPII Security Washington DC, November 2015 Outline User data User's device GPII Configuration use cases Preferences access and privacy filtering Work still to do Demo GPII User Data Preferences Device

More information

Browser Support... 2 Recommended Actions Administrative Actions Release Notes... 3

Browser Support... 2 Recommended Actions Administrative Actions Release Notes... 3 Contents WorldShare Interlibrary Loan Release Notes Release Date: June 7, 2015 Browser Support... 2 Recommended Actions... 2 Administrative Actions... 2 Release Notes... 3 Discover Items... 3 Type-ahead

More information

Circulation. Sierra Training Manual

Circulation. Sierra Training Manual Circulation Sierra Training Manual 1 Overview Sierra Circulation allows staff to do the following: check out items, check in items, search all patrons, place holds, maintain hold queues, maintain course

More information

REST API Operations. 8.0 Release. 12/1/2015 Version 8.0.0

REST API Operations. 8.0 Release. 12/1/2015 Version 8.0.0 REST API Operations 8.0 Release 12/1/2015 Version 8.0.0 Table of Contents Business Object Operations... 3 Search Operations... 6 Security Operations... 8 Service Operations... 11 Business Object Operations

More information

Trellis Magento 2 Salsify Connector

Trellis Magento 2 Salsify Connector Trellis Magento 2 Salsify Connector Version 0.x 09/01/2018 Table of Contents Introduction 3 Overview 3 Purpose of The Magento 2 Salsify Connector 3 Compatibility 4 Installation & Configuration 5 Magento

More information

Adobe Document Cloud esign Services. for Salesforce Version 17 Installation and Customization Guide

Adobe Document Cloud esign Services. for Salesforce Version 17 Installation and Customization Guide Adobe Document Cloud esign Services for Salesforce Version 17 Installation and Customization Guide 2015 Adobe Systems Incorporated. All rights reserved. Last Updated: August 28, 2015 Table of Contents

More information

Single Sign-On for PCF. User's Guide

Single Sign-On for PCF. User's Guide Single Sign-On for PCF Version 1.2 User's Guide 2018 Pivotal Software, Inc. Table of Contents Table of Contents Single Sign-On Overview Installation Getting Started with Single Sign-On Manage Service Plans

More information

Finding the Silver Lining in the Cloud: Reconstructing Local File Management

Finding the Silver Lining in the Cloud: Reconstructing Local File Management University of Kentucky UKnowledge Library Presentations University of Kentucky Libraries 6-1-2012 Finding the Silver Lining in the Cloud: Reconstructing Local File Management Kate Seago University of Kentucky,

More information

Electronic Ordering & Invoicing with EDI - whitepaper

Electronic Ordering & Invoicing with EDI - whitepaper Electronic Ordering & Invoicing with EDI - whitepaper Questions? Contact Marin Lindsay by phone at 866-698-2231 or by email MLindsay@midwesttapes.com CVS Midwest Tape offers Electronic Ordering and Invoicing

More information

10 Cloud Myths Demystified

10 Cloud Myths Demystified 10 Cloud s Demystified The Realities for Modern Campus Transformation Higher education is in an era of transformation. To stay competitive, institutions must respond to changing student expectations, demanding

More information

ORCID UPDATE. JISC Workshop, 16 June 2017

ORCID UPDATE. JISC Workshop, 16 June 2017 ORCID UPDATE JISC Workshop, 16 June 2017 Imagine a world where: You could search the internet and find all of a researcher s work with a single query in any browser You could auto-populate standard publication

More information

SONERA OPERATOR SERVICE PLATFORM OPAALI PORTAL SMS. FREQUENTLY ASKED QUESTIONS, version 2.0

SONERA OPERATOR SERVICE PLATFORM OPAALI PORTAL SMS. FREQUENTLY ASKED QUESTIONS, version 2.0 SONERA OPERATOR SERVICE PLATFORM FREQUENTLY ASKED QUESTIONS, version 2.0 OPAALI PORTAL Q: Why Registration link to Opaali portal does not work currently, HTTP Operation Forbidden error is shown? A: Sonera's

More information

This session will cover new features, enhancements, improvements, and bug fixes for Acquisitions & Circulation

This session will cover new features, enhancements, improvements, and bug fixes for Acquisitions & Circulation 1 This session will cover new features, enhancements, improvements, and bug fixes for Acquisitions & Circulation In addition we will provide links to recent updates of related services. 2 3 New Feature

More information

IoT Device Simulator

IoT Device Simulator IoT Device Simulator AWS Implementation Guide Sean Senior May 2018 Copyright (c) 2018 by Amazon.com, Inc. or its affiliates. IoT Device Simulator is licensed under the terms of the Amazon Software License

More information

Web Service OCLC

Web Service OCLC 7 January 2014 Responsible Authentication for APIs Web Service Keys @ OCLC Steve Meyer Technical Product Manager, WorldShare Platform Shelley Hostetler Community Manager, WorldShare Platform OCLC @oclcdevnet

More information

Partner Integration Portal (PIP) Installation Guide

Partner Integration Portal (PIP) Installation Guide Partner Integration Portal (PIP) Installation Guide Last Update: 12/3/13 Digital Gateway, Inc. All rights reserved Page 1 TABLE OF CONTENTS INSTALLING PARTNER INTEGRATION PORTAL (PIP)... 3 DOWNLOADING

More information

Polaris Acquisitions. Presented by: Wes Osborn Central Library Consortium

Polaris Acquisitions. Presented by: Wes Osborn Central Library Consortium Polaris Acquisitions Presented by: Wes Osborn Central Library Consortium Overview Troubleshooting NOT Training Goals and Guidelines PO Problems Invoicing Issues Rollover Recommendations Reporting Round-Up

More information

[GSoC Proposal] Securing Airavata API

[GSoC Proposal] Securing Airavata API [GSoC Proposal] Securing Airavata API TITLE: Securing AIRAVATA API ABSTRACT: The goal of this project is to design and implement the solution for securing AIRAVATA API. Particularly, this includes authenticating

More information

What's New in Polaris and Leap 5.2

What's New in Polaris and Leap 5.2 2016 World Headquarters 5850 Shell-mound Way Emeryville, CA 94608 +1.510.655.6200 Eastern US - New York 103 Commerce Blvd., Suite A Liverpool, NY 13088 +1.800.272.3414 Polaris Installation Note 1 New and

More information

Leveraging the Globus Platform in your Web Applications

Leveraging the Globus Platform in your Web Applications Leveraging the Globus Platform in your Web Applications Steve Tuecke tuecke@uchicago.edu NCAR September 5, 2018 Globus serves as A platform for building science gateways, web portals and other applications

More information

Set Defaults to set session defaults for purchase orders, line items, line item copies/funds, etc.

Set Defaults to set session defaults for purchase orders, line items, line item copies/funds, etc. ORBIS ACQUISITIONS Workflows at a glance Acquisitions Toolbar Set Defaults to set session defaults for purchase orders, line items, line item copies/funds, etc. Set Preferences to set color and font size

More information

All The News That Fits! What s New in Polaris 4.1

All The News That Fits! What s New in Polaris 4.1 Enter bullet text here Second level All The News That Fits! What s New in Polaris 4.1 Bill Schickling, President and CEO MidAtlantic PUG, April 20, 2012 1 1 Polaris PowerPAC Redesigned! Easier to use,

More information

WHAT S NEW in ALEPH VERSION 22

WHAT S NEW in ALEPH VERSION 22 WHAT S NEW in ALEPH VERSION 22 March 16, 2015 1 Table of Contents Acquisitions/Serials... 3 Acquisitions Updates:...3 Serials Updates:...5 Cataloging... 7 Circulation... 12 Course Reserves... 16 Interlibrary

More information

Release Date: July 16, Introduction... 3 Recommended actions... 3 Circulation... 4

Release Date: July 16, Introduction... 3 Recommended actions... 3 Circulation... 4 Release Date: July 16, 2017 Contents Introduction... 3 Recommended actions... 3 Circulation... 4 New Features... 4 Block Patrons based on the length of time an item is overdue... 4 Assess fee for sending

More information

Deploy Enhancements from Sandboxes

Deploy Enhancements from Sandboxes Deploy Enhancements from Sandboxes Salesforce, Spring 18 @salesforcedocs Last updated: April 13, 2018 Copyright 2000 2018 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark

More information

Serials Properties for Symphony Workflows 3.3

Serials Properties for Symphony Workflows 3.3 Serials Properties for Symphony Workflows 3.3 Last Updated August 5, 2010 Introduction... 5 In... 6 Behavior...6...7 Order for Received Issues...7 Helpers...7 Display Bibliographic Description Helper...8

More information

Self-Service Portal & estore Guide. Your complete guide to installing, administering and using the 1CRM Self-Service Portal and estore.

Self-Service Portal & estore Guide. Your complete guide to installing, administering and using the 1CRM Self-Service Portal and estore. Self-Service Portal & estore Guide Your complete guide to installing, administering and using the 1CRM Self-Service Portal and estore. Version 4.2, October, 2017. This document is subject to change without

More information

ArcGIS Enterprise Security: An Introduction. Gregory Ponto & Jeff Smith

ArcGIS Enterprise Security: An Introduction. Gregory Ponto & Jeff Smith ArcGIS Enterprise Security: An Introduction Gregory Ponto & Jeff Smith Agenda ArcGIS Enterprise Security Model Portal for ArcGIS Authentication Authorization Building the Enterprise Encryption Collaboration

More information

Ariba Network Configuration Guide

Ariba Network Configuration Guide Ariba Network Configuration Guide Content Account Configuration Basic Profile Email Notifications Electronic Order Routing Electronic Invoice Routing Remittances Test Account Creation Managing Roles and

More information

Masterpass Service Provider Onboarding and Integration Guide Merchant by Merchant Model U.S. Version 6.18

Masterpass Service Provider Onboarding and Integration Guide Merchant by Merchant Model U.S. Version 6.18 Masterpass Service Provider Onboarding and Integration Guide Merchant by Merchant Model U.S. Version 6.18 30 September 2016 SPMM Summary of Changes, 30 September 2016 Summary of Changes, 30 September 2016

More information

Implementing EDS. A ten step summary, as experienced at Hofstra University Library

Implementing EDS. A ten step summary, as experienced at Hofstra University Library Implementing EDS A ten step summary, as experienced at Hofstra University Library Step One Data Analysis The data analysis should be performed prior to committing to going forward with EDS. Ebsco s Data

More information

Introduction... 3 Recommended actions Administrative actions... 3 Follow-up actions Acquisitions... 4

Introduction... 3 Recommended actions Administrative actions... 3 Follow-up actions Acquisitions... 4 Release Date: July 31, 2016 Contents Introduction... 3 Recommended actions... 3 Administrative actions... 3 Follow-up actions... 3 Acquisitions... 4 New Features... 4 Enhanced cancellation workflows...

More information

Analytics Platform Setup Guide

Analytics Platform Setup Guide Salesforce, Spring 18 @salesforcedocs Last updated: February 22, 2018 Copyright 2000 2018 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark of salesforce.com, inc., as are

More information

Sierra 3.4 Release Notes Release Notes

Sierra 3.4 Release Notes Release Notes Sierra 3.4 Release Notes Release Notes Sierra 3.4 is currently in general release. New features in Sierra 3.4 Sierra Offline Circulation client (Please see Download and Install Sierra Offline Circulation)

More information

Oracle Cloud Using the Evernote Adapter. Release 17.3

Oracle Cloud Using the Evernote Adapter. Release 17.3 Oracle Cloud Using the Evernote Adapter Release 17.3 E69234-07 September 2017 Oracle Cloud Using the Evernote Adapter, Release 17.3 E69234-07 Copyright 2016, 2017, Oracle and/or its affiliates. All rights

More information

GlobalSearch Security Definition Guide

GlobalSearch Security Definition Guide Prepared by: Marketing Square 9 Softworks 203-361-3471 127 Church Street, New Haven, CT 06510 O: (203) 789-0889 E: sales@square-9.com www.square-9.com Table of Contents GLOBALSEARCH SECURITY METHODS...

More information

Using Evergreen s Acquisitions Module. Documentation Interest Group

Using Evergreen s Acquisitions Module. Documentation Interest Group Using Evergreen s Acquisitions Module Documentation Interest Group Using Evergreen s Acquisitions Module Documentation Interest Group Report errors in this documentation using Launchpad. Table of Contents

More information

WorldShare Interlibrary Loan Release Notes March 2014 Release

WorldShare Interlibrary Loan Release Notes March 2014 Release WorldShare Interlibrary Loan Release Notes March 2014 Release Contents WorldShare ILL... 2 Browser Support... 2 Interlibrary Loan Home Page... 2 On ILL Home Page, cursor focus is now in request search

More information

Updated: April, 2018 (see what s new) Table of Contents. Overview Switching from Maintenance to Subscription Pricing for Switching...

Updated: April, 2018 (see what s new) Table of Contents. Overview Switching from Maintenance to Subscription Pricing for Switching... Important Updates on Maintenance Plans Frequently Asked Questions Customers This document answers frequently asked questions about maintenance plan changes as we move to one business model. Updated: April,

More information

Media Services Advisory Meeting. September 29, 2015

Media Services Advisory Meeting. September 29, 2015 Media Services Advisory Meeting September 29, 2015 Welcome Introducing Noah Himes Contacting NEOnet Library Mini Conference Thanks to all who helped plan, presented and attended! Resources from the presentations

More information

ArcGIS Server and Portal for ArcGIS An Introduction to Security

ArcGIS Server and Portal for ArcGIS An Introduction to Security ArcGIS Server and Portal for ArcGIS An Introduction to Security Jeff Smith & Derek Law July 21, 2015 Agenda Strongly Recommend: Knowledge of ArcGIS Server and Portal for ArcGIS Security in the context

More information

BLACKBERRY SPARK COMMUNICATIONS PLATFORM. Getting Started Workbook

BLACKBERRY SPARK COMMUNICATIONS PLATFORM. Getting Started Workbook 1 BLACKBERRY SPARK COMMUNICATIONS PLATFORM Getting Started Workbook 2 2018 BlackBerry. All rights reserved. BlackBerry and related trademarks, names and logos are the property of BlackBerry

More information

LUCITY REST API INTRODUCTION AND CORE CONCEPTS

LUCITY REST API INTRODUCTION AND CORE CONCEPTS LUCITY REST API INTRODUCTION AND CORE CONCEPTS REST API OFFERINGS Lucity Citizen Portal REST API Lucity REST API Both products are included in our REST API Historically we also offered a COM API and a.net

More information

Phire Frequently Asked Questions - FAQs

Phire Frequently Asked Questions - FAQs Phire Frequently Asked Questions - FAQs Phire Company Profile Years in Business How long has Phire been in business? Phire was conceived in early 2003 by a group of experienced PeopleSoft professionals

More information

Polaris SimplyReports Guide

Polaris SimplyReports Guide Polaris SimplyReports Guide Copyright 2012 by Polaris Library Systems This document is copyrighted. All rights are reserved. No part of this document may be photocopied or reproduced in any form without

More information

OKPAY guides INTEGRATION OVERVIEW

OKPAY guides INTEGRATION OVERVIEW Название раздела OKPAY guides www.okpay.com INTEGRATION OVERVIEW 2012 Contents INTEGRATION OVERVIEW GUIDE Contents 1. Payment System Integration 2. OKPAY Integration Types 2.1. Basic Payment Links and

More information

Full Stack Web Developer Nanodegree Syllabus

Full Stack Web Developer Nanodegree Syllabus Full Stack Web Developer Nanodegree Syllabus Build Complex Web Applications Before You Start Thank you for your interest in the Full Stack Web Developer Nanodegree! In order to succeed in this program,

More information

INSIGNIA LIBRARY SYSTEM TRAINING GUIDE FOR TORONTO CATHOLIC SCHOOL DISTRICT DATE: AUG 25 -SEP 05/2014 INSIGNIA SOFTWARE CORPORATION

INSIGNIA LIBRARY SYSTEM TRAINING GUIDE FOR TORONTO CATHOLIC SCHOOL DISTRICT DATE: AUG 25 -SEP 05/2014 INSIGNIA SOFTWARE CORPORATION INSIGNIA LIBRARY SYSTEM TRAINING GUIDE FOR TORONTO CATHOLIC SCHOOL DISTRICT DATE: AUG 25 -SEP 05/2014 INSIGNIA SOFTWARE CORPORATION Table of Contents Welcome to Insignia Software... 4 System Requirements...

More information

Integration Framework. Architecture

Integration Framework. Architecture Integration Framework 2 Architecture Anyone involved in the implementation or day-to-day administration of the integration framework applications must be familiarized with the integration framework architecture.

More information

Don t panic! Are all library systems dying?

Don t panic! Are all library systems dying? Don t panic! Are all library systems dying? Peter Price Library Systems Manager University of Plymouth IGeLU Conference 2009, Helsinki, Finland. 6 th 9 th September 2009 University of Plymouth Single campus

More information

Last Updated May Acquisitions

Last Updated May Acquisitions Last Updated May 2016 Acquisitions Fund Records... 3 Order Records... 7 Holding Codes... 7 Item Types... 7 Session Settings... 8 Review All Funds Wizard... 9 Review Available Funds Wizard... 11 Add Fund

More information

Future Trends of ILS

Future Trends of ILS Held at The Hong Kong Institute of Education 24 April 2015 Future Trends of ILS K.T. Lam The Hong Kong University of Science and Technology Library lblkt@ust.hk, orcid.org/0000-0003-2625-9419 Last revised:

More information

From Desktop to the Cloud with Forge

From Desktop to the Cloud with Forge From Desktop to the Cloud with Forge Fernando Malard Chief Technology Officer ofcdesk, llc @fpmalard Join the conversation #AU2016 Class summary This class will introduce the Forge platform from the perspective

More information

Pre-Installation Guide

Pre-Installation Guide Pre-Installation Guide v7.5 May 10, 2013 For the most recent version of this document, visit kcura's Documentation Site. Table of Contents 1 Relativity pre-installation overview 4 2 Windows Updates 4 3

More information

12/05/2017. Customer Service Management

12/05/2017. Customer Service Management 12/05/2017 Contents...3 Get started with... 3 Activate Customer Service... 5 Set up associated entities... 6 Set up communication channels... 16 Track and analyze Customer Service case data... 40 Create

More information

Batchloading Bibliographic records for e-resources into the PINES database

Batchloading Bibliographic records for e-resources into the PINES database AI4-GADD proposal and batchloading. AI4-A: GADD proposal (see attached) The cataloging subcommittee recommends that the GADD proposal be accepted. There was not a formal vote; however, the consensus of

More information

October J. Polycom Cloud Services Portal

October J. Polycom Cloud Services Portal October 2018 3725-42461-001J Polycom Cloud Services Portal Copyright 2018, Polycom, Inc. All rights reserved. No part of this document may be reproduced, translated into another language or format, or

More information

Partner Web Services. GetOrderStatus Version 1 Service Manual

Partner Web Services. GetOrderStatus Version 1 Service Manual Partner Web Services GetOrderStatus Version 1 Service Manual Contents 1 Introduction... 4 1.1 Overview... 4 1.2 Supporting Resources... 4 2 Service Overview... 4 3 Service Endpoints... 5 4 Request/Response

More information

Technical Overview. Elastic Path Commerce

Technical Overview. Elastic Path Commerce Technical Overview Elastic Path Commerce Extensible, Easy-to-Integrate, Scalable and More 7 Reasons Why Elastic Path Commerce Is The Best Fit For Your Unique Business 1. API is the Core of Digital Commerce

More information

TFS Self-Service Password Reset Portal Getting Started Guide

TFS Self-Service Password Reset Portal Getting Started Guide TFS Self-Service Password Reset Portal Getting Started Guide Texas A&M Forest Service (TFS) Information Resources Department (IR) A quick guide to getting started and using the TFS self-service password

More information

Deploy Enhancements from Sandboxes

Deploy Enhancements from Sandboxes Deploy Enhancements from Sandboxes Salesforce, Spring 17 @salesforcedocs Last updated: March 10, 2017 Copyright 2000 2017 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark

More information

Start by searching the catalog to see if your item is already in the system

Start by searching the catalog to see if your item is already in the system Cataloging Manual for Koha Version 3.0 (stable) 1. Adding Records Instructions for original and copy cataloging. Cataloging in Koha can be done one of two ways. This manual will explain how to use the

More information

Microsoft 365 powered device webinar series Microsoft 365 powered device Assessment Kit. Alan Maddison, Architect Amit Bhatia, Architect

Microsoft 365 powered device webinar series Microsoft 365 powered device Assessment Kit. Alan Maddison, Architect Amit Bhatia, Architect Microsoft 365 powered device webinar series Microsoft 365 powered device Assessment Kit Alan Maddison, Architect Amit Bhatia, Architect Why did we create the Assessment kit? Assessment objectives Assess

More information

StreamOne Cloud Marketplace. Order and Management Guide

StreamOne Cloud Marketplace. Order and Management Guide StreamOne Cloud Marketplace Order and Management Guide StreamOne Cloud Marketplace Order and Management Table of Contents Navigating to the StreamOne Cloud Marketplace Creating a Quote Converting a Quote

More information

Frequently Asked Questions Customers

Frequently Asked Questions Customers Important Updates on Maintenance Plans Frequently Asked Questions Customers This document answers frequently asked questions about maintenance plan changes as we move to one business model. Updated: May

More information

Magento Multilanguage Support: Translation Services Connector

Magento Multilanguage Support: Translation Services Connector Magento Multilanguage Support: Translation Services Connector GPI Translation Services Connector for Magento Copyright 2016-2017 Globalization Partners International. All rights reserved. This ebook was

More information

USER MANUAL. SalesPort Salesforce Customer Portal for WordPress (Lightning Mode) TABLE OF CONTENTS. Version: 3.1.0

USER MANUAL. SalesPort Salesforce Customer Portal for WordPress (Lightning Mode) TABLE OF CONTENTS. Version: 3.1.0 USER MANUAL TABLE OF CONTENTS Introduction...1 Benefits of Customer Portal...1 Prerequisites...1 Installation...2 Salesforce App Installation... 2 Salesforce Lightning... 2 WordPress Manual Plug-in installation...

More information

Project Horizon Technical Overview. Bob Rullo GM; Presentation Architecture

Project Horizon Technical Overview. Bob Rullo GM; Presentation Architecture Project Horizon Technical Overview Bob Rullo GM; Presentation Architecture robert.rullo@sungardhe.com Agenda Banner Evolution Overview Project Horizon Overview Project Horizon Architecture Review Preparing

More information

RELEASE NOTES. Sippo WebRTC Application Controller. Version December Last updated: September 2017

RELEASE NOTES. Sippo WebRTC Application Controller. Version December Last updated: September 2017 RELEASE NOTES Sippo WebRTC Application Controller Last updated: September 2017 Version 3.1 - December 2017 It is been over a year, but Sippo is now a complete matured RTC framework. Not only is able to

More information

Union List Circulation / OPAC Training Manual. To get to the PrairieCat Encore catalog for searching, go to:

Union List Circulation / OPAC Training Manual. To get to the PrairieCat Encore catalog for searching, go to: Union List Circulation / OPAC Training Manual To get to the PrairieCat Encore catalog for searching, go to: http://search.prairiecat.info Revised October 27, 2015 1 Table of Contents Searching in Encore

More information

Axis 360 User FAQ. Are the Android/Kindle Fire versions of the app different from the ios version?

Axis 360 User FAQ. Are the Android/Kindle Fire versions of the app different from the ios version? Axis 360 User FAQ What is Axis 360? What devices can I use? Are the Android/Kindle Fire versions of the app different from the ios version? How do I log in to the Axis 360 mobile app and library website?

More information

WEB-BASED COLLECTION MANAGEMENT FOR LIBRARIES

WEB-BASED COLLECTION MANAGEMENT FOR LIBRARIES WEB-BASED COLLECTION MANAGEMENT FOR LIBRARIES Comprehensive Collections Management Systems You Can Access Anytime, Anywhere AXIELL COLLECTIONS FOR LIBRARIES Axiell Collections is a web-based CMS designed

More information

Desktop App Release Notes

Desktop App Release Notes BlackBerry AtHoc Networked Crisis Communication Desktop App Release Notes Release 6.2.x.275, November 2017 (Windows) Release 1.6.0, April 2017 (Mac) Copyright 2014 2017 BlackBerry Limited. All Rights Reserved.

More information

Managed Access Gateway. Request Management Guide (For Administrators)

Managed Access Gateway. Request Management Guide (For Administrators) Managed Access Gateway Request Management Guide (For Administrators) Version 2.0 Exostar, LLC October 14, 2013 Table of Contents Purpose...1 Overview...2 Organization Administrator Tasks...3 Verify User's

More information

DEVELOPED BY THE SHARE BIBLIOGRAPHIC SERVICES TEAM SPRING 2013 REVISED MAY

DEVELOPED BY THE SHARE BIBLIOGRAPHIC SERVICES TEAM SPRING 2013 REVISED MAY ITEM RECORDS DEVELOPED BY THE SHARE BIBLIOGRAPHIC SERVICES TEAM SPRING 2013 REVISED MAY 2014 Table of Contents General cataloging steps... 3 Matching... 3 General match points... 3 Creating Item Records...

More information

WorldShare License Manager Release Notes. Administrative Actions... 2 Follow-up Actions... 2 New Features... 4

WorldShare License Manager Release Notes. Administrative Actions... 2 Follow-up Actions... 2 New Features... 4 WorldShare License Manager Release Notes Release Date: February 12, 2017 Contents Administrative Actions... 2 Follow-up Actions... 2 New Features... 4 See Vendor Details within a License... 4 Search License

More information