CAMT053 not picking Additional Entry Information on Addenda Field
Summary:
- We tried to upload the new CAMT53 bank statement format in Cloud.
- We have observed that the details under <Ntry><NtryDtls><TxDtls><RmtInf> xml tag is not showing on the Additional Entry Information section of the Statement Lines in Front end.
- Upon reviewing the seeded CE_ISO20022_2.xsl XSL Template we have observed that <BankStatementLinesInterface1><AddendaTxt> which captures the Additonal information is tagged to Ntry/AddtlInfInd xml tag.
- We then customized the XSL template as per - Steps to customize CAMT53 Templates (Doc ID 2766467.1) and update the XSL template as <AddendaTxt>
<xsl:for-each select=""z:RmtInf"">
<xsl:value-of select=""z:RmtInf/z:Ustrd"" />
0