Archive
Adding a button to the CRM toolbar to launch a CRM view
I have found that frequently there will be one key entity in CRM that users spend most of their time on. Sometimes its Cases, other times its Opportunities. No matter which entity it is you can improve the user experience by providing faster access to that entity by adding a toolbar button via CRM’s ISV config settings. Here’s how…
Firstly, this is how it looks. I’ve added a “My Opportunities” button to the CRM toolbar. When clicked, a new Internet Explorer window is launched displaying the Opportunity entity, and specifically, displaying the My Open Opportunities view. Not only have I given my users a 1-click navigation solution but I have also given them a way of launching this key view in a separate window where it can remain open and easily accessible whilst they jump around between other entities back in the main CRM window. This works in the Outlook client and the web client, but the gains are probably felt more when using the Outlook client as you no longer ‘lose your place’ as you flick back to your Inbox or over to your Calendar.
Here’s what the ISV config entry looks like:
This sits under the <ToolBar> node.
The Button Icon attribute defines the relative path to the button’s image file. You can create you own image files and point to those but I find you can normally find something useful in the _imgs folder on the CRM server.
The URL attribute is where we specify the URL of the view. Easiest way to determine the URL of a view is:
- Navigate to the view in CRM
- From the More Actions menu, select Copy Shortcut Of Current View…
- Paste this into Notepad
Quick and easy, but makes CRM just that little bit more enjoyable to work with.
Me
Previous Posts
- Implicit Shares in Microsoft CRM 2011
- Cannot Delete Plug-ins in CRM 2011
- Duplicate Record Button using Jscript in Microsoft CRM 2011
- Shrinking VirtualBox VDI Files
- Global Search Add-ons for Microsoft CRM 2011
- Metro UI coming to Microsoft Dynamics CRM
- Service Contracts & Service Scheduling in Microsoft CRM 2011
- Order Processing Features in Microsoft CRM 2011
- TK Dialogs vs. Microsoft CRM Dialogs
- MyCRM add-ons for Microsoft CRM 2011
- SMS and Fax Integration for Microsoft CRM 2011
- 10 Microsoft CRM Demoing Tips
- Web Resource Upload Utility for Microsoft CRM 2011
- Adxstudio Portal Solutions for Microsoft CRM
- Scribe Insight and Microsoft CRM 2011
- Scribe Online: Replication and Integration Services for MS CRM
- Click Dimensions Email Marketing for Microsoft CRM 2011
- Social Integration for Microsoft CRM 2011 with Parrot
- Introduction to Demo Builder for Microsoft CRM 2011
- Email Marketing add-ons for Microsoft CRM 2011
- Reusable Jscript Library of Common Functions for CRM 2011
- Building Custom Screens using Dialogs and Ribbon Buttons in CRM 2011
- Resco MobileCRM vs. CWR Mobile CRM
- Adding Record Creation Buttons to the CRM 2011 Ribbon
- How to Bulk Create AD Users during a CRM Redeployment
- Upgrading Microsoft CRM 3.0 to CRM 2011
- How to view Ribbon Definitions in CRM 2011
- Displaying the Activity Feed Wall on a CRM Dashboard
- Activity Feeds in Microsoft CRM 2011
- Installing a 2-server CRM 2011 with Service Accounts and Minimum Permissions
- CRM 2011 Duplicate Checking Enhancements in Rollup 5
- VirtualBox Network Configuration for Microsoft CRM 2011
- Working with Display Rules in CRM 2011–Ribbon Customisation
- Call Centre Optimised CRM–An Example Solution
- Launching CRM Forms via Java Script in CRM 2011
- Working With REST Results in CRM 2011
- Quick Create Contact from the CRM Case Form
- Adding a new Button Group to the CRM Ribbon
- Editing Ribbon Buttons in CRM 2011
- Supporting Environment-specific Parameters in CRM 2011 Jscript
- Quick Create Contact from the Phone Call Form
- Defaulting a Lookup field via a REST query at Form Load
- Building a Microsoft CRM 2011 VM – A Quick Checklist
- Microsoft CRM 2011 Outlook Client Command Line Installs
- CRM 2011 Command Line Install for SSRS and Email Router
- Installing CRM 2011 via Command Line and XML Config File
- How to Duplicate a Virtual Box Image
- CRM List View URLs
- Installing the Customer Care Accelerator (CCA) for CRM 2011
- CRM 2011 Dialogs–A couple of gotchas
Tag Cloud
Top Posts
- Jscript Reference for Microsoft Dynamics CRM 2011
- Getting Started with CRM 2011 Online Fetch XML Reporting
- Adding a Button to a CRM 2011 Form Ribbon
- Shrinking VirtualBox VDI Files
- Creating records from Jscript in Microsoft CRM using REST
- Installing the Customer Care Accelerator (CCA) for CRM 2011
- Resco MobileCRM vs. CWR Mobile CRM
- Hiding a Ribbon Button in CRM 2011
- Reusable Jscript Library of Common Functions for CRM 2011
- Launching CRM Forms via Java Script in CRM 2011


