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.
Product feed export formula for item category and subcategory
Hi, we are working on a product feed export that will be used with a 3rd party marketing platform and I need to have both a category and a sub category column. I am thinking if I was able to trim the last two children out of the preferred category's hierarchy I would have a good data set.
Example String:
Home > Gear > Fishing Tackle > Fishing Hooks
So for this example, I can return 'Fishing Hooks' with this formula:
rtrim(regexp_substr({categorypreferred},'[^>]*$'))
But I am having a hard time getting the formula right for returning 'Fishing Tackle' - can any of you REGEX wizards help me figure this out?