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.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
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