Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
NetSuite Admin Tip | Use submitFields() for Efficient Record Updates
When working with SuiteScript, efficiency is key—especially when updating records. Instead of loading and saving an entire record, which consumes more governance units and slows down execution, NetSuite provides a more streamlined alternative: the submitFields() method.
The submitFields() method allows you to update and submit one or more body-level fields on an existing record without loading it into memory, significantly improving script performance. It also returns the internal ID of the updated record, making it a practical and resource-saving option for simple updates.
Using load() and save() Approach
/**
* @NApiVersion 2.x
* @NScriptType Suitelet
*/
define(['N/record'], function(record) {
function onRequest(scriptContext) { Richard James Uri - SuiteCloud | WMS Tech | SuiteCommerce Advanced
----
- NetSuite Admin Corner | New to NetSuite
- Explore the NSC Webinars Category
- Join our poll and share your ideas! We want to know what you think. Don't forget to comment and make your voice heard!
- Expand your NetSuite knowledge by joining this month's Ask A Guru Live about Advanced Accounting. RSVP on this event now!
Tagged:
0
