]> git.evergreen-ils.org Git - working/NCIPServer.git/commit
LP 1833284: Option to send database id in LookupUser response
authorJason Stephenson <jason@sigio.com>
Thu, 6 Dec 2018 18:29:29 +0000 (13:29 -0500)
committerJason Stephenson <jason@sigio.com>
Thu, 9 Apr 2020 12:38:49 +0000 (08:38 -0400)
commit5ba306697e8f88fdc1492b0fde717c896a562665
treef47cd3f11518f2aaeb3571d344c1154ca845820c
parent26320fd21bd4fa4b3321f09d89413905e2a95ac7
LP 1833284: Option to send database id in LookupUser response

Autographics can track users who change barcodes or have more than one
barcode by using the user's unique ID.  To implement this feature, we
have added an option to return the user's unique database id instead
of the barcode in the LookupUser response message.  Autographics will
use the database id to track the user on their side, and use the
barcode that the patron entered in all other requests.

The new option is lookupuser_send_database_id and can be activated in
the patrons element of oils_ncip.xml.  See the updated example for
documentation comments.

Signed-off-by: Jason Stephenson <jason@sigio.com>
examples/oils_ncip.xml.example
lib/NCIP/ILS/Evergreen.pm