Netsuite.cru __full__

Below is an overview of how NetSuite manages core record updates, reporting, and customization resources. 1. The Core of NetSuite: Unified Data Management

define(['N/search', 'N/record', 'N/log'], (search, record, log) => const getCruUnit = (id) => // The magic line. The one everyone broke. let cru = record.load( type: 'customcru', id: id, isDynamic: true ); // 47 lines of hell below ... netsuite.cru