Hi Debby,
It was nice to meet you at MOTM!
So this is a common thing that the search filters do not persist after you close the screen associated with it. So for your scripters at RKLe, for this screen they can use what's called a Panel PostLoad UI script in a couple places.
A minor area is when the DSEARCHORD dialog/screen (as you see in Customizer) loads after clicking "Search for Open Orders". First check if those boxes for order types have default values you can set with Customizer to avoid having to do a script. If it can't, then a UI script there can for example untick the All box and then only tick the Standard and Backorder boxes. This can save them a few mouse clicks each time so they don't have to manually set the order types but they still have to click the Search button to begin with.
The bigger area is when the Orders panel itself is clicked. The listbox will load first unfiltered and then then the UI script (this one being more involved than the 1st) would fire off second. It can set the internal variable for the order type filter (e.g. Standard and Backorder) and then send a command to reload the listbox. At this point you will have the filtered listbox they want. The only downside is the listbox is loading twice which they may not even notice.
Good luck!
------------------------------
Alnoor Cassim
Accounting Systems, Inc. (ASI)
------------------------------