...
Summary: This release includes two new features, five enhancements, many bug fixes and a number of non-functional changes to allow for expansion of the request state model for handling CDL (Controlled Digital Lending) and non-returnable request flows in the future. A patch including five additional bug fixes was released on May 15, 2023.
New features
New WMS Host LMS adapter -
A new WMS Host LMS adapter is available that provides expanded NCIP integration for WMS. With the WMS2 adapter ReShare can send and receive the following four messages with WMS: LookUpUser, CheckoutItem, AcceptItem and CheckinItemLookup User, Check Out Item, Accept Item and Check In Item. Several settings changes are required.
New NCSU Host LMS adapter -
z39.50 and ILS integration (NCIP) for North Caroline Carolina State University’s Symphony system is now available. ReShare can send and receive the following four messages with NCSU : LookUpUser, CheckoutItem, AcceptItem and CheckinItemLookup User, Check Out Item, Accept Item and Check In Item.
Enhancements/Improvements
...
Values returned in the temporary location field in the Voyager z39.50 response are now treated as Host LMS locations and added to the Host LMS location table. The first time a new temporary location is added it will be considered requestable. Staff will need to mark the new Host LMS location with a supplying priority of -1 if they wish that temporary location to be not requestable.
...
ItemID / barcode now populates the ‘selected item barcode’ field through the Voyager and Horizon Host LMS adapters
The value returned in the itemID field in the Voyager z39.50 response will populate the ‘selected item barcode’ field in the patron request. This itemID will appear in the item barcode field in the Supply app queue, in the Flow screen and at the bottom of the pull slip before the pull slip is printed for the first time.
...
The Sierra Host LMS adapter now considers items with a public note of CHECK SHELVES to be considered available for requesting.
Symphony and NCSU Host LMS
...
adapters prepend ^C to the localID of the bib record so the autoresponder can correctly find the unique bib record via
...
Z39.50
Symphony assigns a unique record id ID to their bib records that is not necessarily output to a MARC tag and indexed in z39Z39.50. In order to effectively search and retrieve a single match on these unique record idsIDs, a ^C must precede the unique number before being sent by the autoresponder in the search URL.
...
Volume notes added to a request were previously displayed at the end of the author data in the pull slip , and was were very hard to see. The Volume: field is now placed between the title and author fields at the top of the pull slip and displays more clearly now.
...
After printing pull slips and returning to the Supply app queue, the sort order of the Supply app was not be maintained. This was has been corrected.
Voyager Host LMS adapter unable to handle
...
NCIP Accept Item message when request lacks an author
In Voyager, an AcceptItem NCIP Accept Item error is no longer returned if a request does not contain an author
...
An issue with searching on null codes against the Host LMS location, shelving location and patron profile tables locations, shelving locations and patron profiles tables was corrected.
URL to list of pull slip results causes error in UI (1.11.1 patch)
After the upgrade to release 1.11, the error “e.split is not a function” when following the URL in a pull slip notification email was corrected.
Pull slip population problems when batch printing from Supply App (1.11.1 patch)
Using “Print pullslips” to print a batch of pullslips from the Supply queue caused the “Contact … or …” text to be empty, and the “To:” field displayed the ISIL symbol instead of the institution name. This problem was corrected.
WMS autoresponder lookup problem (1.11.1 patch)
After the upgrade to release 1.11, the WMS autoresponder was unable to process the values returned, causing the request to be marked “cannot supply”. This problem was corrected.
Unread messages time out problem (1.11.1 patch)
An inefficient query behind the “unread messages” filter in the Request and Supply Apps caused a timeout error for libraries with a large number of active requests. The query was optimized.
Unable to cancel requests in a state of “Invalid Patron” (1.11.1 patch)
Cancelling a request in a state of “Invalid Patron” caused the request to go to “Cancel Pending” rather than “Cancelled”. This includes requests from patrons whose Host LMS patron profile cannot place requests. This problem was corrected.
Non-functional changes
...
Connection closed issues when sending to kafka
Make the registering of topics with Kafka thread-safe
Add integration tests for a number of request scenarios
...