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.
Don't miss out on our Pop Quiz! You only have until tomorrow, March 10, 2026, 2:00PM ET to comment your answers.

My Stuff

Community Articles: What Topic Should We Cover Next? Your idea could be our next feature—drop your suggestion now and spark the next big discussion!

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…