Skip to main content
ExLibris

Knowledge Assistant

BETA
  • Subscribe by RSS
  • Back
    Alma

     

    Ex Libris Knowledge Center
    1. Search site
      Go back to previous article
      1. Sign in
        • Sign in
        • Forgot password
    1. Home
    2. Alma
    3. Knowledge Articles
    4. different types in the lost loan notification letter

    different types in the lost loan notification letter

    1. Last updated
    2. Save as PDF
    3. Share
      1. Share
      2. Tweet
      3. Share
    1. Description
    2. Resolution
    • Product: Alma
    • Product Version:
    • Relevant for Installation Type:

     

    Description

    In the "Lost Loan Notification Letter" you can define different types of strings, depending on the overdue notification type. Example:

     

    • inform_you_item_below_type1 (belongs to "Overdue notification type 1")
    • inform_you_item_below_type2 (belongs to "Overdue notification type 2")
    • inform_you_item_below_type3 (belongs to "Overdue notification type 3")
    • inform_you_item_below_type4 (belongs to "Overdue notification type 4")
    • inform_you_item_below_type5 (belongs to "Overdue notification type 5")

    How do I customise my letter in order to implement them.

    Resolution

    Please replace the following section in your Lost Loan Notification Letter:

     

    <table cellspacing="0" cellpadding="5" border="0">
    <tr>
    <td>
    <h>@@inform_you_item_below@@ </h>
    <h>@@borrowed_by_you@@ @@decalred_as_lost@@</h>
    </td>
    </tr>
    </table>

                    
    with:


    <xsl:for-each select="notification_data">
    <xsl:if test="/notification_data/notification_type='OverdueNotificationType1'">
    <table cellspacing="0" cellpadding="5" border="0">
    <tr>
    <td>
    <h>@@inform_you_item_below_type1@@ </h>
    <h>@@borrowed_by_you@@ @@decalred_as_lost_type1@@</h>
    </td>
    </tr>
    </table>
    </xsl:if>
    <xsl:if test="/notification_data/notification_type='OverdueNotificationType2'">
    <table cellspacing="0" cellpadding="5" border="0">
    <tr>
    <td>
    <h>@@inform_you_item_below_type2@@ </h>
    <h>@@borrowed_by_you@@ @@decalred_as_lost_type2@@</h>
    </td>
    </tr>
    </table>
    </xsl:if>
    </xsl:for-each>

     

    Do it accordingly with other sections where you want to use types.

     

     


    • Article last edited: 23-June-2016
    View article in the Exlibris Knowledge Center
    1. Back to top
      • Different process type drop-down lists in the Scan In Items screen and the Physical Item Editor
      • Digitizations requests that are 'stuck' and can't be deleted
    • Was this article helpful?

    Recommended articles

    1. Article type
      Topic
      Content Type
      Documentation
      Language
      English
      Product
      Alma
    2. Tags
      1. ful lost loan notification letter
    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