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.
BFO showing logo on header and footer
Hi,
I am trying to put logo into header and footer of a pdf form generated from BFO. But I am getting error :
1.xml += "<IMG SRC="https://system.netsuite.com/core/media/media.nl?id=231amp;c=3544661&h=718d86b5a9257286b57d">";
"Error Parsing XML: The reference to entity "c" must end with the ';' delimiter.".
2.xml += "<docFileCab:url>/images/Footer.jpg</docFileCab:url>";
"Error Parsing XML: url" is not bound."
Below are the code how I set the header and footer image.
//build up BFO-compliant XML using well-formed HTML
var xml = "<?xml version="1.0"?>n<!DOCTYPE pdf PUBLIC "-//big.faceless.org//report" "report-1.1.dtd">";
0