Category: Dynamics 365

  • Dynamics 365 – Create AutoPopulate String Field with Custom PCF Control

    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…

  • HOW TO CREATE BUSINESS PROCESS FLOWS TO UPDATE STATUS

    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…

  • Dynamics 365 – Using Progress Indicator

    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…

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