import {EntryPoints} from "N/types"; /** * Mass Update script file * * WARNING: * TypeScript generated file, do not edit directly * source files are located in the the repository * * @description: <%= description %> * @records: <%= types %> * * @copyright <%= date %> <%= company_name %> * @author <%= user_name %> <<%= user_email %>> * * @NApiVersion 2.x * @NModuleScope SameAccount * @NScriptType MassUpdateScript */ /** each event handler */ export let each: EntryPoints.MassUpdate.each = (params: EntryPoints.MassUpdate.eachContext) => { // Enter code here };