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!
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?