Suiteflow for csv import
Hi
I would like to know if it is possible to create a scheduled workflow where it imports data from csv file everyday to create new sales orders? I am new to netsuite and trying to explore automation to improve company processes. Any help is highly appreciated. Thank you.
I think this may not need a Workflow. Use SuiteScript task.create
Another option; You could do a workflow to cover more basic tasks, but then attach a SuiteScript 2.0 Workflow Action Script Type to run the import. It all depends on your skill level.