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.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and 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.
0