Skip to main content

Community blogs

Featured

Latest blog posts

View all
LikeLike (0)
How to add security on a specific control on form

Hi Folks, In this post, I will discuss how to enhance security for a specific form control, such as a button or checkbox. Typically, we would use the DisplayMenuItem feature to manage security privileges. However, things can become a bit diff...

LikeLike (1)
Simplifying Data Retrieval with D365FO X++ Lookup Method

Simplifying Data Retrieval with D365FO X++ Lookup Method Introduction Microsoft Dynamics 365 for Finance and Operations (D365FO) is a powerful ERP system that offers robust customization capabilities. One such customization option i...

LikeLike (0)
Configuring Azure Key Vault Parameters in Dynamics 365 Finance and Operations

Configuring Azure Key Vault Parameters in Dynamics 365 Finance and Operations Introduction: In this blog post, I will guide you through the process of configuring Azure Key Vault parameters in Dynamics 365 Finance and Operations (re...

LikeLike (0)
Azure Key vault parameter setup in D365FO

Hi Folks, In this post, I am going to share how to configure Azure key vault parameters in Dynamics 365 Finance and Operations  (Let's call it FinOps until we have a new name from Microsoft :) ).First, let's understand what the u...

LikeLike (0)
Unable to restore database into DEV/Tier-1 instance

Hi Folks, When trying to restore a DB backup (.bak file) to one of the DEV boxes I was getting a strange error (initially it was strange :) ). The backup file was the size of about 50GB and I have disc space available of about 400GB but still...

LikeLike (1)
QuickFix: Set default browser in Visual studio for debugging

If you are also facing issue when debugging VS opens objects in IE, ironically Microsoft says its not supported any more but still object opens in IE.So to change the default browser to Chrome or any other, navigate to Visual Studio Extension >...

LikeLike (0)
Best way to do Postman setup with D365FO

Hi Folks, There are very simple steps to do initial setup between Postman and D365FO environment. Please follow below steps.(Make sure you have added a record in 'Azure Active Directory applications' in D365FO under Sys admin > set...

LikeLike (0)
QuickFix: [Solved] SSRS Report Deployment failed - The number of defined parameter...

While duplicating an SSRS report for customization sometimes you may face this error at the time of report deployment. Error Message:"SSRS Report Deployment failed - The number of the defined parameters is not equal to the number of cell...