Category: Configuration

 

Recommendations in Dynamics 365

After I finished presenting my session “Workflows still Rock!” at the Dynamics 365 Saturday in Portland, OR, I had some time left to answer questions and talk about other Dynamics 365 features. I asked the audience if they have heard of the recommendations feature in business rules that was added to the application a few years earlier, and to my surprise most people hadn’t heard of this little gem soRead More

Anatomy of the D365 Outlook App Panel

Ever since Microsoft came out with the Outlook app for Dynamics 365 I’ve had several folks ask me how to configure the panel that opens up when you click on the Dynamics 365 button in Outlook. If you haven’t noticed yet, this form is not one standard form that lives in Dynamics 365. There are actually three forms that make up the panel that you see when clicking the buttonRead More

Dynamics 365 Customer Service: KB Automatic Filtering

I ran into a feature the other day that I thought would be worth writing an article about. This feature has been around for a while, but I feel that it might slipped in without a lot of us noticing, so here goes! Administrators can configure the knowledge base search control on the case form to automatically filter knowledge base articles based on data populated in the case record. ThisRead More

Power Virtual Agent & Power Automate

This week I was playing around with Power Virtual Agent and Power Automate. I needed to demo a virtual agent that after asking some questions would create a lead record in Dynamics 365 using Power Automate (formally known as flow). I haven’t worked with Power Automate that much, but after some internet searches, I was able to get it to do what I wanted so I thought I would shareRead More

Dynamics 365 Field Service – Rejecting a booking

Field Service is a great tool for companies that send out remote workers, but what happens if that remote worker isn’t able to perform the work? It might be that they got sick or maybe they are having problems with their vehicle in which case they need an easy way to let the dispatcher know. Yes they can call the dispatcher to let them know, but what if there wasRead More

Adding Components to Unified Interface App(s)

Now that Microsoft put an expiration date on the legacy interface I thought it would be time to write a post about how to add components to the apps that we use in the unified interface. For all of you who haven’t heard yet, as of September 2019, the legacy web client is deprecated. Customers will have to transition to the Unified Interface before October 1, 2020. In the meantime,Read More

Customize Opportunity Close Dialog Box

After the October 2019 release wave, system administrators now have the ability to customize/configure the Opportunity Close Dialog box without having to use any code or other development efforts. This is a great new feature and allows us to capture additional information when an opportunity is closed, either won or lost. In the following example I am going to add a custom ‘Other Reason’ text field that only shows (andRead More

Nested Grids in Dynamics 365

I came across this little gem when I was playing around with subgrids in Dynamics 365. We all know we can use subgrids to show related records on a form. For example contact related to an account or opportunities related to an account. In my Dynamics 365 instance, I put the out of the box contact field (parentcontactid) on the opportunity record so users can see the individual at theRead More

Inventory Transfers using the Inventory Dashboard

In this post I’m going to discuss how to use the previously created Inventory Dashboard to perform and inventory transfer, meaning moving products from one warehouse to another. If you haven’t read my two previous posts yet on how to setup the inventory dashboard and how to show in which warehouse work order products are available on the Field Service Mobile App, I would recommend doing this first. How doesRead More

Using Real-Time Workflows as Security

ProblemA while back I had a customer who wanted to prevent certain users to re-open a won opportunity in Dynamics 365. They asked if there was a security setting in security roles that could do that, but as we all know this type of granular security is not available in security roles. We can give people different types access of to records, like update, write and viewing, but this isRead More