Olena's Dynamics Blog (post-AI)
Writing as a human
Category: Uncategorized
-
Recently, I am trying to ignore workflows and move all the custom functional logic into Flows. This time I created a very simple Flow converting a text field value into a number and copying it to another field. I needed it for my chart. I run the Flow on a custom entity. An I forgot…
-
Customisation & Configuration No Add-Ons + Add-Ons Business Logic Complicity No Add-Ons + Add-Ons + Add-Ons + “No coding” coding Support Support Responsibilities *US – a Dev team for the continues development or a Customer/Support Team – for after GoLive Triage Responsibilities *US – a Dev team for the continues development or…
-

If (you know) you are going to repeat some steps of the Flow logic (actions, conditions etc) in multiple Flows for different triggers and entities, think about using a child Flow as a container for a reusable logic. Although you can always clone your Flow via Export-Import, making changes to a single module is much easier…
-

Problem: Microsoft Labs AttachmentManagement solution doesn’t allow to download attachments via plugin for files,synced to Azure BLOB storage . Solution: download BLOB, using a custom plugin or custom WF activity. Mind mapping(please don’t try any of this, it doesn’t work): first, I found this link: https://community.dynamics.com/365/b/heralddyncrm/archive/2018/05/27/upload-and-download-files-in-azure-blob-using-c It worked perfectly while I was unit testing. Then I…
-
We were working on the implementation of the dynamic portal Enquiry form, where form tabs and sections get displayed based on the trigger field value. First, we tried to share some fields among multiple tabs. This approach is supported in CRM but portal doesn’t like it, apparently. So we were getting the error on the…