Skip to main content
ExLibris

Knowledge Assistant

BETA
 
  • Subscribe by RSS
  • Back
    Aleph

     

    Ex Libris Knowledge Center
    1. Search site
      Go back to previous article
      1. Sign in
        • Sign in
        • Forgot password
    1. Home
    2. Aleph
    3. Knowledge Articles
    4. Adding alternate patron ID field to Cash Export Report

    Adding alternate patron ID field to Cash Export Report

    1. Last updated
    2. Save as PDF
    3. Share
      1. Share
      2. Tweet
      3. Share
    1. Additional Information
    • Article Type: General
    • Product: Aleph
    • Product Version: 18.01

    Description:
    We would like to add Z308-KEY-TYPE=02 (patron alternate ID) to the Cash Export Report. The value in this field of our patron records is the campus DBMS ID for our patrons; it links to the bursar's financial records.

    Currently, only Z308-KEY-TYPE=01 appears in the Report.

    I have edited abc01/form_eng/bursar_export_report.xsl to be:

    - <xsl:call-template name="display-grid-gen">
    <xsl:with-param name="label" select="'Patron ID'" />
    <xsl:with-param name="value" select="./z303-id" />
    <xsl:with-param name="header" select="$header" />
    </xsl:call-template>
    - <!-- insert alternate ID for campus billing -->
    - <xsl:call-template name="display-grid-gen">
    <xsl:with-param name="label" select="'College ABC ID'" />
    <xsl:with-param name="value" select="./z308-id-02" />
    <xsl:with-param name="header" select="$header" />
    </xsl:call-template>
    - <!-- end insertion -->

    The extra section creates another column in our report, but there is no data.

    Resolution:
    As can be seen in the ./form_eng/cash-export.xsl file, this is done by specifying z302-key-0n :

    <xsl:with-param name="value" select="./z302-key-01"/>

    You would do the same, except specify "./z302-key-02".

    (Note: The z302 is a virtual record combining fields from the z303, z304, z305, and z308; it is generated for printing purposes.)

    But, the job this is needed for is the p_cash_09 (rather than p_cash_10) and the b_cash_09 program isn't including the z302. We are requesting this in a separate SI.

    Additional Information

    faq


    • Article last edited: 10/8/2013
    View article in the Exlibris Knowledge Center
    1. Back to top
      • Adding Additional ID's with Fast Patron Registration
      • Adding an 001 field with the ALEPH SYSNO for Z39.50 record presentation
    • Was this article helpful?

    Recommended articles

    1. Article type
      Topic
      Language
      English
      Product
      Aleph
    2. Tags
      1. 18.01
      2. contype:kba
      3. Prod:Aleph
      4. Type:General
    1. © Copyright 2025 Ex Libris Knowledge Center
    2. Powered by CXone Expert ®
    • Term of Use
    • Privacy Policy
    • Contact Us
    2025 Ex Libris. All rights reserved