function OnAlert()
{
//Xrm.Utility.alertDialog('message');
window.alert('ok');
}
I´ve try do this on OnLoad event on the account form.
Anyone help ?
Thx
↧
TypeError: Object expected at eval code (eval code:1:1)
↧