Below you will find pages that utilize the taxonomy term “Power Platform”
February 28, 2021
Add authenticated omnichannel chat functionality to custom node.js app
Last summer I tried to set up a custom website and implement Dynamics Omnichannel chat widget with authenticated users. While Microsoft documentation clearly stated this could be done, I was not able to set it up properly, largely because documentation was a bit unclear. Since then, the documentation improved drastically and I thought I would give it another shot. Still, there were some hiccups here and there along the road chat, but this time I got the job done and wanted to share the steps with all you guys.
January 10, 2021
How you can implement Clean Code principles in Power Platform
This is my first blog post of this year after some well-deserved rest. The holidays were mostly spent with family - eating a lot of gingerbread and lussebullar among other things - but also, I managed to sit down and reread the book Clean Code by Robert C. Martin. This is a good and well-known book among programmers. I wanted to list how the Clean Code principles can be implemented in the Power Platform space and make your environments cleaner and more manageable.
December 15, 2020
Use Virtual Entities to show CDS snapshot data from Data lake
Outline Export CDS data to Data lake Register Azure Query Accelerator Set up Azure Function Set up Virtual Entity (plugin, datasource and dataprovider) Conclusion I have had two implementations this past year where clients wanted to store historical opportunity data in order to measure how the pipeline grows or shrinkens over time. The common approach has been to create a new entity, lets call it opportunity history, and run monthly batch jobs that take all opportunities and create them as an read only record in opportunity history entity.
November 30, 2020
Use Customer Voice Surveys for capturing Leads
People usually associate Customer Voice as a tool for capturing customer feedback through surveys. But you can also use the surveys as a form and embed them on your customer facing webpage. Usually this is done through Dynamics 365 Marketing where customers set up a form that they embed on their customer facing website in order to generate leads in the system. If one does not want to pay for the full capabilities of Marketing but still wants to capture leads, Customer Voice can come quite handy.
June 17, 2020
How to call Sharepoint API from Dynamics – alternative approach
I had a scenario where the customer was running integrations by connecting to Sharepoint with a user account. When they later turned on MFA, their integration stopped working (obviously) since there is no way for an application running with user credentials to authenticate with MFA.
So Ajit Patra demonstrates how you can can call Sharepint api from Dynamics by creating an app in Sharepoint and connect with the apps clientid and secret.
June 8, 2020
Field Service – How to book multiple resources with a work order
I had this scenario where I wanted to be able to book a technican to a work order. But not only did I want to book the technican, I also wanted to book a truck for the work order.
So both the technican and truck are bookable resources. How can I set this up in a smooth way?
Enter requirement groups to the rescue! Requirement groups let you define wich resources should be booked together.
May 22, 2020
Dynamics 365 – Custom Dialogs in UCI – Part 4
Note: this is an unsupported customization and may be subject to changes by Microsoft.
So I wanted to recreate the convert email to opportunity functionality and started to search online for any solutions. That is where I stumbled upon Guidinger’s and Capek’s fantastic posts on how you can create custom dialogs. So I experimented a bit with this and here I will share my own experiences.
How to find CRM’s OOB-dialogs I didn’t want to recreate the entire form-xml dialog from scratch, so I tried to find a way to fetch the OOB-dialogs in dynamics.