You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Providing a link to a catalog, based on the bib ID in the given Avalon record. For example, if the Bib ID is A293, the hyperlink would be mycatalog.edu/A293.
The Bib IDs we're using for retrieving metadata in MCO is different than the IDs for specific catalog records (these aren't coming through in MARC as well), so there isn't a match between what we're using for lookup and the canonical ID for the catalog record.
Would need to make sure we're not creating URLs that don't work; could have different URLs for different bib providers, or pattern match to provide better support.
The text was updated successfully, but these errors were encountered:
Description
Providing a link to a catalog, based on the bib ID in the given Avalon record. For example, if the Bib ID is A293, the hyperlink would be mycatalog.edu/A293.
The Bib IDs we're using for retrieving metadata in MCO is different than the IDs for specific catalog records (these aren't coming through in MARC as well), so there isn't a match between what we're using for lookup and the canonical ID for the catalog record.
Would need to make sure we're not creating URLs that don't work; could have different URLs for different bib providers, or pattern match to provide better support.
The text was updated successfully, but these errors were encountered: