Amit Prajapati·Jan 27, 2025Early Bound vs. Late Bound in Dynamics 365 CRM PluginsThis article explains these methodologies, their impact on plugin development, and best practices to maximize efficiency in Dynamics 365CRM
Amit Prajapati·Aug 29, 2024How to Implement Data Masking for Sensitive Data in Dynamics 365 CRMIn today’s data-driven world, ensuring the security of sensitive information within your CRM system is crucial. Dynamics 365 CRM provides a…A response icon1A response icon1
Amit Prajapati·Aug 28, 2024Effective Ways to Restrict Record Deletion in Dynamics 365 CRMIn Dynamics 365 Sales, it’s important to protect your customer’s data to keep your business running smoothly. A common issue is stopping…
Amit Prajapati·Aug 10, 2024Understanding SQL Normalization and JoinsEnsuring data integrity and optimizing query performance are crucial when working with relational databases. Two fundamental concepts that…
Amit Prajapati·Jul 24, 2024All String Formatting in C#: Unlocking the Power of “To String()”In C#, the ToString() method is a versatile function used to convert objects to their string representation. By using format strings…
Amit Prajapati·Aug 6, 2022Quick Overview of Power App Pages — Design StudioIn this blog, we will investigate the Design Studio of Power App Pages. This is the continuation of my previous blog on Power App Pages…
Amit Prajapati·Aug 6, 2022Quick Overview of Power App Pages — Initial SetupIntroduction: Power App Pages is one of the new add-ins in the Power Platform product bundle announced by Microsoft in MS Build 2022. It…
Amit Prajapati·May 3, 2022Secure your Environment Variable inside Azure Function using Key Vault.In the previous blog, we learn about how to use the Environment variable in Azure Function. Environment variables are most important and…
Amit Prajapati·Apr 10, 2022Use of Environment Variable inside Azure Function in C#In this blog, we will learn how to configure and use Environment Variable in Azure Function. Concept of using Environment variable during…A response icon1A response icon1
Amit Prajapati·May 2, 2021Store Customer Voice Survey Response to Dataverse Custom Entity using Cloud FlowIn this blog, we will learn how to store the Customer Voice survey response to the custom entity as OOB entities which holds that response…