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

    How to add columns to the staff-01 or staff-02 reports.

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

    Desired Outcome Goal:
    Compile a list of the Aleph staff privileges for management purposes. This requires adding columns to the staff-01 ("Staff Privileges Report") or staff-02 ("Staff Users Report").

    Procedure:
    As described in Article 000019311 ("Including fields from other tables on a form_eng form"), if any columns from the necessary tables are being loaded in the xxx.xsl template, then other columns which don't appear on the form can be added. All of the columns to be added are in the z66 or z67 table, which are included in the staff-privileges.xsl form.

    Additional Information

    Example: Column Z66-FUNCTION-PROXY is not on the staff-privileges.xsl form. Add lines like this:

    <xsl:call-template name="display-gen">
    <xsl:with-param name="label" select="'Group ID (Function Proxy):'"/>
    <xsl:with-param name="value" select="./z66-function-proxy"/>
    </xsl:call-template>

    Category: Background processing (500)


    • Article last edited: 6/18/2014