The issue After changing to a new UI a custom web resource launched from a custom button of the ribbon bar stopped receiving parameters. This leads to the incorrect page layout generation and other issues which are based on the missing parameter. The diagnostics There are things to consider while performing re-work on the page:… Continue reading Fixing the ribbon button issue for a new Dynamics 365 UI
Tag: coding
Add-Ons, No-code and Other Imaginary Friends vs System Support and Maintenance (random drawings)
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… Continue reading Add-Ons, No-code and Other Imaginary Friends vs System Support and Maintenance (random drawings)
Download file from Azure BLOB storage inside Dynamics 365 Plugin or custom WF activity
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… Continue reading Download file from Azure BLOB storage inside Dynamics 365 Plugin or custom WF activity
Exploring MS Graph API: Error – “Too many child clauses…”
I have a list of emails, which are UPNs (user principal name), which I am using in a query filter to retrieve an information for Azure AD users. Honestly, I was exploring, trying to figure out the best way to query, knowing that IN {} statement is not supported for the filter. What is supported? Also,… Continue reading Exploring MS Graph API: Error – “Too many child clauses…”
Agile with no Refactoring is no Agile
Let's say, you have a task to draw an elephant trunk. You are very excited about the elephant trunk project. It's going to be cool, it's going to be an Agile project, of course. To play it safe, we can always modify the trunk, change a color, a size, a style. We will present the… Continue reading Agile with no Refactoring is no Agile