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.
Is there a way to remove showing the Grandparent, Parent for items in searches without a formula?
Dear All
When running Reports, you can choose from using either Name or Name (Grouped) and get whichever version you want.
When running NS Searches however, no such option exists (as far as I know).
And instead, you must run a formula that contains a regular expression that strips everything beyond the first colon, like the following or its equivalents: LTRIM(regexp_substr({itemid},'[^:]*$'))
(bizarrely, this isn’t a workaround but the official solution, see SuiteAnswers 12046<https://netsuite.custhelp.com/app/answers/detail/a_id/12046/kw/12046>)
I know I can create a new field to embed the formula to source the item name, and I could use the Display name field, however, which has the end user name for displaying on websites.