Hi all,
I'm developing a model driven app and adding business logic into javascript file.
Each time that I update the file in web resources section I need to re-apply the event handler on each column or component affected by this javascript.
My form is very large so it stoles me a lot of time.
Is there a way to update the js file without this annoying behavior?
thanks