How to Submit CSV Import in SuiteScript2.0?

Hi All,

Please use below code to submit import in SuiteScript2.0:

In SuiteScript1.0:

      nlapiSubmitCSVImport(nlobjCSVImport)

In SuiteScript2.0:

       task.submit()

Module Used:

        N/task Module

Please comment if you have any question.

Thanks

Abhi





  

Comments

  1. Replies
    1. This is very straight forward API,
      First create CSV Import parameter and then pass that.
      Use "http://netsuiteguru.blogspot.com/2016/12/how-to-create-csv-import-in.html" to create Import then use above apis to Submit it.
      Rest will work as usual.

      Don't forgot to pass task parameter or equivalent param which you want.

      Delete

Post a Comment

Thanks for you message, please join us on Facebook and Linkedin