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.
Filters not working - is it me?
I have problems with this piece of code:
var filters = new Array();
filters[0] = new nlobjSearchFilter( "custrecord_wg_extrasrecord", null, 'is', [record], null);
var columns = new Array();
columns[0] = new nlobjSearchColumn( "name" );
columns[1] = new nlobjSearchColumn( "custrecord_wg_custbuying" );
var searchresults = nlapiSearchRecord( 'customrecord1', null, filters, columns );
FYI: [record] is '303' - whish is correct.
This used to work.
There are no search results - i thought it was related to issue number 128181 but that 'fix' was released - but this piece of code, which was working in v11 now fails - and I am getting nowhere at the moment ? using null for filters and the search returns records - so problem is in the filters. BUT as I am NOT an experienced programer it may be me ? Help appreciated.