Discussions
SuiteWorld is the largest annual gathering of the NetSuite community! It will be held in Las Vegas on October 6-9, 2025. Our customers and partners look forward to SuiteWorld every year as a place to hear the latest from NetSuite, get hands-on learning, and connect with each other. Register now!
Now, you can stay up-to-date with the latest discussions, helpful tips, and important announcements, all delivered straight to your inbox. Whether you’re looking to catch up on what you missed or just want a quick overview, our email digest has you covered. To learn more and to subscribe, click here.
Advance PDF Forms no Longer Accept CSS Style Code?
With the update to 2024.1 today, our advance pdf forms seem to have lost their class declarations.
As an example, when viewing the source code, our previous template had css entries entries such as;
<style type="text/css">* {
.....
td {
font-weight: bold;
}
</style>
These entries are now missing from the HTML code. Moreover, the previous template had 211 lines of HTML - whereas now the template is only 106 lines.
When attempting to past in our previously-saved HTML, the form rejects any style tags and it reverts to its original code.
Why has this happened? How can we recover our original format for advance pdf's?