Hi All,
I was thinking why can't we have automated client side logics. I have came up across with a barrier where client side logic should run automatically on given schedule or if the data is created or updated in database. We can't always go with the JavaScript to refresh data or call client action every 30 sec or 1 min to check the updated data.
We have Timer and BPT for server side logic. So I was thinking of having the same for client side logic. It would be great!!
:)