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 failure
The P element below is copied directly from the source of the BFO manual. It doesn't work in NetSuite's version.
When one uses position="absolute" either in the tag or in the style, it falls over with the ubiquitous UNEXPECTED_ERROR Msg: null Stack: Error in Template File
<?xml version="1.0"?>
<!DOCTYPE pdf PUBLIC "-//big.faceless.org//report" "report-1.1.dtd">
<pdf>
<head>
<meta name="title" value="My Document"/>
</head>
<body>
<p position="absolute" margin="0" line-height="100%"
background-color="yellow"
left="40" top="0" font-size="50pt">Sample</p>
</body>
</pdf>