Hi team,
I’ve created a module to be installed via the Module Loader in the Admin panel, and it’s working fine. However, when I click Install, it shows a blank page in the suitecrm until the process is complete, then it displays the completion message. The same thing happens during Uninstall.
To improve the user experience and prevent them from closing the window too early, I’d like to add a loading spinner or showing Please wait message.
I was thinking of adding this in the post_execute
script, but I’m wondering if there’s a better or more appropriate way to handle this.
Any suggestions?