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!
Determine if an item is a matrix parent, child or just standard
First, how do we reply to a closed topic in this UG? What good does closing topics do anyhow?? It seems like a needless feature.
So, I'm naming this thread exactly the same thing as the closed thread that I couldn't figure out how to reply to.
So, the thread had a formula logic like...
CASE WHEN {parent.name} IS NOT NULL then 'child item' else 'not child item' end
...for flagging an item as Child Item or NOT-child item. I'm wondering how to then filter between Not-child-parent and Not-child-and-also-not-a-matrix-item in the same formula ...or how to make a "matrix parent = true" flag with a formula.