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.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
Portlet Script_Script Record Upload Error_SuiteScript 2.0 entry point scripts must implement one scr
Hi Everyone,
Since I am attending the "school of hard knocks" as far as SuiteScript is concerned, I probably have more issues with my code than the question I am currently asking, but can anyone tell what I am doing that prevents me from even creating a script record? I have seen a couple of similar posts, but they have not helped in determining the issue. And a number of the examples in SuiteAnswers relate to SuiteScript 1.0, which aren't helping me figure out 2.0. Any help is greatly appreciated.
Thanks, John
/**
*@NApiVersion 2.x
*@NScriptType Portlet
*/
define(['N/search'], function(search) {
function render(params) {
3