How to set Field Values in SuiteScript 2.0 Client Script?
Hi All,
Please use below code to set Field Values in SuiteScript2.0:
In SuiteScript1.0:
nlapiSetFieldValues (fldnam, value, firefieldchanged, synchronous)
In SuiteScript2.0:
CurrentRecord.setValues(options)
Module Used:
N/currentRecord Module
Please comment if you have any question.
Thanks
Abhi
Please use below code to set Field Values in SuiteScript2.0:
In SuiteScript1.0:
nlapiSetFieldValues (fldnam, value, firefieldchanged, synchronous)
In SuiteScript2.0:
CurrentRecord.setValues(options)
Module Used:
N/currentRecord Module
Please comment if you have any question.
Thanks
Abhi
Hi There
ReplyDeleteI am completely new to Netsuite scripting and would really like to learn more about it.
With the above script, how would I deploy it? What script type is it?
Can this change field values of sublists in a parent record?
thanks
Hi Vernita,
DeleteThis is just part of code, you need Netsuite account
You can use below URL for Netsuite Basics,
https://netsuiteguru.blogspot.com/p/netsuite-tutorial.html
Join our FB page , linked in page to ask more questions.