Author: Furkan Karacan
-
How to Retrieve More Than 5.000 Records in Dynamics 365
When you are working with entities like Accounts, Contacts, Leads, Opportunities you will most likely have more than 5.000 records in your environment. There would be cases like you want to bulk update most or all of the records in your system. When you create your query and fetch the…
-

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…
-
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…
-

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…
-
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…