Power App users can embed any Power Virtual Agent bot into their apps using the chatbot control.
Handle Open Operation Set issue using Disposable Interface
Problem Statement: In C# code, if an exception or error occurs while adding operations to an Operation Set, it remains in an Open state. Since each user has a limit of 10 open Operation Sets, exceeding this limit causes other Operation Sets to fail. To address this issue, the Disposable Interface can be used to... Continue Reading →
Create virtual tables from SQL tables or SharePoint Lists within the Maker Portal
Description: The new Virtual Table creation wizard has simplified the process of creating Virtual Tables from SQL or SharePoint for users. With this new feature, developers no longer need to spend time and effort writing plugins or code to establish connections with SQL Server and SharePoint. The process of creating Virtual Tables has been streamlined,... Continue Reading →
Power Platform Pipeline
If YMAL code restrict you to set the pipeline for solution movement. Microsoft bring a feature which will solve your issue by just doing few setups in the Power Platform admin center. Now you will be able to move the solution into the environments,
Build canvas apps by using new and refreshed controls
The latest Fluent Controls has been incorporated into Power Apps, resulting in a revamped user interface. Makers can now leverage the visually appealing controls and user experiences to enchant their users. This blog post will explore the addition of Modern controls to Power Apps, as well as the steps required to enable and utilize them.
Create and edit tables using the table designer in PowerApps Studio
Feature: Power Apps Studio's table designer allows you to conveniently create and edit Dataverse tables within your canvas app, eliminating the need to switch to a separate application. Additionally, you can seamlessly interact with data directly within the table. By using the table designer in Power Apps Studio, you can now create and modify Dataverse... Continue Reading →
Delete disabled/deleted AAD users from Dynamics
Problem Statement: Microsoft Dataverse disables users when we delete user from Azure Active Directory or the Microsoft 365 admin center. However, these disabled users still occupy space and holds historical records. To overcome this issue, Dataverse offers a feature that enables the removal of disabled users. Solution: Microsoft has introduced new feature to delete disabled... Continue Reading →
Set Key Vault Reference to Azure Function
Problem Statement: We cannot store secure values like client ids/secrets, connection strings, references, credentials, etc. directly in Azure Function configuration or code. We can use Key Vault to store these values needed in Azure Function. Azure Key Vault is a cloud-based service provided by Microsoft Azure that allows users to securely store and manage cryptographic... Continue Reading →
Expand Calendar Control in Cloud Flow using Custom API
Problem Statement: To utilize the Expand Calendar feature in Cloud Flow, it's necessary to invoke the Dynamics API. However, this entails exposing the Client ID and Secret, which raises security concerns. To avoid this, a more secure alternative is to use a Custom API. Solution: Scenario: In this scenario, I am trying to retrieve Total... Continue Reading →
Co-Authoring
Problem Statement: Earlier we could not be able do modification on Model Driven App by Multiple Users at same time. Co-Authoring enables a group of creators/customizers, to make alterations to the app simultaneously while seeing the changes in real-time. This opens opportunities for teamwork and collaboration, forging connections between professional developers and an essential factor... Continue Reading →
Maintain Business Process Flow Stage History
Problem Statement: Some organizations want to maintain stage history of Business Process Flow. For e.g. Organization has to track stage path followed by Opportunity and time each stage taking for Opportunity till it gets closed. Solution: There are 2 Solutions which we can use to track Stage History: Using Traversed Path: When Organization just want... Continue Reading →
Compressing Image Attached in Notes
Problem Statement: Sometimes user has to upload or attach image inside Notes Section of Form. When user uploads any Image in Notes, dynamics stores image in Base 64 form. As frequency of uploading/attaching images increase then it will also increase the size requirement in CDS. To reduce the size requirement in CDS, we can compress... Continue Reading →