Discussions
Join the NetSuite community to innovate, connect, and discover what’s next.
SuiteWorld brings thousands of innovators, builders, and leaders together to learn, connect, and shape what’s next. This October, explore how to build a stronger foundation for growth through inspiring keynotes, major product reveals, hands-on sessions, and unforgettable moments—all in one place for our biggest event of the year. Register now
Parameters in Suitelet Client script
Hello all,
We have a suitelet that is working fine. In the form created by the suitelet are some links with parameters to another suitelet along with some other data and two fields with a start and end date for the search that is used for the data. So far so good.
Now on this 2nd Suitelet form that is displayed when clicking on one of the links is a button to return to the first suitelet. We need this to allow the user to go back and basically reload the first suitelet page because using the browser back button pops up a message about confirming form resubmission. We want to avoid that. So we have a button that calls a function in a client script which does a window.location.href. This works great but this would just reload the 1st suitelet using the original date values and not the last date values