
Hi All,
I have installed CRM 2013 SP1 UR4 on our Test environment. Before that we have installed CRM 2013 SP1 UR2 on Test Environment as well as on UAT Environment. Some JavaScript code are working fine on UAT Environment but it's throwing error on Test Environment. JavaScript code are same on both Environment.
Version Details:
Test Environment : CRM 2013 SP1 UR4
UAT Environment : CRM 2013 SP1 UR2
is this related to any Update Rollup issue?
Thanks & Regards,
Jigar
*This post is locked for comments
I have the same question (0)Could it be that you are testing with different browsers. attachEvent doesn't seem to be supported anymore:
msdn.microsoft.com/.../ms536343(v=vs.85).aspx
And second, this seems to be unsupported javascript, in case you didn't know.