Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
PDF Templates and currency symbols....
We have a PDF template with a tag that referrs to a free-form text field from an estimate form...
If I put "£" into the field manually and email it out, the GBP symbol will render in the PDF without issue...
However, if I populate the estimate from using a script (user event/after submit) with the lines:
if (currency=="British pound")
{cabbvr="GBP" , csymbol="\u00A3";}
The "£" will appear in the field (which is good), but then when attempting to email the estimate/proposal out, the email pop-up box will have an "unexpected error" (which goes away immediately if I populate the field manually)....
0