Below is an example of working code which displays a confirmation dialog before the save of a new record, if the user presses ‘OK’ then the record will save or if the user presses ‘Cancel’ then the record will not…
Tag: Microsoft
Examples of using await in Dynamics 365 JavaScript
Below are just some examples of using await inside of JavaScript for Dynamics 365. I know that there are many ways of achieving this but these are just some examples which I have used in the past which work very…
Azure DevOps Pipelines – How to enable Cloud Flows using PowerShell
The below example will demonstrate how to enable cloud flows in Dynamics 365 after a solution deployment using Azure DevOps Pipelines and Releases. I will be using an Application User for authentication. You will need to add the PowerShell script…
PCF – Alerts Display
I created this PCF to allow users to configure and see a list of alerts in one area. The PCF can retrieve related information up to two tables deep and also change and update the colours of each individual alert.…
Field Service Technician Service Reporting Development Guide
Microsoft have documentation covering their service reporting functionality – Field Service technician service reporting | Microsoft Docs. You will first need to download the reporting solution provided by Microsoft and install it into your environment. Next you will need to…
How Dynamic’s reacts to multiple instances of the same field on a form.
I noticed that Dynamic’s has a particular way of handling multiple instances of the same field on a form. I have added three instances of the description field on the Account form. If you add the same field on a…
Migration from Resco to Microsoft (Field Service Mobile) in April 2021
This is a continuation of my last blog post – https://www.daymandynamics.com/migration-from-resco-to-microsoft-field-serivce-mobile-in-may-2020/ Microsoft have added some migration details which can be found here – https://docs.microsoft.com/en-us/dynamics365/field-service/mobile-2020-power-platform. Observing some important information within that link is Microsoft actually now recommends using their new application…
PCF – Email Report
I created this PCF to allow users to create an email record and automatically generate and attach a SSRS report. You can download the managed solution here. Link to the PCF Gallery here. Setup To add the PCF component to a form,…
PCF – Simple Note Experience
I created this PCF to allow a simpler experience of adding notes and attachments while using any of the Dynamics mobile applications. This control was primarily built for mobile but can also be used on the web as well but…
Migration from Resco to Microsoft (Field Service Mobile) in May 2020
Microsoft have announced there new Field Service Mobile application which is soon to replace the old application previous built using the Resco platform – https://docs.microsoft.com/en-us/dynamics365/field-service/mobile-2020-power-platform This blog post may seem a little pre mature as the application has just been…