I am trying to fire an onload event that would run javascript to customize some CSS whenever a dashboard is run. But I can't figure out what to file to modify. I would need to add the javascript and then call the javascript function from the onload event. If you do this from the home page it's pretty simple. One way top do that would be to modify the file %OBIEE_HOME\bi\bifoundation\web\msgdb\pages\bieehome\bieehome.htm to call the js in NQOnLoadEvent, after adding the js to
\obiee\user_projects\domains\$($Env:COMPUTERNAME)\servers\bi_server1\tmp\_WL_user\analytics\za01ic\war\res\b_mozilla\common.js. But how to do it from a dashboard? I am thinking that all of the html is dynamically generated so there is no way to make this change in a static file somewhere.
Has anyone done something like this?
OBIEE 12.2.1.1.0
Windows Server 2012 R2