How to Save Configuration values using SuiteScript2.0?

Hi All,












In Last Post I mentioned about Loading configuration , in this Post I am saving that configuration so that changes can be seen by opening company preference etc using UI or when next time we load configuration changes will be there.


Please use below code to save configuration in SuiteScript2.0:

In SuiteScript1.0:

      nlapiSubmitConfiguration(name)

In SuiteScript2.0:

      Record.save(options)

Module Used:

       N/record Module

Please comment if you have any question.

Thanks

Abhi







Comments