Dialogs are great, but it can be a hassle to show nicely in CRM, especially when activating them via a custom button. With different browsers, browser settings and configurations, opening a dialog may result in the dialog opening in a new tab, or a new window, and doesn’t allow for a consistent user
Read the full article hereAdding a quick view form onto a Main form in Dynamics 365 is a simple and effective way of displaying information from one entity to another entity. In this demonstration, I will show you how to create a quick view form in the custom entity Venue and display this quick view on the custom entity Even
Read the full article hereCustomizing views is a simple task but it is highly important. Views efficiently display data to the user when they are used correctly. Views are important so the user is able to see all relevant information and they allow the user to select the view that displays the data they need to see, hiding
Read the full article hereHowever, you choose to use cases in Dynamics 365, the use of SLAs is very useful for managing and ensuring all cases are resolved and closed in a timely manner. But, if you ever have to reopen a case for whatever reason the SLA will not automatically be restarted. This means that if your users reope
Read the full article hereComposite fields were introduced in Microsoft Dynamics CRM 2013 to combine multiple fields into a single field on the form. It’s a nifty way to display multiple individual fields, which are concatenated into one. The most common application of composite fields is used with the out-of-the-box Full Na
Read the full article hereOver the last couple of weeks, I’ve been reading The 7 Habits of Highly Effective People – By Stephen R. Covey. In this, Covey talks about the habits and behaviours that lead to being an effective person. The pathway that starts with achieving small, personal victories, and then how this shapes us a
Read the full article hereWhat are Child Workflows? Child workflows are workflows that can be started by another workflow or dialog. They are useful for a number of reasons, but are particularly useful for abstracting logic so that it can be used in different areas, or to isolate a particular process.To provide an example, t
Read the full article hereFor those that have just started learning Dynamics CRM, the information presented can be a bit overwhelming at times. Dashboards are a convenient interface to the CRM system, with commonly accessed information available for quick reference, and links in the charts, lists and diagrams providing a qu
Read the full article hereThis blog is going to help the reader to create workflows with the best, most desirable structure. This will allow the workflow to be easily readable, modifiable, and shows the user when their workflow stops or has errors specifically within the workflow. To show the best practices while creating a
Read the full article hereWhy would I Want to Do This? This last week I’ve been experimenting with more of the features present in Dynamics 365. I ran across an issue when I was creating an Event Management scenario. A brief overview of my scenario: A company wanted to manage multiple events, which contacts can register for.
Read the full article hereThis is my first blog about the stages of beginning a new job. I am constantly learning and developing new skills which makes every day unique and exciting. As I’m undergoing this learning process I often think to myself, how can I facilitate this learning process? and how can I be the best I can po
Read the full article hereI recently came across an odd JavaScript error for the onChange event of a lookup field in Dynamics 365. Apparently, removing the lookup item from the field works fine if it’s being removed directly from the form, however, when removing it from the ‘Look Up Record’ dialog box (see below), a JavaScri
Read the full article hereAppointment in Outlook will be allocated a reminder time based on the user’s Outlook personal options:This means that they then pop up in the user’s Outlook as a reminder, the specified time before the appointment starts:This is really useful. The user doesn’t miss the appointment, and is able to us
Read the full article hereMicrosoft Dynamics 365 introduces a fancy new editor for Business Process Flows. Although it looks slick and provides a visual representation of your processes, there is a fundamental problem with the new designer with regards to Security Roles. To illustrate the issue, I will be comparing the desig
Read the full article hereWorking with Dynamics 365 Record Create and Update Rules (RCUR) can be a useful user friendly way of creating workflows based on items that are added to a Queue. Here are some things I found helpful when developing a set of RCURs for a project.1. If you rename a RCUR step, the back
Read the full article here