
Hi All,
The below javascript is not working in Microsoft Edge browser but its working expected in IE.
crmForm.all.new_fieldtest.onclick = function () {
alert('test');
}
Its giving error new_fieldtest undefined.
Thanks in Advance.
*This post is locked for comments
I have the same question (0)Hi Guido Preite,
I have a custom field on form, i want perform operation on click event.
I tried in this way also but its not working
Xrm.Page.getAttribute("new_fieldtest").onClick
Please can you tell me how can i fire a click event for a filed in javascript.
Thanks
Hemant