Do anyone have any insights as to what could be the cause ?
It seems like it could be somehow cache related, as i can only force the error to occur after clearing the cache.
$Dg_1: function() {
var ctxt = this;
if (!IsNull(this.$6P_1) && this.$8J_1) {
if (typeof _ISVIRTUALENTITY != 'undefined' && _ISVIRTUALENTITY) {
setLoadingText(Xrm.Internal.getResourceString('LOCID_PAGE_LOADING_EXECUTE_ON_LOAD_FROM_EXTERNAL_SOURCE'));
}
else {
setLoadingText(Xrm.Internal.getResourceString('LOCID_PAGE_LOADING_EXECUTE_ON_LOAD'));
}
var l = this.$6P_1.length;
for (var i = 0; i < l; i++) {
var func = Mscrm.TurboForm.Control.CustomScriptsManager.frameElement.contentWindow[this.$6P_1[0].$8y_1];
if (typeof func === "function") {
var $v_0 = Array.dequeue(this.$6P_1);
Mscrm.TurboForm.Control.CustomScriptsManager.frameElement.contentWindow[$v_0.$8y_1]($v_0.$9Q_1);
} else
break;
}
if (this.$6P_1.length > 0)
setTimeout(function() {
ctxt.$Dg_1();
}, 100);
}
}
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,280 Super User 2024 Season 2
Martin Dráb 230,214 Most Valuable Professional
nmaenpaa 101,156