I have faced a strange scenario that the onchange event for the check box in CRM 2011 is not working on my colleagues laptop but the same is working in my laptop as expected. Got shocked due to this behavior.
Later on searching in the net came to know that there are some more people in this shock and they have managed to come out of this with a solution.
Basically the problem was with the IE version which we both were using. I was using IE 10 and it worked properly. My colleague was using IE 8 in which it was not working.
In IE 8 the event will work only when the focus is taken out of the control. This is a kind of work around, but the problem is that this will not be accepted by some of the clients. :)
For that there is another work around. Please follow this blog for the same.
Also you can refer to the blog which I was referring to here.
Subscribe to:
Post Comments (Atom)
Configuration for CRM Plugins
CRM plugins are always great feature where we can automate many functionality which we cannot automate from user interface. But almost eve...
-
There can be scenarios where we have to add activities programmatically to the CRM organization either through a plugin or through a workf...
-
Using JavaScript we can initiate the save operation in CRM 2011. The Xrm.Page.data.entity attribute collection has inbuilt method Sav...
-
As a developer, there can be scenarios where we have to use CRM SDK in our code so as to connect to CRM and use the messages from SDK. To ...
No comments:
Post a Comment