In Apex 5 Universal Theme, there's a javascript file that was included in my page named "theme42.min.js"
(i think it was a native file for Apex Theme 42 - Universal Theme)
I want to execute a function inside this file named "initAlert" via a Dynamic Action.
I tried calling it using
apex.theme42.initAlert();
but an error occured "TypeError: apex.theme42.initAlert is not a function"
any insights?
copy-paste of the codes inside this function works in Dynamic Action but since it is already written and included, i just want to call it..
i apologize in advance if i cannot provide a link for an example
tread carefully..