Build 1162 has been released with a couple of new features. Below are some notes from AwareIM support communicated to me during testing:
1) Auto refresh - This feature lets you specify processes and objects that will cause auto-refresh for a query. For example if a query condition depends on a value in the SystemSettings object you can get the query to automatically refresh whenever user changes this value. This can be very useful in quite a number of situations.
Just open up a query in the configuration tool & click on the Display results section. You will now see "Auto Refresh" options at the bottom. The screen documents how it operates.
2) saveForm function -- can be useful if you want to have custom buttons that save the object, rather than the standard buttons. The new "auto-refresh" feature plus this function could be an alternative to using the startProcessFromForm function in certain cases - you can just save the object and get some query to refresh when the object is saved.
The example of using this function:
<button type="button" onclick="saveForm(this)">Save</button>
Very slick!
Tom