Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
Shipping Items
I have a Saved Search with which I'm currently pulling multiple ShipMethods into the report by using; "Case When {shipmethod} = XXX or {shipmethod} = xxx Then {number} End"
However, some of these formulas get very long, and I'd really like to be able to use one of the other fields on the Ship Items records as a way of grouping ShipMethods together so I can then use a single Formula to find them all.
Or at the very least, be able to it without having to rely on the description for the formula to work!
I've tried calling {shipmethod.itemid} but this just errors.
0