We're excited to present a new feature in which the database can tell the xTuple client to do things. Up until now, this was a one-directional channel of communication from the client to the database. However, we've utilized Postgres' "NOTIFY/LISTEN" functionality to send push notifications to xTuple. xTuple hears the notification and does something based on the notification's name.
...