I did give some consideration to continuing the torture steady stream of Dynamics 365 Portals tips but we have a backlog of good tips sent to us by the community so let’s see what’s in the tipping jar first. Today’s tip is from Shailesh Wath and you too can send your tip to jar@crmtipoftheday.com. (t.j – […]
Tip #1215: Automatically manage folder tracking
Public service announcement: we are back from the Merry Year hiatus and straight to tipping. Tracking folders is a cool feature where you can configure an Exchange folder to be a tracked folder and optionally link it to a Dynamics 365 record so that any email landing in that folder will be automatically tracked and […]
Tip #1213: When you pushed that button simplified
In tip #1213 we walked you through a long winded way finding out where and when the Flow button was pushed. It involved using lattitude and longitude of the user’s location and calling Bing Maps API. As it turns out, if you are only after the local time, there is a much simpler method. When […]
Tip #1205: Local time in Flow using Common Data Service
Remember the times when you wake up and struggle to figure out where you are or what time it is? Of course, you don’t. I personally can’t recall those because lack of space and time awareness goes hand in hand with the selective amnesia. We did create a flow to help you on those occasions. […]
Tip #1203: When and where you pushed that button
There is a time in life of every developer when they have to clench their fists and… start learning Flow. Today’s topic – localized date time. Flows run on a… in a …. wherever Flows run. Time is UTC in that world. So how does one bring the concept of a time, local to the […]
Tip #1201: Working with integer variables in Microsoft Flow
In tip 1199, Leon Tribe talked about the power of using variables in Microsoft Flow. Leon astutely pointed out that using variables can simplify process development by allowing reuse of values between steps in Flow, and they can also be used for calculation purposes and building strings. One challenge with working with integer type variables […]
Tip #1199: Embrace Variables in your Flows
As you begin to use Flow as part of your Business Applications projects, you will discover that it pays dividends to adopt some of the good habits of our coding brethren. This is what I refer to as ‘disciplined development’. The tool adopted may be different but the habits are the same. Embracing good developer […]
Tip #1196: Flow does not contain data
Being a mature product, Dynamics 365 rarely lends itself to short tips these days. Microsoft Flow, new kid on the block, on the other hand, is ripe for short bursts of wisdom. Today’s one is from Rob Dawson (and you can send your nugget to jar@crmtipoftheday.com too!) With the drive toward use of Flow instead […]
Tip #1177: Use the CDS connector when you go with the flow
MVP Elaiza Benitez gave me some very helpful advice when it comes to Microsoft Flow: If you want to filter Dynamics 365 records to only records that you create in your flow, you should use the CDS when a record is created (preview) trigger, not the Dynamics 365 trigger. If you use the CDS trigger, you […]
Tip #1172: Make your CDS environments visible with a touch of Flow
As the Dynamics 365 Customer Engagement platform converges with PowerApps and CDS, one of the benefits is that also the concepts of Dynamics 365 instances and PowerApps environments will become one. What this means is that all of your existing Dynamics 365 instances will show up in the PowerApps maker and admin portals as an […]