Hi, All,
Apex is 24.2.11. I have a modal dialog page where I want to set its title during page load, please see photo and code, I get JS error but the error only happens at really cold start, i.e , I have not used the app overnight or after the OS reboots… more like once in a day occurrence. Any suggestions how I can prevent this error from happening? thank you
setTimeout(
()=>{
apex.util.getTopApex().jQuery(".ui-dialog-content").dialog("option", "title", "Split/Move/Merge:"+$v("P15_DATE1") + "/" + $v("P15_PLINE"));
},1000);
