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

    Emailed Activity Status Change Notification should include the SIP ID

    • Article Type: General
    • Product: Rosetta
    • Product Version: 3.2.

    Desired Outcome Goal:
    A Sip Id field was added to the "Activity Status Change Notification" Email.
    This change was made in the OTB configuration files only.

    Procedure:
    Existing customers can add the Sip Id by editing the email_to_depositor_body.xsl and the email_to_depositor_submission.xsl files located under Producers -> E-mails Configuration. (One of the edited files is attached as an example.)
    The following code should be added:

    <xsl:if test="//HDpDepositActivity/sipId">
    <th>Sip Id</th>
    <td><xsl:value-of select="//HDpDepositActivity/sipId"/></td>
    </xsl:if>

    Additional Information

    DPS-6280

    Attachment

    Attached file

    Category: Rosetta -


    • Article last edited: 8/3/2014
    • Was this article helpful?