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!
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