Hi Team,
I am using Global applications and have set application is dynamic as no application checkbox to load the application as soon as USD starts.
My Global Application is a standard web application which uses a navigate action to load a web page. But in my case the global application tab opens up as a blank page, the only reason I can think of is the navigate action is not firing because when i fire it manually it reloads the global application with web app.
Now, I know I can use CCA hosted type and it will load the application and also I can use desktopReady event to fire the action but my question is it a good practice or would it impact the performance. I can see that default uii action is set as default action for my hosted control, if i make navigate action as default then would this work?