Skip to content

Instantly share code, notes, and snippets.

View marvac's full-sized avatar

Marc Vaccaro marvac

  • Southern California
View GitHub Profile
@marvac
marvac / gist:e3b5ab51ebaa1af32b01f95eb3e4ece9
Created November 15, 2022 16:59
NetSuite: Display an alert if an item on the transaction is inactive
/**
* transaction.clientscript.js
*
* @NScriptName Custom Client Script For Transactions
* @NScriptType ClientScript
* @NApiVersion 2.x
*/
define(["N/log", "N/ui/dialog"], function (log, alert) {
var exports = {};
"use strict";