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!
Advanced PDF Issue
For the past couple of weeks the following code has been working:
<td align="left" colspan="16" style="border-left: 1px solid ;"><span style=" font-weight: bold; line-height: 150%; color: #333333;">${item.item.itemid}</span><br />${item.description}
Giving us the Item's Name/Number in bold and dark grey, and the Item's Description on the line below as normal text.
However, something has happened over the past couple of days...instead of:
Widget X
The best widget in the world.
We are now getting:
S-DE
The best widget in the world.
For some reason, the item.item.itemid is now pulling through the Tax Item's ItemID field!??!