✅ METHOD 1:Disable popup completely in Service Portal Add this to a Widget Client Script or a Theme JS Includes filewindow.onbeforeunload = function() { return null; // disables the warning popup}; ✅ METHOD 2:Disable only for a specific pageGo to...
YES, You can display it on a dashboard Once your KPI collects data1.Go to Dashboard2.Add Performance Analytics Single Score widget or Time Series widget3.Select your Scripted KPI The widget will now show the record count.