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.
Saved Search Formula Field Problem
I have a formula that is working great - i really do love these formulas. Anyways, I am having the formula return a field that has many characters - too many. I would like to truncate the results. I was attempting to use the 'LEFT' expression but I was never able to get the syntax right. I had someone else in the office give it a shot but for some reason we never could get it to work. Could someone take a peak and see what I am missing. I would appreciate it!
Thanks
CASE WHEN (LENGTH{parent}>1) THEN (CASE WHEN (LENGTH{custitem_matrix_parent.custitem_tabbed_descrip}>1) THEN (LEFT({custitem_matrix_parent.custitem_tabbed_descrip},500) ELSE {custitem_matrix_parent.storedetaileddescription} END) ELSE {custitem_stand_item_descrip} END