javascript - XRM setDisable() does not work on browsers other than IE -
There is an error on our XRM form when it is opened from a browser other than IE, you can see unmanageable messages on the image link Are there.
The error is not clear, So I debug it, and it took me because of an error on the JavaScript load on the page load. This XRM setDisabled () function can not be used properly:
Xrm.Page.getControl ("simpeg_tipelokasi"). SetDisabled (true); This works on IE and the field is disabled, but weird it does not work on Chrome and Firefox. Can you help me why it does not work on the browser? Thanks a lot!
Edit: My bad, this is actually a problem that is set on the ActiveX configuration of both browsers and not Passive function. While debugging some time ago, I should remember this to see my new post on this url:
You must update your organization's roll-up at least 12 (the latest at the moment) I'm surprised though, you've actually got to get the error.
Edit:
It is not a problem with Definitely , not being able to log in and display the "Main" form needed. RU12 and Browser Brand I have created a new organization and have added the following functionality through web processing. function disabled FullNameOnLoad () {Xrm.Page.getControl ("fullname") .setDisabled (true); Warning ("full name is disabled on load."); } Function enableFullNameOnSave () {Xrm.Page.getControl ("fullname"). SetDisabled (false); Warning ("Enable full name save."); } In the form of naming, as inactive, is done in and its onsave is enabled in I Used FF, IE and CR in CFM (RU12, OP). The behavior was consistent - greyed-out full name as I open the form and editable when I save it then anyone on my platform Problems, it is not directly related to cross browser inconsistency. Can you check again that when you add the exact code from my examples, then the way I actually describe it is linked to events. Please
Comments
Post a Comment