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.
Issues using a search filter to find a contact email address
Hey Guys,
We have an online form that allows users to register for training online. They punch in various details and then some script runs to see if that contact already exists. One piece of the script looks to compare the email address that they enter into a field - custrecordemail – with the email address on existing contact records. The search filter is not returning any results though.
Below is a extract of the script
//found contacts with a matching email address
var EmailFilter = new Array()
EmailFilter[0] = new nlobjSearchFilter('email',null,'is',record.getFieldValue('custrecordemail'))
var EmailColumns = new Array()
EmailColumns[0] = new nlobjSearchColumn('internalid','customer')