<@UTA4QN20H> keep an eye on that field. NetSuite w...
# advancedpdf
m
@Suite Deal keep an eye on that field. NetSuite will randomly try and remove the closing
/
from the
<br />
and
<img ... />
tags when you edit the record causing the template to break
s
${result.custevent?replace('&', '&#38;')?replace('">', '"/>')}
. This code appears to properly handle the issue that happens when edits are made to the RTF. The template seems to handle the <br> without issue. Anything else I'm missing?