How to include the Request Note information on the transit letter
- Article Type: General
- Product: Alma
Desired Outcome Goal:
How can we include the Request Note information on the transit letter?
Procedure:
To add the Request Note to the Transit Letter, perform the following steps:
1. In Alma Menu (F2), go to General > General Configuration > Configuration Menu > Customize Letters
2. For the FulTransitSlipLetter, click Customize
3. Insert the following XSL at the desired location in the letter template --
<xsl:if test="notification_data/request/note">
<tr>
<td>
<b>Note:</b>
</td>
</tr>
<tr>
<td>
<xsl:value-of select="notification_data/request/note" />
</td>
</tr>
Category: Resource Management
Subject: Configuration
- Article last edited: 10/8/2013