web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

No record found.

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,027 Moderator

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