Streamlining Development in Dynamics 365 F&O with Unified Developer Environments
Streamlining Development in Dynamics 365 F&O with Unified Developer Environments

Streamlining Development in Dynamics 365 F&O with Unified Developer Environments
Filtering Dynamics 365 Finance and Operations Dataverse Virtual Entities in Customer Portal
PowerApps portal helps you exposing CRM data to your customer through a web application. It works pretty well when the data are persisted in CRM, then we can use all the power of the dataverse platform to propose forms, views and processes to the end customer.
The CRM Portal Management application proposes a full set of tools to manage the customer access: Table permission, Web Roles, Content access level, Web Page Access etc... but there are some limitations to it.
The User Name in D365 CRM is different from that in Office 365
Table of Contents
Today, I'd like to show a note about the User Name sync mechanism from AAD(Azure Active Directory ) to Dynamics 365 CRM.
Scale Power Automate Desktop (PAD) using multiple Machines
How to use Azure Table Storage with C#
Azure Table Storage is a very useful solution present in the Azure Storage Account component. The service is a NoSQL datastore which accepts authenticated calls from inside and outside the Azure cloud. While remaining scalable and maintained by the Azure Cloud.
It is therefore a real accelerator for projects that need to store unstructured data.
You can obviously manipulate the data manually from the Azure portal, however, here I will show you that you can mainly use the API to manipulate the data from your C# code.