can i email a saved search on schedule multiple ti...
# suitescript
l
can i email a saved search on schedule multiple times a day through a scheduled script?
b
you can make your scheduled script generate a csv file and email that file
you can also use a task.SearchTask if you want to let netsuite handle the csv file creation
l
thanks