My Stuff
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…