Marc
03/29/2025, 8:16 PMCeligo AI
03/29/2025, 8:16 PMAI generated answer (using internal Slack threads):Based on the conversations, it appears that the triggering of import jobs for translations in NetSuite is not explicitly discussed. However, there are some insights that can be inferred from the discussions. In the context of User Event (UE) scripts and SOAP Web Services, it's mentioned that there's a setting for SOAP (SuiteTalk) calls that allows to specify if that call wants to trigger scripts or not, similar to CSV Imports checkbox. If the originator/source of the call declares that they don't want to trigger scripts, then the scripts won't be triggered. In the context of CSV import tasks, it's mentioned that the
task.CsvImportTask
using a CsvImportTask.mappingId
does respect the setting (checkbox) of triggering Script and Workflows. This means if you use a mapping with that checkbox unchecked, it should not trigger UserEvents or Workflows.
For triggering a script once a CSV import finishes, one of the suggestions is to use the task module to check if an import has finished. However, this might only work if you have the task id, which might mean you need to trigger the import from a script in the first place using the task module to get the id.
******
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
03/29/2025, 8:16 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.802512586
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.799568832
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.797741771
Celigo AI
03/29/2025, 8:16 PM