Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Page Properties


Document status

Status
titleDRAFT

Area coveredSystems, Resource Sharing
Lead Author
Co-authors

Ian Chan (Unlicensed), Christian Ward Jeremy Shellhase (Unlicensed), Dawnell Ricciardi, Danny Soares


Background

The plug-in covers two ILL functions - borrowing and lending.

...

When an item is "Marked as Found" in ILLiad the plug-in checks the Reference Number field in ILLiad for the item barcode (this must be input by the lending librarian). When it matches, the item is then moved from the items home location to the Resource Sharing Lending librarylocation. When the item is returned and "Checked In" in ILLiad the plug-in sends a message to Alma and the item is marked as "In transit" to its home location. It will need to be scanned in Alma and re-shelved.

(https://github.com/vculibraries/alma-ncip)

Best Practice Recommendations

  • In order for the Illiad ILLiad / Alma plugin to work, the Illiad ILLiad user account must match either the Primary Identifier or another designated Identifier in Alma.For new user accounts created for Illiad, use the Primary identifier that is exported by PeopleSoft during the Patron Load as the unique account name for the borrower.contain a unique patron identifier that  matches a unique Alma patron identifier (e.g Primary Identifier, University ID, Barcode, etc.)

Alma Setup

Setup requires the creation of a Resource Sharing Partner and a Resource Sharing Library or a temporary location within an establised library if not using the Resource Sharing Library that comes with Alma.

Resource Sharing Partner

In Alma,navigate to Fulfillment »  Resource Sharing »  Partners. Click Add Partner and complete the fields listed below under the General Information tab. You can view the ExLibris Documention, here.

...

Complete the the following mandatory fields in the Parameters tab:

FieldDataNotes
User Identifier type

Primary Identifier (default) or

Other Defined Identifier in Alma

Recommending the Primary Identifier since this will be used for other services and third party

integrations within Alma. However this can be another defined identifier in the user record

(Barcode, University ID, etc)

Data from this field must match a unique patron identifier in ILLiad. The default in ILLiad is username. If the defaults cannot be applied to your campus then please view the additional instructions for alternate user identifiers here.

Request pushing methodOpen URL
URL templateCampus specific Open URLAccording to Ex Libris, this is not mandatory. Reference ERM Functional Call from 4/6
Default library ownerResource Sharing Library or Temp Location
Request Item - Bibliographic record ID typeOCLC Number
Request Item - Default locationLending Resource Sharing Request
Check-Out Item - Default locationBorrowing Resource Sharing Request
Check-Out Item - Default item policyCampus defined policy
Accept Item - Default location

Resource Sharing Library

If you have elected to use the Resource Sharing Library then you must configure both the Open Hours and Terms of Use tables for that library.


ILLiad Setup

In order to integrate Illiad with Alma, the add-on must be installed in every Illiad client that will be processing borrowing and lending requests. The client configuration is provided by VCU on GitHub and will need to be modified to look for the lending partner setup in Alma. Our settings are as follows: 

...

Field NameDataNote
NCIP_Responder_URLhttps://[your-Alma-Instance].alma.exlibrisgroup.com/view/NCIPServlet

Approximately located in Line 12 of the config.xml file

Where "Your-Alma-Instance" can be determined by clicking on the HELP option in Alma's upper right corner. (e.g.na01,na03)

acceptItem_from_uniqueAgency_value

Institutional Alma CodeApproximately located in Line 15 of the config.xml file

ApplicationProfileType

e.g., ILLIAD

Approximately located in Line 18 of the config.xml file

It is case sensitive. The code's case must match exactly what you have listed for the Alma Resource Sharing Partner

  1. Line 12 - NCIP_Responder_URL, enter 
  2. acceptItem_from_uniqueAgency_value
  3. ApplicationProfileType


Alternate Instructions for alternate identifier (Coming soon)


Now, modify the following settings within the Illiad ILLiad client systems plug-in interface.

Field NameDataNote
NCIP_Responder_URLhttps://[your-Alma-Instance].alma.exlibrisgroup.com/view/NCIPServlet

Where Your-Alma-Instance can be determined by clicking on the HELP option in Alma's upper right corner. (e.g.na01,na03)

acceptItem_from_uniqueAgency_valueInstitutional Alma CodeSupplied by ExLibris during migration. For a list of Institution Codes please click here.
ApplicationProfileTypee.g., ILLIAD

This is your institutions Resource Sharing Partner code from Alma.

It is case sensitive. The code's case must match exactly what you have listed for the Alma Resource Sharing Partner.

BorrowingAcceptItemFailQueueUse defaultThis designates the name of the queue a Borrowing Transaction will be moved to if the BorrowingAcceptItem function fails.
BorrowingCheckInItemFailQueueUse defaultThis designates the name of the queue a Borrowing Transaction will be moved to if the BorrowingCheckInItem function fails.
LendingCheckOutItemFailQueueUse defaultThis designates the name of the queue a Lending Transaction will be moved to if the CheckOutItem function fails.
LendingCheckInItemFailQueueUse defaultThis designates the name of the queue a Lending Transaction will be moved to if the CheckInItem function fails.
EnablePatronBorrowingReturns
When this setting is enabled, patron returns will go through ILLiad and a message is sent to Alma. When this setting is disabled, patron returns will go through ILLiad and will need to also be returned through Alma.
Use_Prefixes
Determines whether or not you want to change prefixes of a transaction based on specific criteria.
Prefix_for_LibraryUseOnlyYesThis setting allows you to change the prefix of a transaction that is marked LibraryUseOnly.
Prefix_for_RenewablesAllowedYes

This setting allows you to change the prefix of a transaction that is marked RenewalsAllowed.

Prefix_for_LibraryUseOnly_and_RenewablesAllowedYesThis setting allows you to change the prefix of a transaction that is marked both LibraryUseOnly and RenewalsAllowed.




Then make sure the plug-in is activated in the ILLiad client. This is not automatic.

 After all edits have been made to the file, restart Illiad and register the Add-on (see the documentation on activating an Add-On).

Distributing the add-on to multiple ILLiad clients

Atlas provides documentation for configuring ILLiad so that add-on files can be shared by multiple clients:

https://prometheus.atlas-sys.com/display/ILLiadAddons/Distributing+Addons

The add-on can be distributed to all clients and de-activated for those clients that are not using it.

During testing at SLO, the NCIP plugin was deployed once from the server, with its config, and is auto-activated in the everyone's ILLiad client, but it was discovered that the ILLiad client needed to be run once as Administrator in order to write the updated add-on from server share into Program Files (x86)\ILLiad\Addons. (Thanks to Mike Price at SLO for sharing this troubleshooting tip!).


Action log


SectionPoint Person

Expected Completion Date

Last action takenNext action required

Articulate the need for the policy (background)

 





Create a Policy Statement

 



Identify and create best practice recommendations


 



Update Response Server URL instruction

add new screen shot

Micah Jeffries (Unlicensed)


 

Tasks to be completed

  •  Type your task here, using "@" to assign to a user and "//" to select a due date


Added documentation for distributing add-on to multiple clientsLauren Magnuson (Unlicensed)