Skip to main content
ExLibris
  • Subscribe by RSS
  • Ex Libris Knowledge Center

    vxws: Call Slip API uses Patron settings from item policy

    • Article Type: General
    • Product: Voyager
    • Product Version: 8.2.2

    Description:
    Issue number: 16384-20642
    Module: vxws / RESTful API / System Administration
    Server platform affected: all
    Releases replicated in: 8.0.0 - 8.2.0
    Last version without bug: 7.2.5

    Expected results:
    If Call Slip requests are disabled for a patron group in the Circulation Policy for the OPAC Circ Desk, then Call Slip requests would not be allowed for that patron group via Primo or RESTful API call to vxws.

    Actual results:
    Call Slips must be disabled for patron group in the item location’s circulation policy.

    Workflow implications: Confusing; for sites with multiple circulation policies, disabling requests via OPAC for a patron group can be time consuming/cumbersome.

    Replication steps:
    1. Identify a patron and an item you want to place a call slip request on for the patron. Note the patron ID, item ID and bib ID.
    2. In SysAdmin > Circulation > Policy Definitions, edit the policy group that contains the OPAC Circ Desk: on the Patrons tab, edit the patron group for the patron in step 1 so that “Place Call Slip Requests Using OPAC” is not checked.
    3. Edit the policy group that contains the item’s holding location from step 1 so that “Place Call Slip Requests Using OPAC” is checked.
    4. Use the Call Slip Per Item API to make a call slip request, using PUT method to submit request, or log into Primo as patron and place a call slip request on the item:
    http://<IP>:<port>/vxws/record/<bib_id>/items/<item_id>/callslip?patron=<patron_id>&patron_homedb=1@<db_key>
    <?xml version="1.0" encoding="UTF-8"?>
    <call-slip-parameters>
    <comment>testing callslip request</comment>
    <dbkey>1@[db_key]</dbkey>
    <reqinput field="1">Volume</reqinput>
    <reqinput field="2">Issue</reqinput>
    <reqinput field="3">Year</reqinput>
    </call-slip-parameters>
    5. Your request should be rejected, but it will succeed. You'll see the request in the patron record in Circulation, and the API will return a success message.
    6. Now disable Call Slip requests via OPAC in the item’s policy group. Your request will fail with
    <response>
    <reply-text>Failed to create request</reply-text>
    <reply-code>25</reply-code>
    <create-call-slip>
    <note type="error">No holdings are available.</note>
    </create-call-slip>
    </response>

    Workaround: Disable or enable call slips in item location's circ policy definitions.

    Other information: Hold and recall requests appear to similarly succeed when they are not enabled for the patron group in the OPAC Circ Desk policy. However, they also succeed when disabled for the patron group in the item location circ policy as well.

    Resolution:
    Fixed in Voyager 8.2.2.


    • Article last edited: 3/16/2015
    • Was this article helpful?