We run into situations where e.g. a view column from another db is updated outside of dbFront, but dbFront users don't see the change until they refresh, either manually or as a result of some other action.
For example, new orders are entered in our ERP system. Or an existing order might be updated and marked as a "rush" order.
dbFront is set to display a list of orders, with "rush" order rows set to be sorted to the top and to be colored red via CSS.
Until the user refreshes, they don't see the new orders, or the new rush designations.
If there was a way to set dbFront to refresh automatically (as long as the user was inactive) that would be great.