hi everyone, ewhat is the best way to add a export...
# suitescript
a
hi everyone, ewhat is the best way to add a export excel button to an existen t suitlet? The existing suitlet already has get and post, and does some searches with suitesql and paints the data in a sublist in the post, but I want it to be able to be exported to excel with a button in the post🙏
j
add script parameter that is export (true/false)
check param to determine if you are displaying or exporting
make button use URL that has param set to T