There was an error with this field's customized event.
Field:window
Event:onload
Error:undefined
Hi all,
please recommend the solution to me, if you get the msg.box above.
Thank a lot, cheer.
Van TH
*This post is locked for comments

There was an error with this field's customized event.
Field:window
Event:onload
Error:undefined
Hi all,
please recommend the solution to me, if you get the msg.box above.
Thank a lot, cheer.
Van TH
*This post is locked for comments
Hi Guido,
this 's new crm 2013 and my javascript code at below:
function contact_onSave(ExecutionObj) {
if (id_card("th_contactidcard") == false) {
ExecutionObj.getEventArgs().preventDefault();
}
var errMsg = "";
errMsg = isvalidPhone("mobilephone");
if (errMsg != "") {
ExecutionObj.getEventArgs().preventDefault();
alert('Error :: ' + errMsg);
}
}
function contact_onLoad() {
// Xrm.Page.getAttribute("telephone1").onkeypress = isvalidPhone;
// alert('test');
}
Thank,
Van TH
Hi Guido,
I found my problem, this case JavaScript can't working anyway, because I have another scripts that call function across the form,
example : JS on Case Form call Function inside the Contact Form.
I not sure ,this case will found with everyone and right now I can fix it,
Thank a lot,
Van
hi Van, I came across the same problem when I create SLA detail.
Can you show me how to fix this bug?
Many thanks