Processing a Return to Warehouse in Dynamics 365 Field Service

In this post, we will show how to process a return to a warehouse in Dynamics 365 Field Service. We will follow on from our previous post of managing inventory in Dynamics 365. There are different ways to create a return in Dynamics 365, including a return to warehouse and return to vendor. The first thing to do is to create a return merchandise authorization (RMA). Go to the Field … Continue reading Processing a Return to Warehouse in Dynamics 365 Field Service

Managing Inventory in Dynamics 365 Field Service

In the Dynamics 365 Field Service app, we can manage product inventory. In this post, we will go through how to manage inventory. First, from yours apps in Dynamics 365, open the Field Service app: You will see: Select “…” and then Field Service Settings: You will see the settings: Expanding the view, we can see all the Field Service settings: To manage inventory, we will first look at where … Continue reading Managing Inventory in Dynamics 365 Field Service

Dynamics 365 Record Creation and Update Rules to Convert Email to Case

In Dynamics 365, you can automatically create records such as cases and leads from incoming emails. To do this, go to Settings->Service Management: Select Automatic Record Creation and Update Rules (note this was previously called Automatic Case Creation Rules): Select New: Enter a name and select the queue. We will select a queue called “Cases Queue”: Note the source types available. We will use Email: The case queue has an … Continue reading Dynamics 365 Record Creation and Update Rules to Convert Email to Case

Accessing Dynamics 365 Field Service Settings

To access Dynamics 365 Field Service Settings (Administration), open the Field Service app: You will see: Select “…” and then Field Service Settings: You will see the settings: Expanding the view, we can see all the Field Service settings:

Set Dynamics 365 Colors and Logo Using Themes

In Dynamics 365, you can set the logo and colors of the organization through “themes”. To access themes, go to Settings->Customizations: Select Themes: Here you will see any existing themes in the system, as well as what is marked as the current “default” theme: To set a theme, select it and press “Publish Theme”: The system will then be updated to use that theme. Note the color differences in using … Continue reading Set Dynamics 365 Colors and Logo Using Themes

Using and Creating Single-Stream and Multi-Stream Dashboards in Dynamics 365

Interactive Experience dashboards in Dynamics 365 are a modern, real-time dashboard experience that allows users to view and act on data quickly and easily. In this post, we will look at the different types of interactive experience dashboards and how they are used. In Dynamics 365, there are 2 types of Interactive Experience dashboards: Single-Stream Dashboards, which support single “streams” Multi-Stream Dashboards, which support multiple “streams” A stream of data … Continue reading Using and Creating Single-Stream and Multi-Stream Dashboards in Dynamics 365

Scheduling Publishing a Knowledge Article in Dynamics 365

In Dynamics 365, you can schedule the publishing of knowledge articles. Let’s create a new version of an article and update the text: Now click Publish: Change Now to In The Future: Enter a future date. Note the status will be set to Scheduled. Click Publish: The article is now scheduled to publish on the selected date:  

Enabling Knowledge Article Search in Customer Service Hub

In Customer Service Hub, you can search for knowledge articles using the quick find view: In some cases, searching for keywords may not produce any results: One thing to check in these situations is the quick find view fields have been properly configured. Open Customize the System: Select the Knowledge Article entity and go to Views. Select Quick Find Active Knowledge Articles: Click on Add Find Columns: Ensure the relevant … Continue reading Enabling Knowledge Article Search in Customer Service Hub

Searching and Emailing Knowledge Base Articles in Dynamics 365

In Customer Service Hub or Interactive Service Hub in Dynamics 365, we can create Knowledge Base articles to help users with accessing information such as resolving cases. To access and create knowledge base articles in Interactive Service Hub, select Service->Knowledge Articles: From Customer Service Hub, select Knowledge Articles: This will open the view: From here, you can search for articles using Search for Records in the top right: For example, … Continue reading Searching and Emailing Knowledge Base Articles in Dynamics 365

Hide and Show Tabs and Sections in Dynamics 365 using JavaScript

In Dynamics 365, you can hide and show sections and tabs using JavaScript. In this post we will go through examples of how to do this. Let’s say on the Account form you would like to hide the Details tab when the Ticker Symbol field is empty. First, find the name of the Details tab by selecting it and clicking Change Properties: We can see it is called DETAILS_TAB: Let’s … Continue reading Hide and Show Tabs and Sections in Dynamics 365 using JavaScript