how to Remove success message in oracle apex 20.1 20.2 and any lower versions?

step no 1:go to dynamic actions and make one dynamic action on page load like the following figure 01

 step no 2: make true action and set action execute javascript code

step no 3: Write the following function in setting code
setTimeout(function(){
 $('#APEX_SUCCESS_MESSAGE').fadeOut('fast');
},3000)
and save it
it will remove success message when any submit buttons are clicked 





Subscribe our channel in youtube :Najeeb Alikel 

https://www.youtube.com/results?search_query=najeeb+alikhel


Comments

Popular posts from this blog