My Stuff
On Friday, October 10, 2025, at 8:00 PM Pacific Time, our Case Management System will undergo a scheduled maintenance for approximately 4 hours. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
Share Your SuiteWorld Experience & Earn a Special Badge!
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…