FOLIO WIKI
Last edited 20 hours ago
by Covenant

5.1.7 Jumping between FOLIO Inventory and Locate

mNo edit summary
m ((username removed) (log details removed))
(No difference)

Revision as of 23:56, 14 May 2025


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:

  1. copy the code below into a text editor
  2. replace YOUR_LIBRARY with the sub-domain for your Locate catalog
  3. drag the edited code onto your web browser's bookmarks toolbar; OR, create a new bookmark and put the edited code in as the URL
  4. Give your bookmarklet a nice name, like “Catalog ⬌ FOLIO”
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)}();