Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This letter is fairly bare bones so you may want to make additional changes to make it match your other letters. These changes would be unique to each institution. If there is a specific part you want assistance updating you can contact the Resource Sharing Manager at cwlee@calstate.edu.

Some common additions libraries have added to the letters include:

External ID:

To add the External ID post this code into the XSLT:

Code Block
<tr>
<td>External ID: <xsl:value-of select="notification_data/external_request_id"/></td>
</tr>

Email Address Link:

To add a link to the department email address add this code to the XSLT and replace “EMAIL” with your desired email address:

Code Block
<tr>
<td>
  <html>
   <a href=mailto:EMAIL><b>EMAIL</b></a>
  </html>
</td>
</tr>

Ful Digitization Notification Item Letter

...