Latest posts
-
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
-

Dynamics 365 – Using Progress Indicator
The one of addition that we saw is Progress Indicator functionality with Dynamics 365 v9 release. With this functionality, users can now develop more responsive forms and display the Progress dialog/Indicator using “showProgressIndicator” function of XRM.Utility namespace. You can add showProgressIndicator to any of your form events like Ribbon buttons, field events, onSave event, onLoad event etc. The Syntax of Read more
-
Tutorial: Creating a Predictive Machine Learning Model on Azure Machine Learning Studio
In this blog post i am going to talk about how to create a machine learning model on Azure Machine Learning Studio. I am going to discuss about preparing datasets, data cleaning, feature selection, picking right machine learning model and evaluating a model score. Every resource in this article is open source and easy to Read more