My Stuff
Comments
-
Thanks for taking a look!
-
Hello, I updated the Script File too /** * @NApiVersion 2.x * @NScriptType UserEventScript */ define(['N/record', 'N/error'], function(record, error) { function beforeSubmit(context) { log.debug('Script Triggered', 'beforeSubmit function has been triggered.'); // Only proceed if this is an edit operation if (context.type…