Hi people, here is my problem:
The CRM for default loads in the default APP but I need to setup to load in a custom APP. I cannot find a supported setting for this so I went through the path of JavaScript: I added a ribbon button in the application ribbon with an Enable Rule to execute a code to replace the window location href with the CRM URL with the APP ID. It's works fine but the problem is that the user dislikes the "double loading" of the page. For example:
-The user goes to the Advance Find, search for a record and open the form (for default CRM open the form in the default APP).
-The form loads with the fields, etc and the ribbon enable rule executes redirecting to the same page with the APP ID.
-The form loads again with the fields, etc.
Debugging I noted that the Enable Rule of the ribbon executes after the form or homepagegrid load. So my question is:
Is there a way to execute the script code before the form/homepagegrid load?
Regards!
*This post is locked for comments