How to display Related Records in WebVoyage?
- Product: Voyager
Question
How to display related records for new bib linking profile in WebVoyage?
Answer
Once profile set up in System Administration, note profile code & edit WebVoyage skin
In webvoyage.properties:
- Set option.loadRelatedRecords=Y
- Add definition for bib linking profile, where profile code (from SysAdmin) is NNNN:
holdingsInfo.relatedRecords.profile.NNNN=
holdingsInfo.relatedRecords.profile.NNNN.link.pretext=Click
holdingsInfo.relatedRecords.profile.NNNN.link.text=here
holdingsInfo.relatedRecords.profile.NNNN.link.posttext=for related items
- Save changes.
In displaycfg.xml:
- Add field display, where profile code is NNNN:
<displayTags label="Related Records"> <displayTag field="3500" profileMatch="NNNN"/> <displayTag field="3500" profileMatch="ISSNCOMP"/> </displayTags>
- Save changes.
- Article last edited: 15-May-2018