Folio displays the Reserve button in the hitlist and the Title details by default. For example in the hitlist:
There are a large number of parameters in OLIB Web that control whether a user is able to place reservations and which copies are reservable by that user.
Sometimes this results in the Reserve button not being displayed in Folio for that user. For example the user may have reached their maximum number of permitted reservations.
If there are no reservable copies for that user, OLIB does not allow the reservation to go ahead. A message is displayed explaining why the reservation is not allowed, e.g. no reservable copies at the user's location.
If the user tries to reserve an item but he/she is not already logged in, Folio immediately displays the login form when the user clicks Reserve.
After logging in, Folio displays the user's chosen item to reserve as normal.
Within the above constraints, if the Reservation can go ahead, Folio displays the following:
By default Folio responds with:
Thank you for your reservation. You will be notified in due course when the item is available for you to collect.
The user can track their reservation by going to User Services> View / Update Account:
By default Folio allows users to cancel their reservation. When the Cancel reservation icon is clicked, the reservation is removed from the table as it is no longer an active reservation.
These fields can be included on the reservation hitlist so that the user can specify:
Up to 5 settings can be configured to enable this:
Config Block | Setting | Description | Value / Example | Sequence 1 | Sequence 2 | Include? | |
---|---|---|---|---|---|---|---|
1 | g_reserve | show_coll_loc |
Whether the Collect From field is displayed. This becomes a drop down of locations to select from. If this setting is not included, the Collection Location field will not be displayed. |
"Y" OR "N" | 22 | 0 | Y |
1 | g_reserve | l_coll_loc |
Label for the Collect From field. Defaults to "Collect From:" if the setting is not included. |
"Collect From:" | 23 | 0 | Y |
1 | g_reserve | coll_locs |
List of location key IDs. A semi-colon-separated and delimited list of location key IDs. Sorted by location Long Description (case-insensitive). If this setting is not included, all locations will be included in the list (except for the XXXXX location). |
";MAIN;B1;" | 24 | 0 | Y |
1 | g_reserve | show_del_addr |
Whether the Deliver To field is displayed. This becomes a drop down of addresses from the user's record. If this setting is not included, the Deliver To field will not be displayed. |
“Y” or “N” | 25 | 0 | Y |
1 | g_reserve | l_del_addr |
Label for the Deliver To field. Defaults to "Address To Deliver To:" if this setting is not included. |
"Address To Deliver To:" | 26 | 0 | Y |
When you reload Folio, changes take effect immediately.
Note: in Folio, the drop down list of locations is displayed in alphabetical order, but the user's home location is always displayed as the first option in the list, and it is the default value for the field.
You can configure whether or not the Reserve all link is displayed on the reservations page (with the message You have displayed an interest in the following items...)
To prevent the Reserve All link from displaying, add another setting to g_reserve:
Config Block | Setting | Description | Value / Example | Sequence 1 | Sequence 2 | Include? | |
---|---|---|---|---|---|---|---|
1 | g_reserve | hide_reserve_all |
Whether the Reserve all link is displayed in the Reservations page. |
"Y" OR "N" | 27 | 0 | Y |
If you do not want to allow OPAC reservations in your library the following configuration choices will switch off the Reserve button on the title hitlist:
The hitlist contains the Reserve button by default. This is a setting in the t_hitlist array in g_title_details.
This prevents the Reserve button displaying in the hitlist.
The action_XXXXX settings will determine whether the Reserve button is actually displayed on a media type by media type basis. There is an action_XXXXX setting in both the g_title_hitlist and g_title_details.
The Reserve button can be displayed depending on each media type. Use the action_[media type] setting in g_title_hitlist to configure this button.
Other media types include - action_SER, action_SREC, and so on. You can create other action_[media type] settings as required, e.g. action_conf].
This is carried out for each Media Type using the “action_” settings in the g_title_details. For example the media type BKM:
Other media types include - action_SER, action_SREC, and so on. You can create other action_[media type] settings as required, e.g. action_conf].
There is an Actions on selected items drop down box at the top of the hitlist that lists the Reserve option in the standard system. The contents of this list are also configurable. As standard, Folio includes a Reserve option in the Actions on selected items box at the top of the hitlist:
The options that can be included in this list are from the action_array settings in g_title_hitlist:
603011 1 g_title_hitlist action_array "Reserve" 10 1 Y
1000230 1 g_title_hitlist action_array "View/print citations" 10 2 Y
603019 1 g_title_hitlist action_array "Email citations" 10 5 Y
To prevent an option from appearing in this list (i.e. Reserve):
This will remove the option from display immediately when you reload Folio.
In many library systems the preference will be for Folio to allow users to place reservations. When the users clicks View/update Account the standard Folio system displays a Cancel button for each reserved item in the Reservations tab:
If you want to prevent users cancelling reservations you can do this in the allow_cancel_res setting in g_user_details
This removes the Cancel button from display.