Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Dynamics 365 Community / Blogs / Adrian Begovich's Blog / Bookmarklet To Open Solutio...

Bookmarklet To Open Solution List

Adrian Begovich Profile Picture Adrian Begovich 1,025 Super User 2025 Season 1

In Dynamics 365 Customer Engagement and Dynamics CRM, you can navigate directly to the solution list with the following bookmarklet.

javascript: (function () { var form = $("iframe").filter(function () { return $(this).css("visibility") == "visible" })[0].contentWindow; window.open(form.Xrm.Page.context.getClientUrl() + "/tools/Solution/home_solution.aspx?etn=solution"); })();

The solution list displays all solutions in the instance without any extra navigation items.

Solutions.png

Comments

*This post is locked for comments