dh_1101
03/20/2026, 1:42 PMSetup > Tax > Tax Codes) to the new SuiteTax Engine (STE) tax codes.
Currently, our existing housing invoices and my SuiteScript code reference the legacy tax codes:
invoice.setCurrentSublistValue({
sublistId: 'taxdetails',
fieldId: 'taxcode',
value: 37818 // References legacy tax code list
});
How do I update my SuiteScript or NetSuite configuration to reference the new STE tax code list instead of the legacy list?