Hi Samuel,
Thanks for the kind words - we try to implement a feature as best we can.
1) There are no database fields on the customer master record that store the number of notes, and because filters are only set up on the customer master, this information is not available to Filters. To do this, we would have to change the Customer Master data file to include a Notes Total field, and every time a note is added or deleted for any reason (including auto-notes such as for printing statements), this field is updated.
GridView could do this for you, by reading the Customer Notes file. But of course this is outside filters.
2) Currently Filters are not set up for order Details, only Order Headers. Thus you cannot use Filters directly on the item fields such as Qty on B/O. To do this, we would have to implement Filters at the document Detail level.
GridView could generate a list of all orders that are partially shipped and have items on back order. But of course this is outside filters.
3) When an order is edited and saved, if it meets a new filter criteria with a higher Style priority (lower number) then the grid should automatically refresh and the new Automatic Style should apply. This includes printing and running Day End. The more Filters you create and the more records in the grid, the longer this will take. What are you doing to the order and what status is changing? (completing, printing, changing a ship to or other field value, etc).
You could also try adding the Automatic Style field to the grid, to see which style colour should be associated with the record after it is saved, and if it is changing correctly for you after the order is processed.
_________________________
Regards,
Softrak Tech Support