Dhiraj Bhalerao
10/18/2024, 8:32 AMCeligo AI
10/18/2024, 8:33 AMAI generated answer (using internal Slack threads):In NetSuite, it is possible to schedule a report to be sent via email multiple times a day, but not every hour directly. The built-in scheduling feature allows for daily scheduling at most. However, there are a couple of workarounds to achieve more frequent scheduling: 1. Multiple Saved Searches: You could create multiple saved searches, each scheduled to run at a different hour of the day. This method can be quite labor-intensive if you need the report to be sent every hour. 2. Scheduled Script: You can create a scheduled script that generates a CSV file of the report and emails that file. This method provides more flexibility and can be set to run every hour. 3. SearchTask: You can use a
task.SearchTask
if you want to let NetSuite handle the CSV file creation. This method is similar to the scheduled script method but offloads the CSV creation to NetSuite.
Remember, these methods are workarounds and may not be as straightforward as a built-in hourly scheduling feature.
******
Disclaimer:
This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes.
******Celigo AI
10/18/2024, 8:33 AMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.851713777
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.848803282
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.839513898
Celigo AI
10/18/2024, 8:33 AM