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 Dynamics 365 plugins provides several … Continue reading Dynamics 365 Shared Variables – Share data between Plugins
Tag: Dynamics 365
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 natural language code from plain … Continue reading How to Boost Your Conversations with Power Virtual Agents
Dynamics 365 Language Codes
List of supported languages and their LCIDs for Dynamics 365. Language CodeDescription (informative)BCP 47 Code1025Arabic - Saudi Arabiaar-SA1026Bulgarianbg-BG1027Catalanca-ES1028Chinese - Taiwanzh-TW1029Czechcs-CZ1030Danishda-DK1031German - Germanyde-DE1032Greekel-GR1033English - United Statesen-US1034Spanish - Spain (Traditional Sort)es-ES1035Finnishfi-FI1036French - Francefr-FR1037Hebrewhe-IL1038Hungarianhu-HU1039Icelandicis-IS1040Italian - Italyit-IT1041Japaneseja-JP1042Koreanko-KR1043Dutch - Netherlandsnl-NL1044Norwegian (Bokmål)nb-NO1045Polishpl-PL1046Portuguese - Brazilpt-BR1047Rhaeto-Romanicrm-CH1048Romanianro-RO1049Russianru-RU1050Croatianhr-HR1051Slovaksk-SK1052Albanian - Albaniasq-AL1053Swedishsv-SE1054Thaith-TH1055Turkishtr-TR1056Urdu - Pakistanur-PK1057Indonesianid-ID1058Ukrainianuk-UA1059Belarusianbe-BY1060Sloveniansl-SI1061Estonianet-EE1062Latvianlv-LV1063Lithuanianlt-LT1064Tajiktg-Cyrl-TJ1065Persianfa-IR1066Vietnamesevi-VN1067Armenian - Armeniahy-AM1068Azeri (Latin)az-Latn-AZ1069Basqueeu-ES1070Sorbianwen-DE1071F.Y.R.O. Macedonianmk-MK1072Sutust-ZA1073Tsongats-ZA1074Tswanatn-ZA1075Vendaven-ZA1076Xhosaxh-ZA1077Zuluzu-ZA1078Afrikaans - South Africaaf-ZA1079Georgianka-GE1080Faroesefo-FO1081Hindihi-IN1082Maltesemt-MT1083Samise-NO1084Gaelic (Scotland)gd-GB1085Yiddishyi1086Malay - Malaysiams-MY1087Kazakhkk-KZ1088Kyrgyz (Cyrillic)ky-KG1089Swahilisw-KE1090Turkmentk-TM1091Uzbek (Latin)uz-Latn-UZ1092Tatartt-RU1093Bengali (India)bn-IN1094Punjabipa-IN1095Gujaratigu-IN1096Oriyaor-IN1097Tamilta-IN1098Telugute-IN1099Kannadakn-IN1100Malayalamml-IN1101Assameseas-IN1102Marathimr-IN1103Sanskritsa-IN1104Mongolian … Continue reading Dynamics 365 Language Codes
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 templates to analyze and share … Continue reading Dynamics 365 – Import Bulk Data using Excel Template
Power Automate – Linked Entity Attributes
Linked entities in FetchXML are entities that are related to the primary entity specified in the FetchXML query. Linked entities allow you to retrieve data from multiple related entities in a single query, and to traverse the relationships between entities to retrieve related data. When you are filtering records in Power Automate with FetchXML you … Continue reading Power Automate – Linked Entity Attributes
Dynamics 365 | Plugin vs Workflow Execution Order – Which runs first?
When extending the backend of Dynamics 365, it is important to understand the execution order of Plugins and Workflows, especially when you have specific backend steps that need to run in a specific order. Once you understand the concept of stages and ranks of plugins and workflows, it becomes easy to understand which one runs … Continue reading Dynamics 365 | Plugin vs Workflow Execution Order – Which runs first?
Dynamics 365 – Retrieve More than 5000 records with FetchXML
When you're working with Dynamics 365, you may have encountered a limitation when it comes to retrieving records. The maximum number of records that can be retrieved in a single query is 5.000. This can be a problem if you need to retrieve a large number of records, such as for a data migration or … Continue reading Dynamics 365 – Retrieve More than 5000 records with FetchXML
Dataflows – Import Bulk Data or Copy Data Between Environments for Dynamics 365 and Dataverse
What is dataflow? Dataflows are a feature of the Power Platform that allows users to extract, transform, and load data from a variety of sources. They provide a simple and efficient way to bring data into the Dataverse. One of the key benefits of dataflows is that they allow users to perform complex data transformations … Continue reading Dataflows – Import Bulk Data or Copy Data Between Environments for Dynamics 365 and Dataverse
Power Automate Flows vs Azure Logic Apps. Which one should we use?
When it comes to creating modern automated workflows for Dynamics 365 or other dataverse applications, the first option that comes into the mind is surely Power Automate flows. Since its replaced old legacy workflows for Dynamics 365, we started building more complex workflows easier and quickier. But Power Automate flows may not be always the … Continue reading Power Automate Flows vs Azure Logic Apps. Which one should we use?
Dynamics 365 – Hide/Disable/Edit Business Process Flow Fields using JavaScript
In Dynamics 365, Business Process Flow attributes are just like Form attributes. You can use most of the controls in the same way as you normally do for Form attributes. Let's look at the most common ones together. Get Business Process Flow attribute control using Javascript To get attributes Add "header_process" before schema name of … Continue reading Dynamics 365 – Hide/Disable/Edit Business Process Flow Fields using JavaScript