How to create CSV Import in SuiteScript2.0?

Hi All,

Please use below code to create CSV Import in SuiteScript2.0:

In SuiteScript1.0:

      nlapiCreateCSVImport( )

In SuiteScript2.0:

       task.create(options)

Module Used:

      N/task Module

Please comment if you have any question.

Thanks

Abhi



Comments