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.
SuiteScript addButton Script Parameter
Hi all,
I'm trying to add a button to a custom SuiteScript page I've created that will reset (blank out) all available user entry fields after the initial POST. My script currently uses the "addResetButton" on the GET request side, and this works fine - i.e., it clears all fields.
After the user presses the Submit button, my script performs a search based on the fields that they entered data into, to which I then populate all the user entry fields with a "setDefaultValue" of what they originally typed in such that the page looks exactly as it did prior to them pressing Submit (except for the results sublist of course). Now I'm not sure if this is already where I'm going wrong - perhaps there's another way I should be refreshing the screen to simply populate the sublist, but that's what I currently have and it's working fine.