Hi,
one generic question about Suitelet with custom form as result
I want to create a form with multiple buttons, filter fields and one custom sublist (not NetSuite record….). Each button has “submit” function…
When suitelet is loaded for the first time (URL in browser, or link from the menu), we know that GET method is executed. Later, clicking the button from the menu, values from the form are POSTed to the same SuiteLet…and here are the question: I want to “refresh” form, get new data for the sublist. I know there is no (easy) way to simulate AJAX style, it is OK to start create form every time when suitelet is executed, but I am sure what I should do in “POST” processing > recreate form or redirect or …. What are you doing in similar cases? Is it OK to use response.writePage() as response for POST method