Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
First script in NetSuite
Hi,
We're adding our first scripting to NetSuite, and I'm having a few problems getting it running properly, specifically in Firefox. Hopefully the code below is fairly self explanatory, it checks a few fields when sales orders are saved and produces an error message if they are incorrect.
It works fine in Chrome and IE, but produces an error in Firefox. I've added the error report I received via email below the code.
Any help would be much appreciated, if you need more info, please let me know.
Sam.
function saveSOCheck()
{
var despatchDueDateValue = nlapiGetFieldValue('custbody_despatch_due_date');
var despatchDueDate = nlapiStringToDate(nlapiGetFieldValue('custbody_despatch_due_date'));