megaphone
Update your Profile with your Support type to get your Support Type badge.
Nominate Your Peers for NetSuite Support Community's Choice of the Quarter! Submit your nomination today.
Expand your NetSuite knowledge by joining our Ask A Guru Live sessions. RSVP on this event now.
Stay in the know of how NetSuite can help grow your business with our guides, webinars, and events. Subscribe Here
What Topic Should We Cover Next? Your idea could be our next feature—drop your suggestion now!
No Limits. Just possibilities. Join us for complimentary one-day events around the world and step into a future fueled by AI and limitless potential. Discover what's next at SuiteConnect Tour 2026.
Try Intelligent Payment Automation – Fee Free For Your First Month For more information, visit this thread.
Don't miss out on our Pop Quiz! You only have until tomorrow, March 17, 2026, 2:00PM ET to comment your answers.

My Stuff

wsangster Green Ribbon

Comments

  • Try this /** * @NApiVersion 2.x * @NScriptType ClientScript * @NModuleScope SameAccount */ define(['N/record'], /** * @param {record} record */ function(record) { function saveRecord(context) { var rec = context.currentRecord; alert(rec.getLineCount({ sublistId: 'addressbook' })); } return { saveRecord: saveRecord }; });
  • I used CSV imports to remove and add multiple addresses. After you pick your file and you are on the "Import Options" screen. Click the Advanced Options and you'll see a box for Overwrite Sublists. I've never tried it with any code yet. Still learning that.
  • Here is a SuiteAnswer I found that told me what to do https://netsuite.custhelp.com/app/answers/detail/a_id/62910/kw/delete%20mass%20customer%20records I have also used Overwrite Missing Fields for some of my imports to delete things. OVERWRITE MISSING FIELDSFor updates, enable this option to clear NetSuite fields mapped…
  • Just an FYI from SuiteIdeas. Freemarker should be 2.3.26 now. Title: Advanced Printing> Requesting the ability to update FreeMarker version in NetSuite Number: 362044 Category: -- Not yet categorized -- Sub-Category: -- Not yet categorized -- Status: CLOSED-PM Released into Production Details: Updated BFO and FreeMarker…