Tag: Dynamics CRM

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

  • Dynamics 365 Language Codes

    List of supported languages and their LCIDs for Dynamics 365. Language Code Description (informative) BCP 47 Code 1025 Arabic – Saudi Arabia ar-SA 1026 Bulgarian bg-BG 1027 Catalan ca-ES 1028 Chinese – Taiwan zh-TW 1029 Czech cs-CZ 1030 Danish da-DK 1031 German – Germany de-DE 1032 Greek el-GR 1033 English…

  • Dynamics 365 – Import Bulk Data using Excel Template

    Excel templates are pre-formatted spreadsheets that contain data fields and formulas that match the structure and logic of Dynamics 365 entities and attributes. By using Excel templates, you can easily import bulk data into Dynamics 365 without having to manually map each column or field. You can also use Excel…