Aaron McCausland
10/04/2025, 1:40 PMCeligo AI
10/04/2025, 1:40 PMAI generated answer (using internal Slack threads):In NetSuite's SuiteScript, there isn't a direct way to see when a saved CSV import was last run. However, there are a few indirect methods you can use to gather this information: 1. CSV Import Status Page: You can check the CSV Import Status page in NetSuite to see the files that were run. However, this page is refreshed every month, so you can only see templates used in the last 30 days. 2. System Notes: You can do a saved search of system notes touched via CSV. This won't tell you specifically which mapping was used, but it can give you an idea of when a CSV import was done. 3. Email Notifications: If you have email notifications enabled for CSV imports, you can check the sent email logs in NetSuite for subject lines starting with "NetSuite CSV Import". These logs go back 100 days. 4. Custom Record for CSV Import Process Control: You can create a custom record for CSV Import Process Control. This record would include process name, script, deployment, start time, process status, end time, etc., as well as fields that capture information sufficient to describe and track the post-import tasks. You can then create a Scheduled Script or Map Reduce script to "poll" CSV imports as well as process control records at a given time interval. Remember, these methods provide indirect ways to determine when a saved CSV import was last run. There isn't a direct method to get this information in SuiteScript. ****** 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/04/2025, 1:41 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.838317752
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.820556641
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.81149292
Celigo AI
10/04/2025, 1:41 PM