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