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

    Link to series from 8XX field in OPAC record

    • Product: Voyager

    Question

    How can patrons link from an 8xx field to the series by clicking on the series title in the catalog record, like with subject headings?

    Answer

    Add a redirect to 8xx fields.

    1. Connect to server as voyager and open /m1/voyager/xxxdb/tomcat/vwebv/context/vwebv/ui/{skin}/xsl/contentLayout/configs/displaycfg.xml for editing
    2. Find the field to add a redirect to. Example: <displayTag field="830" indicator1="X" indicator2="X" subfield="a"/>
    3. Add redirect and redirectOn parameters to the field's XML parameters. Example: <displayTag field="830" indicator1="X" indicator2="X" subfield="a" redirect="title" redirectOn="a"/>
    4. Save the changes.

    • Article last edited: 30-Jan-2019