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!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
Scheduled server-side script failing
I set up a scheduled script to run at midnight every day to find all cases that have a status still identified as 'New' and a custom field 'custevent_respondbyhrs' greater than 0 (respondbyhrs contains the number of raw hours to first response (taking into consideration business hours response versus 24x7 response, holidays, etc)
The function csiWriteToErrorLog simply writes out the error to the execution log using the 'ERROR' classifier which includes the line number of the error for debug purposes. Interestingly this ends up writing out to the execution log as 'DEBUG' which not sure why (could be my function, but I don't see a problem with it). The function _FunctionResults simply writes out to the execution log using the 'AUDIT' classifier that the function finished and shows an error count if errors occurred.