hi, is there a way to send data from a Suitelet to a Client Script? Im using a list to display some data from a search to the user and I want to create a txt file using this results, I thought about creating a button
list.addButton()
and call a clientScript that has a some functions to create the file, but is this the correct way? or am i just complicating things? haha