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!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Render Module
Has anyone been able to successfully use an advanced pdf/html template with the render module ( I have tried loading the file obj and pulling the contents but that doesn't work either)? Also has any been able to add search results with the render module. These two functions aren't working for me. I'm able to create an xml string and create a pdf with it but I can't get the other two functions working. The documentation isn't any help either. Please see my code below.
for the add search piece
var xmlStr = "<?xml version="1.0" encoding="UTF-8"?>\n"
+ "<!DOCTYPE pdf PUBLIC "-//big.faceless.org//report" "report-1.1.dtd">\n"
0