Hi,
I'm having a strange issue where after a user changes the company on a contact page, the save button will no longer do anything. Other fields are fine (however saw issues with email address before), but specifically after changing the company the user can no longer save the form.
This problem happens in Edge and Internet Explorer frequently.
The weird parts:
- It went away for a while in Edge & Internet Explorer, and now it is back and happens every time.
- It doesn't happen in Chrome (except one time I did witness it happen, except it has gone away)
- I tried removing all custom javascript and the issue still happened.
- The issue does not happen in Dev/Sandbox -- I recently restored my Production area to my Dev area so that they are the same
- Tried if it only happened on
Error I found while debugging the page and clicking save:
When changing the email, I get shown an error at this point for the global.ashx:
var $v_4=Mscrm.ClientApiEventHandlerListUtility.constructExecutionObject($p1_0,$v_3,$p1_1,$v_2)
So definitely seems like there is some sort of issue with this $v_4 variable creation. Thoughts?
I am also going to report a ticket to Microsoft, but thought I'd check on the off-chance someone may know something here.
*This post is locked for comments