BusinessRulesScripts
This example demonstrates how client side scripts can be modified on the server and then downloaded to the client via a simple call.
When you compile and launch the server, it displays a memo containing various client side rules executed within event handlers such as BeforePost.
You can test it by compiling and launching the client. Try deleting an item with a gain > 90, for example.
Next modify the server memo and click Refresh Scripts from Server to see that your change has been actioned.
Note how the strong typing allows simple reference to field names, thus making script changes as simple as possible.