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.
Script functions in Dashboard Portlets
I'm trying to do dashboard portlet that will take a search criteria and execute a suitelet to do a highly custom search with many joins and return this list of results back to either the same or another portlet window on the dashboard and am running into a number of problems. Was hoping someone could help me understand what I can and can't do in this scenario.
1. When using an HTML portlet, can I not include script functions or call nlapi functions from within this html on the dashboard? I've tried (see example) and it returns an error "nlapiGetContext" is undefined and "mytestfunc" is undefined. However the alert works.
0