291 results found
-
Add the ability to create a review file from items in Global Update.
Sometimes I'm working in Global Update and am using the toggle feature or the limit tool. I then want to work with just those records. I don't want to remove the others from the review file, but rather copy the records I want to look at into a new review file so that I can work with them there.
8 votes -
Rearchitect iiirecord.record_metadata to provide improved audit trail accountability
It is sometimes helpful to see who created, updated or deleted a record. Catmaint provides a lot of detail but doesn't cover many record types. I propose the following solution, which doesn't have particularly burdensome storage requirements:
- Build a many-to-many table with an id primary key column, a timestamp, a code indicating the C-R-U-Uprevious-D record operation and foreign keys linking to record_metadata.id and to iii_user.id.
- Backfill this new table using the available timestamps in record_metadata, catmaint and any other table like catmaint which might provide record edit history.
- Rename record_metadata and drop its four *_gmt timestamp columns. Yes, this creates…
13 votes -
Add an API endpoint which permits writing to review files
Currently, when a query is beyond the capabilities of Create Lists, it is usually possible to use a SQL query with Python to produce a report. Such a report might list record numbers of bibs/items/orders/patrons/etc which bear further examination and correction by library staff, but staff must copy record numbers or barcodes in the report and paste them into the SDA to pull up the records in question. It would be much easier if an API endpoint permitted those record numbers to be written to a review file so staff can go through them one-by-one in the SDA.
Another use…
11 votes -
Improve search relevancy for titles with many adaptations
Our staff have found that when they search the staff catalog for classic titles with lots of adaptations many of the adaptations are ranked higher in the search results than the title they actually searched for. For example, a title search of our catalog for "Moby ****" yields "Ahab's Wife" as the top result, with other derivative works and commentaries all appearing before the first record for the novel itself (in our case, result number 24). We'd like to see the results weight matches on the work's own title (e.g., 245 field) higher than matches in other fields, such as…
12 votes -
Add a Stat Group When Creating a Patron API Key for Vendors
This proposal suggests enhancing the Patron API key creation process by incorporating a Stat Group field, allowing staff to categorize API keys by vendor and track their usage using existing reporting tools. The proposed enhancement would modify the API key creation window to include an optional Stat Group field towards the bottom. If left blank, the default stat group (zero) would be assigned, maintaining current functionality. This change addresses a common issue where vendors do not implement the stat group provided by the library, often resulting in API-driven transactions being categorized under stat group 0. This leads to inaccurate or…
26 votesThe product team will review this idea for consideration for a future release.
-
Warning at Hold Placement for Homebound Patrons
Description:
Sierra’s “Check Reading History During Homebound Checkout” feature is very helpful, but many homebound materials in our workflow are supplied through holds from other branches. At the hold placement stage, no warning is shown if the patron has previously borrowed the same title, which leads to unnecessary requests and inter-branch transfers.Requested enhancement:
Add an option to display a warning when a hold is placed for a homebound patron if their Reading History shows a previous checkout of the same item or another item attached to the same bibliographic record.Benefits:
- Avoids unnecessary item movement
- Saves staff…6 votes -
Add 'Previous' button to Receiving
Staff are really appreciating the addition of a 'Previous' button to the record creation process which allows them to back up and fix a mistake without having to go all the way through the process before returning to make a correction. Staff would like to see similar functionality within the Receiving process. We receive using the process that combines creating the item with receiving.
Currently, for receiving an item, it will prompt you through the boxes to fill in the required information. As you proceed through, if you make a mistake or skip something you have to cancel and start…
12 votes -
Additional patron block controls
Additional options for patron blocks would be amazing and allow additional control for libraries to select what integrated systems or circulation services are available. e.g. Block self-service options in the library (SIP2 or API), however, allow holds to be placed through discovery layers.
The controls don't have to be limited to this. Adding the functions and options to select how these are applied from Sierra, rather than relying on integrated systems to control this would be great.
6 votes -
Passing the UPC Code
When an item lacks an ISBN in the 020 field (DVDs and CDs only generally have UPCs in the 024 field) the cover image is very much hit or miss. Syndetics has been contacted, however, it appears that Sierra needs to "pass the UPC code” in order for this to work. This addition would be helpful.
35 votesThe product team will review this idea for consideration for a future release.
-
Include authorities in the Search/Holds module
It'd be great if authority records and cross references were included under the Search/Holds module and be the same as what staff encounter with the Catalog module. Right now it is different. In our system, staff often use Sierra to place holds with the public on their behalf. It would be great if authorities were available in the Search/Holds module results display so that staff could benefit from the information.
If a staffer did an author search and they had a pen name (Robb, J.D.) then they'd be redirected to see the other author's name (Roberts, Nora).... Or they may…17 votes -
Add pull date to ILL record
Add a field to ILL records that includes the hold pull date. This information is in the ILL clear hold shelf report, so the system has the information. It does not appear in the ILL record and therefore cannot print on the hold slip. Staff need to manually write the date on each hold slip. Other hold slips, including INN-Reach, print a pull date and ILL holds should be able to have this information added to the record for printing purposes.
5 votes -
Show Sequence Number on Repeated Bills
We use the Repeated Bills feature, where after the bill is sent day 30, we send a repeat bill (#2) on day 40 and a final repeat bill (#3) on day 50. Unfortunately, when you run the Notice job for Repeated Bills, there is no way to tell whether the repeat being sent is for day 40 (#2) or day 50 (#3) except if you scroll through all of them and do the math as it pertains to the item status date. Staff haven't been doing that regularly. Ideally, there would be a column that showed you what # of…
4 votes -
Add ability to extend the hold Pickup By date to the /v6/patrons/holds/{holdId} API endpoint
Currently the only hold parameters one can modify via the API are
PatronHoldPut {
pickupLocation (string, optional): the hold's pickup location code,
freeze (boolean, optional): whether the hold should be frozen (suspended)
}It would be very helpful if the Pickup By date – and while you're at it, the Hold Note – were added as modifiable parameters. There have been many times when unscheduled branch closures or problems in sending hold pickup notices have caused us to want to extend hold Pickup By dates for items on the holdshelf.
Having this functionality in an API endpoint would permit a…
16 votes -
Automatic SSL Certificate Renewal
Keeping our systems secure with SSL certificates is essential. Certificates need to be renewed and there is a service commitment to handle this process. But there is a better way. SSL providers can be setup to automatically renew and deliver an updated SSL certificate to our systems when their expiration time approaches.
This idea is for Innovative to support software-only site with setting up an automatic SSL renewal process thereby keeping our systems safe from expiring certificates and making the process worry-free.
25 votesThe product team will review this idea for consideration for a future release.
-
Create a GET API endpoint for circulation transactions
This idea came from a discussion at the IUG2025 Sierra Reporting Forum.
It would be very useful to provide an endpoint to assist with gathering/generating the sorts of circulations statistics that would normally require SQL access. However, the all or nothing nature of SQL permissions is a barrier that prevents many users from being permitted to access those features. With the API on the other hand a user could be limited to simply having read access to an endpoint such as this, along with likely the bib and item endpoints so that they may craft reports without also having to…
21 votesThe product team will review this idea for consideration for a future release.
-
Improvements to Updated Bib Headings report using AACP
When AACP is turned on and we've loaded new / changed authorities, there are some bib records impacted by the authorities' headings which do not get automatically updated and require staff edits. Sometimes it is terminal punctuation that needs to be added for certain entries perhaps tied to a new closed death date; or sometimes it's an indicator in a bib MARC field that should get added because it's in the authority record that's new or changed. We think just a little bit of development here would help save staff time.
2 votes -
Translate item status and OPAC message codes in Summary View
Currently, it's possible to have item status and OPAC message codes displayed in the summary view. However, we'd like the option to display the full names of these statuses/messages rather than the codes to make things clearer for staff who don't have them memorized.
4 votes -
Generate a Hold Cancellation notice when clearing Expired/Defunct Holds
Currently, only when you cancel a hold from either the Hold tab or the Hold queue do you get the option to generate a hold cancellation notice. When a defunct hold is cleared from the holdshelf (clear expired holds), we would like to see a prompt to send a hold cancellation notice(s), just as we do when cancelling holds outside of the clear holdshelf process. All those that get cleared could use the same “drop hold” message in the text of circulation notices (explaining your hold has been cancelled because it’s expired/hold pickup by date has passed). These would be…
10 votes -
Add "hold status" and "item status" limits to high-demand holds function
The high demand hold report is a powerful tool that sums system items and system holds.
Adding a "hold status" and "item status" pre-search limiters would vastly improve the use of this report
Why add these limits?
There is no Sierra product (including Decision Center) that allows users to deselect frozen holds from “total holds” count.
This report counts "system holds" as any hold with any status (including item holds that will be filled by "in transit" item)
This report counts "system items" as all items (including billed and missing) so there is no way to know how many items…
20 votes -
Title Priority Paging Optional Feature Compatibility
Problem:
Currently, the "Prioritize Paging Open Locations First" feature and the "Prioritize Hold Fulfillment at the Pickup Location" feature for Title Priority Paging are incompatible. When you have both turned on, pages will skip closed locations and page at an open location, but will not allow the hold to be filled because there is a copy available at the hold pickup location. However, the hold pickup location is not paged for that item since paging skipped that location, so they don't see that patrons are waiting. This causes staff confusion and also impacts how quickly a patron can receive their…
6 votes
- Don't see your idea?