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!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
Custom portlet for support case stats that permits on-the-fly filtering within itself
I'm new to portlets, not to scripting.
Basically, I want a portlet that has 5 dropdowns (ultimately should be multiselect) and when I hit Submit, it runs a few searches (likely via Suitelet) and displays the results in the same portlet AND still shows those same dropdowns and the submit so I can resubmit without having to refresh the portlet or the page.
With a Simple Form portlet, it's easy enough to display the fields and the submit button as well as loading a first, default set of results from the search queries (these are put into a table that's loaded into an inline HTML field as part of the simple form. When I hit Submit, it calls a SuiteLet that runs the same query with the filters set on that form, and the Suitelet returns the results. However, the problem is my fields are gone now.