Category Archives: Dynamics CRM

Microsoft Document Automation Application using AI Builder Form Processing Model

Introduction Document Processing has been a tedious manual task for a while now. With the introduction of AI services, it is now a simplified and automated process in most organizations. Microsoft has been at the forefront of the democratization of AI through its AI Builder services. AI Builder a no/low code service helps citizen developers… Read More »

Automate a process to pick files from the on-premises network and upload them to Dynamics 365 CE (Online)

Introduction Using the Power Automate (Flow) and an on-premises data gateway, we can automate a process for organizations where they want to communicate their systems from on-premises networks to Cloud. For example, automating a routine task when a defined event triggers on on-premises networks or local servers. Defined event maybe when a file is created… Read More »

isRTL property of UserSettings API in PCF Control to Determine Language within Dynamics 365 CRM

Introduction As we know, PCF control can be run in multiple languages. Each language has a script to be written and it will be written with a direction. Some languages are written in the left-to-right direction, whereas some are written in the right-to-left. For example, English language script is written left-to-right, whereas Arabic language script… Read More »

Check whether the current logged in Dynamics 365 CRM user has necessary security privileges for a specific entity in PCF Control

Introduction In this blog, we will get the idea on how we can check if the current logged-in user has Read/Write/Update access to any specific entity or not. Scenario We have one Boolean type PCF control on the Account entity. Based on the Yes / No value of PCF control, we want to create a… Read More »