Here's something we use with our legacy system. How can I create something like this in NetSuite? (I'm a very strong developer, so any SuiteScript is on the table, just not sure what to use.) I've started looking at saved searches, but was having a difficult time joining header lines with line level data. In this picture you can see it groups header lines like the first 1242406 order that says [User: ... packages 1, finalized, SDE, printed.] at the header, then the two lines for quantity 150 and 50. When trying to do a saved search, if I included header lines and line level lines ("Main line: either") then sorted on any value, it would not group the lines together. I can probably go 100% nuts and create a suitelet where I create my own html and css to mimic this, but is there any better middle ground for something like this that shows all orders shipping today, and their status and some other data? The additional thing not shown in this screenshot is that if the order is fully shipped, it turns green, but the items not shipped yet, but that should ship are red. And all of the not yet shipped filter to the top.