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!
Bug in Advanced PDF Templates applied to Saved Searches
When printing saved search results with the new Advanced PDF Templates, the column references are shifted right if the current user has "Show Internal Ids" checked under his or her preferences.
In other words, if the search has columns for Document Number and Amount (in that order), then ${result.tranid} will actually refer to the internalid, ${result.amount} will display the tranid (formatted as currency).
This most likely leads to an error when trying to generate the PDF, because a string (such as entity) will be parsed as a number, or a number will be parsed as a date, etc.