Skip to main content
ExLibris
  • Subscribe by RSS
  • Ex Libris Knowledge Center

    How to Prevent Circular Primo-SFX Link when Using the EX LIBRIS PRIMO Target

    • Product: SFX
    • Product Version: 4
    • Relevant for Installation Type: Multi-Tenant Direct, Dedicated-Direct, Local

     

    Question

    How do I prevent the EX_LIBRIS_PRIMO target from appearing in the SFX Menu coming from Primo when the target is active?

    Answer

    1. In the EX_LIBRIS_PRIMO Target Service, add a local threshold.
    1. Copy the Global Threshold to the Local Threshold and add the following at the end:
    && ($obj->need('sfx.sid','!~','/^primo/')
    

     

    The new Threshold should look like this: 

    $obj->need('rft.btitle') || $obj->need('rft.jtitle') || $obj->need('rft.issn') || $obj->need('rft.isbn')) && ($obj->need('sfx.sid','!~','/^primo/')
    

    • Article last edited: 17-Jan-2017