Latest posts
-

Dynamics 365 – Bulk Edit Entity Records Using Views
In the new 2021 Release Wave 2 that will be go live at October 1st 2021, Microsoft has removed the hybrid experience between Web Client and Unified Interface. With the new Unified Interface dialogues, we now are able to edit multiple records directly from views. The first thing that catches our eyes is the new… Read more
-
How To Create Power Automate Flow To Update Currencies In Dynamics 365
Consider your sales team doing business with accounts in different countries and you have more than 1 currency in your system. They ask you to daily update all the currencies in your system so they can finalize the deal at the latest exchange rate. For on premise versions this would need lot of codes. Like… Read more
-

Dynamics 365 – Create AutoPopulate String Field with Custom PCF Control
PowerApps Component Framework PCF (PowerApps Component Framework) are used to create Field type and Data-set type code components and provide an enhanced user experience for the users to view and work with data in forms, views, and dashboards. Developing a custom control Unlike web resources, PCF components are rendered as a part of the same… Read more
-
Dynamics 365 Multi-table lookups
Multi-table lookups, are now finally live (Preview) for use via API or SDK. Multi-table lookups (polymorphic lookups) allow the creation of a lookup in one table that looks up records in multiple other tables at once. This provides much greater flexibility in retrieving data within your environments. Let’s imagine we have many different objects that… Read more
-

HOW TO CREATE BUSINESS PROCESS FLOWS TO UPDATE STATUS
Business process flows(BPFs) are great if you want to ensure that people enter data consistently and follow the same steps every time they work with a customer. For example, you might want to create a business process flow to have everyone handle customer service requests the same way, or to require that people get approval… Read more