Hi
In dynamics crm 2016, I have disabled auto form save feature. I have a form which I want it after saving, reload it, because some dependent fields should get enabled after form load, but it does not happen, cause the js code I have put in form load event does not fire at all.
I searched the community and found that some people suggested to put the following code in form save event :
Xrm.Utility.openEntityForm("opportunity", Xrm.Page.data.entity.getId());
but it causes the form to stuck there and tries to save the form and refresh it repeatedly :
So, How can I handle the issue ?
*This post is locked for comments