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.
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…