Discussions
Join us for complimentary one-day events around the world and step into a future fueled by AI and limitless potential. Explore new breakthroughs, sharpen your skills, and connect with experts who are shaping what’s next. Experience bold keynotes, interactive learning, and connections that span the global NetSuite community. Discover what's next at SuiteConnect Tour 2026.
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.