Requesting Options
This page describes the Web options for the Requesting options group. Review these options to determine any necessary setup that your organization might need to perform.
BIBREQUEST
This option determines whether bibliographic records with no attached items or orders can be requested.
Automatic Request Processing
To use the BIBREQUEST Web option, your library must have Automatic Request Processing configured to allow requests on bibliographic records that have no attached item or order records. If your system was not configured to allow requests on bibliographic records that have no attached item or order records, or if you do not know your system's configuration, contact Innovative.
If your library is set up for Automatic Request Processing and allows requests on bibliographic records that have no attached item or order records, set this option to a "TRUE" value (e.g., '1', the characters 'T', 't', 'Y', or 'y', or any word beginning with one of these characters).
Order Records
If this option is set to a "TRUE" value and an order record is either suppressed from the WebPAC display or is blocked in request rules, the system displays the following system message:
No attached item or order records
The system then allows bibliographic level holds.
If this option is set to a "FALSE" value (e.g., '0', the characters 'F', 'f', 'N', or 'n', or any word beginning with one of these characters) or this option is not defined, bibliographic records without attached item or order records cannot be requested through the WebPAC.
BUT_REQUEST
This option defines the image to use for the Request button. For example:
BUT_REQUEST=/screens/request.gif
BUT_REQUEST_ALL
This option defines the image to use for the Request Available button. Clicking this button requests all available saved records. For example:
BUT_REQUEST_ALL=/screens/request_all.gif
BUT_REQUEST_MULTI
This option defines the image that displays for the Place multiple requests button. For example:
BUT_REQUEST_MULTI=/screens/request_multi.gif
BUT_REQUEST_RESET
This option defines the image to use for the Reset Form button. For example:
BUT_REQUEST_RESET=/screens/request_reset.gif
BUT_REQUEST_SELECTED
This option defines the image to use for the Request Selected button. For example:
BUT_REQUEST_SELECTED=/screens/request_selected.gif
ICON_BUT_REQUEST[scope][_lang]
This option defines the display properties for the Request link. This option accepts an HTML value that defines the text or an image to use as the link. For example:
ICON_BUT_REQUEST=<strong>Request</strong>
For a graphic link example:
ICON_BUT_REQUEST=<img src="/screens/request.gif" alt="Request" border="0" />
If this option is not defined, the system uses the value of the BUT_REQUEST Web option. If neither option is defined, the system uses following default:
ICON_BUT_REQUEST=Request
This option can vary by scope and language.
ICON_BUT_REQUEST_ALL[scope][_lang]
This option defines the display properties for the Request Available link. This option accepts an HTML value that defines the text or an image to use as the link. For example:
ICON_BUT_REQUEST_ALL=<strong>Request Available</strong>
For a graphic link example:
ICON_BUT_REQUEST_ALL=<img src="/screens/request_all.gif" alt="Request All" border="0" />
If this option is not defined, the system uses the value of the BUT_REQUEST_ALL Web option. If neither option is defined, the system uses following default:
ICON_BUT_REQUEST_ALL=Request All
This option can vary by scope and language.
ICON_BUT_REQUEST_MULTI[scope][_lang]
This option defines the display properties for the Place Multiple Requests link. This option accepts an HTML value that defines the text or an image to use as the link. For example:
ICON_BUT_REQUEST_MULTI=<strong>Place Multiple Requests</strong>
For a graphic link example:
ICON_BUT_REQUEST_MULTI=<img src="/screens/request_multi.gif" alt="Place Multiple Requests" border="0" />
If this option is not defined, the system uses the value of the BUT_REQUEST_MULTI Web option. If neither option is defined, the system uses following default:
ICON_BUT_REQUEST_MULTI=Place multiple requests
This option can vary by scope and language.
ICON_BUT_REQUEST_RESET[scope][_lang]
This option defines the display properties for the Reset Form link. This option accepts an HTML value that defines the text or an image to use as the link. For example:
ICON_BUT_REQUEST_RESET=<strong>Reset</strong>
For a graphic link example:
ICON_BUT_REQUEST_RESET=<img src="/screens/request_reset.gif" alt="Reset" border="0" />
If this option is not defined, the system uses the value of the BUT_REQUEST_RESET Web option. If neither option is defined, the system uses following default:
ICON_BUT_REQUEST_RESET=Reset Form
This option can vary by scope and language.
ICON_BUT_REQUEST_SELECTED[scope][_lang]
This option defines the display properties for the Request Selected link. This option accepts an HTML value that defines the text or an image to use as the link. For example:
ICON_BUT_REQUEST_SELECTED=<strong>Request Selected</strong>
For a graphic link example:
ICON_BUT_REQUEST_SELECTED=<img src="/screens/request_selected.gif" alt="Request Selected" border="0" />
If this option is not defined, the system uses the value of the BUT_REQUEST_SELECTED Web option. If neither option is defined, the system uses following default:
ICON_BUT_REQUEST_SELECTED=Request Selected
This option can vary by scope and language.
ICON_REQUEST[scope][_lang]
This option defines the display properties of the Request link in a brief citation (bibliographic record information that displays on an index browse). The value is HTML, defining either the text or an image to use as the link. If an image is defined, it can be either as a relative or an absolute URL. For example:
ICON_REQUEST=<img src="/screens/request.gif" ALT="Request" BORDER=0>
If this option does not exist or is not defined, then a system-generated text link will display.
This option can vary by scope and language.
ICON_REQUEST_VOLUME[scope][_lang]
This option defines the display properties of the Request Volume link in the volume information display. This option accepts HTML values to define either the text or an image to use as the link. For example:
ICON_REQUEST_VOLUME=<img src="/screens/request.gif" ALT="Request this Volume" BORDER=0>
or
ICON_REQUEST_VOLUME=<strong>Request Volume</strong>
If this option does not exist or is not defined, then the system uses the following default:
ICON_REQUEST_VOLUME=Request this Volume
This option can vary by scope and language.
REQFILLTIME[scope][_P#][_lang]
This option allows your organization to display the approximate time before filling a title-level hold. The WebPAC calculates the date based on an algorithm determined from a start number defined by your organization. That algorithm is:
([number of holds] * [average loan days]) / [number of items]
If the [number of items] is equal to zero, the system does not display a message.
The value of this option is:
REQFILLTIME=[days]|[req msg]|[view msg]|[no hold msg]
Element | Description |
---|---|
[days] | This element is the average number of days an item is checked out. The number entered in this element is used in the hold fill date algorithm. |
[req msg] | The element defines the message the WebPAC displays when the patron is placing a request. The message displays in the pverify3_web.html file as part of the <!--{reqmsg}--> token. This element accepts a mini-token, %d, which inserts the result of the hold fill date algorithm. |
[view msg] | The element defines the message the WebPAC displays when a patron is viewing holds in their own patron record. This element accepts a mini-token, %d. The system replaces this token with the result of the hold fill date algorithm. |
[no hold msg] | The element defines the message the WebPAC displays when an item that has no hold on it meets all of the following conditions:
|
For example:
REQFILLTIME=14|<br />Current estimated availability: approximately %d days|<br />Request available in approximately %d days|<br />This material may be immediately available
This option can vary by scope, patron type (P TYPE), and language.
REQUEST[scope][_lang]
This option controls the offering of the REQUEST this item option. The syntax for this option is:
REQUEST=[Option Text]|[Hold Level]|[Pickup Location]|[NNA Date]
Value | Description | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
[Option Text] | The label for the requesting option. | ||||||||||||||||||
[Hold Level] |
The type (level) of requested hold. Valid values are:
|
||||||||||||||||||
[Pickup Location] |
The type of pickup location. Valid values are:
|
||||||||||||||||||
[NNA Date] |
If this element is set to a "true" value (any word starting with 't', 'T', 'y', 'Y', or the number '1'), the WebPAC places a Not Needed After (NNA) drop-down menu on custom request forms.
If this element is set to a "false" value (any word starting with 'f', 'F', 'n', 'N', or the number '0') or not defined, the WebPAC does not display an NNA date. The user's chosen NNA date takes precedence over any system-generated NNA date. NOTEIf you want your system set up to automatically include a Not-Needed-After date when patrons place holds in the OPAC or WebPAC, contact Innovative. |
For example:
REQUEST=Place a reservation on this item|item|ask|Y
Held Item Delivery Product
If your library has acquired the "Held Item Delivery" product, the setting of the [Pickup Location] element determines which locations appear in the Ship To drop-down list when a patron selects the Pick up Location radio button. See Held Item Delivery for more information.
This option can vary by scope and language.
REQUEST_ARTICLE_IFCHKIN
This option controls whether users are prompted for specific journal article information when requesting an item with attached checkin records. The option format is:
REQUEST_ARTICLE_IFCHKIN=[article]|[item]
Element | Description |
---|---|
[article] | When this element is set to a "true" value (any word starting with 't', 'T','Y', or the number '1'), then if a user requests an item that has an attached checkin/holdings record, the system allows the user to request an article.
If this element is set to a "false" value (any word starting with 'f', 'F', 'n', 'N', or the number '0') or is not defined, then the system does not allow the user to select an article when requesting an item with an attached checkin/holdings record. |
[item] | When this element is set to a "true" value (any word starting with 't', 'T', 'Y', or the number '1'), then if a user requests an item that has an attached checkin/holdings record (such as a periodical), the system prompts for additional information that describes a specific journal article (the volume and issue number, the article's author and title, etc.).
If this element is set to a "false" value (any word starting with 'f', 'F', 'n', 'N', or the number '0') or is not defined, the system only prompts the user to select an item from one of the attached checkin/holdings records NOTEThe system prompts the user even if there is no checkin card. |
For example:
REQUEST_ARTICLE_IFCHKIN=t|t
REQUEST_CIRCLE_MSG[_P#][_lang]
This option defines the patron types that are not allowed to request outside of the P TYPE's "request circle" and the message that displays to users who attempt invalid requests based on their "request circle." The option value is:
REQUEST_CIRCLE_MSG=[text]
Where [text] is the system message indicating the user is requesting outside of the user's request circle.
For more information on "request circles", see Item Request Circles.
This option can vary by patron type (P TYPE) and language. For example:
REQUEST_CIRCLE_MSG_P12=Sorry, you are not permitted to place requests on items from other branches.
If this option is defined without a patron type (P TYPE) suffix, the system forbids all patron types from making any inter-circle requests. This option does not have a default setting.
NOTE
The REQUEST_CIRCLE_MSG option works only if the "hold level" in the REQUEST option is set to circle. If the REQUEST "hold level" field has any value other than circle, the WebPAC ignores the REQUEST_CIRCLE_MSG option.
REQUEST_CIRCLE_PICKUP
This option defines which patrons may select a pickup location for requests within their "circle". This option accepts a comma-delimited list of patron types as a value. For example:
REQUEST_CIRCLE_PICKUP=1,4,256
In this example, patrons with a P TYPE of 1, 4, and 256 can select a pickup location for requested items. Patrons of any other P TYPE are given a system-generated pickup location.
NOTE
The REQUEST_CIRCLE_PICKUP option only works if the "hold level" in the REQUEST option is set to circle. If the REQUEST "hold level" field has any value other than circle, the WebPAC ignores the REQUEST_CIRCLE_PICKUP option.
REQUEST_INSTRUCTION[_lang]
This option specifies the caption for the input box that is presented to the user when an item is requested. For example:
REQUEST_INSTRUCTION=Please enter your request
This option can vary by language.
REQUEST_MULTI[_lang]
This option is identical in form to the REQUEST option. All fields perform the same function except the Option Text field. The data entered in the Option Text field of the REQUEST_MULTI option defines the title of the Batch Requesting page, and, if the BUT_REQUEST_MULTI option is not defined, defines the text used for the Request Multi option on the Book Cart screen.
If this option is not defined, the WebPAC does not offer Batch Requesting.
Held Item Delivery Product
If your library has acquired the "Held Item Delivery" product, the setting of the [Pickup Location] element determines which locations appear in the Ship To drop-down list when a patron selects the Pick up Location radio button. See Held Item Delivery for more information.
This option can vary by language.