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.
Invalid Expression in search formula
Hello,
I have modified a % formula which was previously working by adding and additional "AND" statement. The formula is now returning Invalid Expression.
My working formula is as follows:
CASE WHEN {customer.datecreated} > to_date('1/1/2011','MM/DD/YYYY') AND {trandate}-{custbody_item_no.custitem_origpncreatedate} <270 THEN .01 ELSE {custbody_item_no.custitem_commint} END
Here is my modified formula which is returning an error:
CASE WHEN customer.datecreated} > to_date('1/1/2011','MM/DD/YYYY') AND {trandate}-{custbody_item_no.custitem_origpncreatedate} <270 AND {custbody_custid} IN (39,44,48,58,63,64,66,67,77,122,218) THEN .01 ELSE {custbody_item_no.custitem_commint} END Note I have added "AND {custbody_custid} IN (39,44,48,58,63,64,66,67,77,122,218)"