Why didn’t my CSV import job that created new records trigger my workflow based on record creation or update?
WebWorks_WriteArrow(WebWorksRootPath, “wwdd1036392”, true); WebWorks_WriteDIVOpen(“wwdd1036392”, true); If a workflow is triggered when you create or update records in the NetSuite user interface, but is not triggered when a CSV import job creates or updates records, you probably need to enable the Run Server SuiteScript CSV and Trigger Workflows import preference. Workflows are treated as server-side SuiteScript, so they do not run if this preference is not enabled. To enable this preference, go to Setup > Import/Export > CSV Import Preferences, and check the Run Server SuiteScript and Trigger Workflows box.