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!
nlapiCreateTemplateRenderer With Custom Record
I'm trying to use the template renderer (nlapiCreateTemplateRenderer()) using a custom record but am getting an "An unexpected SuiteScript error has occurred." When I add the line "renderer.addRecord('record', mycustomrecordobject)" I get the error. I tried my same code with a Sales Order and it worked. Has anyone tried this before? I couldn't find anything in help that this wouldn't work with custom records so I'm wondering if I'm missing something.
My end goal is to come up with a way to write custom html-based printouts for my custom records from within NetSuite so that people can use a WYSIWYG editor to make changes to custom record printouts.