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.
Help Optimizing Formula
When I use this formula in an item saved search i get no problems. In a different item saved search i get an unexpected error. If I put the formula into a custom item field i get an invalid expression error. I know there is more than one way to write this formula and get the info i need. Can someone offer an alternative to this formula. I'm hoping that writing the formula differently will help me avoid some of the errors. I would appreciate the help!
CASE WHEN (LENGTH{parent}>1) THEN (CASE WHEN (LENGTH{custitem_matrix_parent.custitem_tabbed_descrip}>1) THEN SUBSTR({custitem_matrix_parent.custitem_tabbed_descrip},1,1000) ELSE SUBSTR({custitem_matrix_parent.storedetaileddescription},1,1000) END) ELSE SUBSTR({custitem_stand_item_descrip},1,1000) END