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.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
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>
1