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
Author: Furkan Karacan
How to start and stop Azure Data Factory-SSIS Integration Runtime on a schedule
In this post I'm going to show you how to start and stop Azure-SSIS Integration Runtime on a schedule by using Web activity. This is a useful technique if you want to save costs and optimize the performance of your SSIS packages in Azure. But first, let me explain what Azure-SSIS Integration Runtime is and … Continue reading How to start and stop Azure Data Factory-SSIS Integration Runtime on a schedule
Free Microsoft Certification Official Exam Dumps
If you missed the latest news, Microsoft Learn has just introduced Practice Assessments. If you are looking for a way to prepare for Microsoft Certification exams, you should check out these assessments on Microsoft Learn. These assessments are designed to help you test your skills, assess your knowledge and strengths, and gauge your readiness for … Continue reading Free Microsoft Certification Official Exam Dumps
Microsoft Career Paths
If you missed the latest news, Microsoft Learn has just introduced Career Paths. Career Paths are large collections of learning modules that help you gain the skills and knowledge you need for specific roles in the tech industry. Whether you want to become a software engineer, a data analyst, a cloud administrator, or anything in … Continue reading Microsoft Career Paths
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?
Azure Cache for Redis Toolkit
I created a collection of Azure Functions for managing the Azure Cache for Redis service, including functions to delete, add, get and flush cache entries. It's simple to implement and use. Check it out 😉 https://github.com/adessoTurkey-dotNET/azure-cache-service-toolkit This repository contains a collection of HTTP triggered Azure Functions for managing the Azure Cache service. The following functions … Continue reading Azure Cache for Redis Toolkit