Working in FOLIO Inventory and want to see the what the record looks like in your Locate catalog? Searching in Locate and find something you need to correct or investigate further in FOLIO? The following bookmarklet can help.
When you are viewing an instance record, holding record, or item record in FOLIO Inventory, activate the bookmarklet to open the Locate catalog record in a new window/tab. Conversely, when you are viewing an individual Locate catalog record, activate the bookmarklet to view the corresponding instance record in FOLIO Inventory in a new window/tab.
To install:
javascript:void%20function(){const%20n=window.location.href,o=n.match(/instances\/([0-9a-f-]{36})/),t=n.match(/inventory\/view\/([0-9a-f-]{36})/);o%3Fwindow.open(%22https://mobius.folio.ebsco.com/inventory/view/%22+o[1],%22_blank%22):t%3Fwindow.open(%22https://YOUR_LIBRARY.searchmobius.org/instances/%22+t[1],%22_blank%22):alert(%22URL%20format%20not%20recognized.%22)}();