Using Request Circles

A request circle is, in practice, a loan rule used to restrict the requesting of items that patrons can easily pick up locally. Request Circles act as filters for requesting and are used by WebPAC to:

See Setting Up Request Circles and Example of a Request Circle.

  • Request Circles do not work with Batch Requesting. Innovative suggests that organizations using Request Circles disable Batch Requesting.
  • AirPAC does not support Request Circles.

Setting Up Request Circles

Request Circles allow libraries to limit the requesting of materials to items that patrons have easy access to while still permitting the requesting of distant or currently unavailable items. This enhanced request behavior is enabled by setting the REQUEST Web option to "circle." The system uses a "request circle" defined in the Locations Served table and based on the user's specified pickup location.

  1. Using locations defined in the Hold Pickup Locations table, configure your Locations Served table, as needed.

    For each request circle, create a new Locations Served entry at the end of the Locations Served table. Include the locations that you want in the request circle, as needed.
    NOTE

    Locations Served entries for Request Circles must appear at the end of the table.

  2. Configure your Web options.
    1. Choose Administration - Web Optionsfrom the Function list.
    2. Choose the Requesting options group.
    3. Add or modify the REQUEST option, setting the <Hold Level> to "circle" to activate the request circle functionality.
    4. Customize the request circle functionality, as needed, by adding the following options:

Example of a Request Circle



The following example is set up in Our Town, where there are four locations: East, North, South, West.

Each location has the following pickup locations defined in the Hold Pickup Locations file.

  
    East    east1, east2, eref
    North   no1, no2, nref
    South   so1, so2, soref
    West    west1, west2, wref


Each location also has the following locations served defined in the Locations Served file.

  
    ELoc    east1, east2, eref
    NoLoc   no1, no2, nref
    SoLoc   so1, so2, soref
    WLoc    west1, west2, wref


East, North, and West are considered near enough to each other that the library wants to disallow patrons at any one of those locations from requesting materials that are available at any of those three locations.

To create a request circle for East, North, and West, you would add the following entry to the end of your Locations Served file:

  
    ENW Circle   east1, east2, eref, no1, no2, nref, west1, west2, wref


This creates the following request circle for three locations in Our Town.

Request Circle for Our Town

In this example, a patron requests a copy of the latest Harry Potter novel. The process is as follows:
  1. The patron selects a title in the WebPAC and clicks Request.
  2. The user validates through the WebPAC, then selects a pickup location of North Stacks (no1).
  3. The system determines whether the patron's selected pickup location (no1) is part of the request circle.
  4. If so, the system checks the catalog for any items for this bibliographic record that are in the circle and both available and requestable.

    If there are any available, requestable items within the circle, the system denies the request and displays a message to the patron to obtain the materials in person.
  5. If there are unavailable, requestable items inside or outside the current circle, the system builds a list of those items that the patron can request.
    NOTE

    To limit the list of requestable items to only locations within the request circle, set the REQUEST_CIRCLE_MSG Web option.

  6. The patron selects an item to request.
  7. If the patron is one of the patron types defined in the REQUEST_CIRCLE_PICKUP Web option, the WebPAC will use the patron's selected pickup location. Otherwise, the system displays a system-generated pickup location.
  8. The system places the request and displays a confirmation message.