Tag: Dynamics 365
-
Dynamics 365 – How to Get Row Data From Sub-Grids
In this post, I will show you how to get row data from the subgrids in Dynamics 365. Subgrids are useful for displaying related records on a form, such as contacts for an account or tasks for an opportunity. But sometimes, you may want to access the data of the…
-
Dynamics 365 – Bypass Custom Business Logic
If you are a developer working with Dataverse, you may have encountered situations where you need to perform bulk data operations without triggering the custom business logic that is applied by plug-ins, workflows or Power Automate flows. For example, you may want to import a large number of records from…
-
Power Automate Flows How to Compare numbers in string and int data types
When working with Power Automate Flows it is important to understanding how the tool handles different data types and functions, particularly when it comes to comparison. In this blog post, I will talk about comparing numbers in different data types. In some cases you may encounter a situation where you…
-
Dynamics 365 – How to Show Field Notifications | addNotification
📢 In this blog post, I will explain how to display field-level notifications in Dynamics 365 forms and demonstrate the usage of the addNotification() function with code examples. Let’s get started 💻 What is addNotification()? The addNotification() function is a method of the Control object in the Dynamics 365 Client…
-
Dynamics 365 Shared Variables – Share data between Plugins
Shared variables in Dynamics 365 plugins are essentially global variables that are accessible across all plugin steps and instances. These variables can be used to store data that needs to be shared across different steps of the plugin or across different instances of the same plugin. Using shared variables in…
-
How to Boost Your Conversations with Power Virtual Agents
If you are already using Power Virtual Agents in your power platform solutions or want to start using, then you might be interested in the new Boost conversations feature in Power Virtual Agents. This feature allows you to use the capabilities of OpenAI’s Codex, an AI system that can generate…