We would like to set some model attributes depending on some other situations in the model. We already know that such a attribute set can be achieved by JavaScript. But we like to get this automated.
Event "Model will be saved" is raised
-> Java Script will be called
----> Java Script validates model situation
-------> Java Script updates attributes
The question now is: Can I raise a Java Script call right when I save a model? Is this possible?
Best Regards, Volker