Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
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">";