Hi All, I have a Suitelet form in Netsuite which s...
# beginners
a
Hi All, I have a Suitelet form in Netsuite which shows monthly view of attendance of a college. I want to create a button this Suitelet form to get the attendance data as a .csv file to be downloaded & saved and also if required is to be emailed. How can I do it and How should i proceed? Please suggest!
m
Show me your suitelet
r
Create a button, create a client script. Add that client script in the suitelet. Create a function in the client script which the button calls. Write the logic of creating the CSV and send the email. Alternatively you could also call another/or the same suitelet from the client script, with which you can download the CSV.