Hi Devs,
The client side programming reference says:
Forms for Updated entities don’t reload the page after the initial save creating a record or any subsequent saves. Therefore, the OnLoad event occurs only during the initial load of the form.
Is there any way for us to execute custom script after a save of an entity form?
I also tried something unsupported to detect an ajaxStop from the form's script as I believe a save would be an ajax operation, but it didn't work:
parent.$(document).ajaxStop(function () { console.log("ajax stop detected"); });
Help please.
blog: <a href="http://technologynotesforyou.wordpress.com">http://technologynotesforyou.wordpress.com</a> | skype: ali.net.pk