has anyone ever created filters for the OrderHisto...
# suitecommerce
g
has anyone ever created filters for the OrderHistory Model ?
c
I think those are already built in and can be modified.
Look at
OrderHistory.Model.js
, there are search filters defined in that file.
The filters in there are just regular SuiteScript search filters. You can do whatever you want with them.