Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This bookmarklet will allow you to jump from instance records in FOLIO Inventory to their corresponding record pages in the Blacklight catalog.

Installation

To use this, you have to add the bookmarklet to your web browser.   (A bookmarklet works the same way as a regular browser bookmark, except that instead of a URL, it contains a chunk of Javascript code that performs an action.)

Installation

Add the bookmarklet to your web browser. The easiest way to add it to your browser do this is to drag this button -- 

HTML
titleTest
typestandard
urljavascript:void%20function()%7Blet%20a=!1,b=%5B%5D.slice.call(document.querySelectorAll(%22div%22),0).forEach(b=%3E%7Bif(!a%26%26%22Instance%20HRID%22===b.innerText)%7Bconsole.log(%22found%20it%22),a=!0;let%20c=b.nextElementSibling.innerText;console.log(%22value%20is%22,c),window.location=%60https://newcatalog.library.cornell.edu/catalog/$%7Bc%7D%60%7D%7D)%7D();
<a href="javascript:void%20function()%7Blet%20a=!1,b=%5B%5D.slice.call(document.querySelectorAll(%22div%22),0).forEach(b=%3E%7Bif(!a%26%26%22Instance%20HRID%22===b.innerText)%7Bconsole.log(%22found%20it%22),a=!0;let%20c=b.nextElementSibling.innerText;console.log(%22value%20is%22,c),window.location=%60https://newcatalog.library.cornell.edu/catalog/$%7Bc%7D%60%7D%7D)%7D();">
<button>FOLIO --> Blacklight</button></a>

--  into your browser Favorites bar (if you have one).onto the bookmarks/favorites bar.  (The bar needs to be visible; ctrl-shift-b or command-shift-b hides or unhides the bar in Firefox, Chrome, Edge, and Safari.)

If that doesn't work, you can try the following:

...