How to submit few fields in SuiteScript 2.0 ? Equivalent API of nlapiSubmitField()?
Hi All,
Please use below code to Submit Fields in SuiteScript2.0:
In SuiteScript1.0:
nlapiSubmitField(type, id, fields, values, doSourcing)
In SuiteScript2.0:
record.submitFields(options)
Module Used:
N/record Module
Please comment if you have any question.
Thanks
Abhi
Note: We need this api if we do not want to load record unnecessarily.Usage and Execution time both can be saved using this api.
Please use below code to Submit Fields in SuiteScript2.0:
In SuiteScript1.0:
nlapiSubmitField(type, id, fields, values, doSourcing)
In SuiteScript2.0:
record.submitFields(options)
Module Used:
N/record Module
Please comment if you have any question.
Thanks
Abhi
Note: We need this api if we do not want to load record unnecessarily.Usage and Execution time both can be saved using this api.
Comments
Post a Comment
Thanks for you message, please join us on Facebook and Linkedin