megaphone
SuiteWorld 2026 registration is now open—save $300 Register now
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.
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!
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
What if your ERP could help surface the next step before you go looking for it? Watch here to learn more!

My Stuff

New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.

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…