Voyager to Alma Migration Query: Identify Recent Issues Data for Potential Cleanup
- Product: Voyager
- Relevant for Installation Type: Multi-Tenant Direct, Dedicated-Direct, Local, TotalCare
Description
When migrating to Alma you may want to review your serials check-in history and use the collapse function to move received issue data into the MFHDs. Note that this is optional and that you may want to consult with your migration team before embarking on this data cleanup.
NOTE that this is a Pass Through SQL query.
The following pass through query can be used in Voyager Prepackaged Access Reports to identify possible candidates for data cleanup by receipt date. Note that the receipt_date filter is hard coded.
SELECT distinct(component_name)
FROM component
WHERE
component_id in
(SELECT component_id
FROM issues_received
WHERE collapsed is null and receipt_date > '01-JAN-2000');
For other queries that may be useful, see my "Surviving Almanado: tips for a successful pre-implementation" presentation's Accompanying Materials.
Posted as is. If you need assistance in running custom SQL queries in Prepackaged Access Reports, consult the Voyager Customer Listserv.
- Article last edited: 06-Apr-2021