Portfolio Planning UI Action not workingIssue When we try to open the scenario planning from the portfolio record by clicking on the "Portfolio Planning" related link it opens the homepage instead of scenario planning.CauseThe UI Action on the related link for "Portfolio Planning" redirects to a page that does not have a ".do" at the end. ResolutionTo fix this, you can edit that specific UI Action and at line 16 to add ".do" at the end like so "var url = new GlideURL('$scenario_planning.do');"