This is probably a super simple question, but I’m a super simple flow user. After listing records from D365 how would I go about retrieving an attribute value of the first result returned? Michael “Super Simple Flow User” Ochs I won’t name the person who suggested the following: Declare variables to store values. Include top […]
Tip #1255: Say hello to PowerApps Component Framework
At long last we have that abbreviation sorted out. CCF PCF or PowerApps control Component Framework a.k.a. Goodbye Web Resources is now available for public preview. It sounds grand and does hold the promise of changing the way we extend PowerApps, both model-driven and canvas. Read the announcement conveniently placed within the new PowerApps Component […]
Tip #1251: Run workflow when something did not happen
Flow is all the rage these days but there are some scenarios where classic workflow still rules. Classic workflow has the uncanny ability to readjust itself when underlying data you’re waiting for, changes. This dialog took place not so long ago: Steve “Reads his own blog” Mordue: I want to trigger a workflow to update […]
Tip #1248: Stop using OrganizationProxy
One of the topics discussed during the MVP Summit 2019 was the brexit of SOAP API. I thought we dealt with it already but there is an additional small but important message: Stop using OrganizationProxy Matt “Platform Deity” Barbour Hold on, you may ask, didn’t you tell us that IOrganizationProxy is fine? Yes, it is, […]
Tip #1245: Tops and bottoms in April ’19 Release
It’s great to see the team advising us in advance about the upcoming features in the April ’19 Release Notes. As with any forward document, it is a living and breathing beast. Some features are being postponed, some replaced, new stuff added. Some of the late-comers are new FetchXML operators. How often you wanted to […]
Tip #1244: CDS connector may not fire in administration mode
We did recommend using CDS Connector in Flow (more than once, actually) and most of the time it works great. However there have been some reports that CDS Connector does not trigger in the sandbox organizations while working fine in production. Turns out, there is a good explanation, straight from the source: With the new […]
Tip #1238: Painless upgrade from 8 to 9
Do not pass Go. Do not collect $200 Chance and Community Chest card When planning upgrade of your 8 or 8.2 on-premises instance to version 9, there are two rules: Do not, I repeat, do not consider in-place upgrade. Raise a support ticket and get yourself a build 9.0.02EDIT: download service update 0.3 If you […]
Tip #1237: Access D365 admin center when you are not O365 admin
If you need to go to the instance selector to manage one of the Microsoft solutions but you are not an O365 admin, you can’t go through the O365 admin portal. No sweat, go to Power platform admin center and you can get to the Dynamics 365 instance managers from there. In fact, to paraphrase: […]
Tip #1236: Review RetrieveMultiple plugins before migrating to Unified Interface
It’s not uncommon to register a plugin on RetrieveMultiple message and fiddle with the output, e.g. drop some values, add some calculations, etc. Chances are that you are changing the QueryExpression, and the plugin is working fine in the classic UI but you will have challenges migrating to Unified Interface. The reason is that in […]
Tip #1233: Make connections via quick create
Anyone ever use any voodoo to make Quite Create from connections/stakeholders? Experienced customizer (pretending I am Joel – t.j.) If your question is how to make connections via Quick Create, I’ve created a custom entity that creates connections using workflow. You could show that via Quick Create form. Connections are useful but have notoriously bad user experience. We’ve been dealing […]