Hello,
I have a javascript file with many functions. I think is loaded in the job form. However this function I don’t see it use in the form properties or in the onLoad event.
this function is however running and is functioning depending on the form interaction. I just don’t know how I can deactivate this function from running so it doesn’t affect me doing something on the form.
the only way is to take out the js and comment it out and then insert it back in, what do you think ?
not sure if you have the event registered programmatically instead of on UI, something like below:
function RegisterEvents()
{
if(typeof Xrm == 'undefined' || Xrm == null) setTimeout(function(){ RegisterEvents(); }, 200);
else{
Xrm.Page.getAttribute(arg).addOnChange(...);
}
}
Siv Sagar
149
Super User 2025 Season 1
Muhammad Shahzad Sh...
67
Most Valuable Professional
Daivat Vartak (v-9d...
53
Super User 2025 Season 1