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

    Including ID of item creator in item history display

    • Article Type: General
    • Product: Aleph
    • Product Version: 18.01

    Description:
    We can see the creator of bib, ADM, and HOL records, but we don't see the original creator in the item history list. It's not listed as an option in tab_item_history.eng. How can we add this?

    Resolution:
    The tab_item_history determines which updated items are written to the z30h table. It plays no role in determining which fields from the z30h record display in the GUI Cataloging - Item - History tab - Item Information. This is determined by the ./xxx50/pc_display_eng/item-history-expand.

    As distributed, the z30h_cataloger is not in the item-history-expand and does not display. But it can be added.

    After these lines in item-history-expand:

    ./z30h-item-status
    </td>
    </tr>

    insert the following lines:

    <tr>
    <th class="table-1" id="bold" align="right">
    Item Cataloger
    </th>
    <td class=table-1>
    ./z30h-cataloger
    </td>
    </tr>

    Additional Information

    item history


    • Article last edited: 10/8/2013
    • Was this article helpful?