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.
Script Error after Upgrade
One of my scripts is now not working after our upgrade. I'm getting this error (which I have never got before):
>>
Account: 623926
Environment: Production
Date & Time: 3/23/2009 1:32 pm
Execution Time: 2.41s
Script Usage: 20
Script: Set Location on Bills and Credits
Type: Scheduled
Function: setLocationOnBillsandBillCredits
Error: SSS_INVALID_SRCH_OPERATOR
An nlobjSearchFilter contains an invalid operator, or is not in proper syntax: internalid.
Stack Trace: setLocationOnBillsandBillCredits(ServerSideScripts.js:60)
>>
The only problem is that internalid isn't called anywhere in my script!
Here's the script:
>>
var date = new Date();
date.setFullYear(2008,8,1);
var filters = new Array();
filters[0] = new nlobjSearchFilter( 'mainline', null, 'is', 'T');