netsuite-starter
Version:
Scaffold to build NetSuite account customizations
25 lines (22 loc) • 618 B
Plain Text
import {EntryPoints} from "N/types";
/**
* Scheduled 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 ScheduledScript
*/
/** execute event handler */
export let execute: EntryPoints.Scheduled.execute = (context: EntryPoints.Scheduled.executeContext) => {
// Enter code here
};