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'...
View ArticleQuickFix: 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...
View ArticleUnable 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...
View ArticleAzure 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,...
View ArticleConfiguring Azure Key Vault Parameters in Dynamics 365 Finance and Operations
Configuring Azure Key Vault Parameters in Dynamics 365 Finance and OperationsConfiguring Azure Key Vault Parameters in Dynamics 365 Finance and OperationsIntroduction:In this blog post, I will guide...
View ArticleSimplifying Data Retrieval with D365FO X++ Lookup Method
Simplifying Data Retrieval with D365FO X++ Lookup MethodSimplifying Data Retrieval with D365FO X++ Lookup MethodIntroductionMicrosoft Dynamics 365 for Finance and Operations (D365FO) is a powerful ERP...
View ArticleHow 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...
View ArticleStep-by-Step Guide to Azure App Registration Process
Introduction:Azure App Registration is a crucial step when developing applications that integrate with Azure services. It allows your application to authenticate and access resources securely within...
View ArticleA complete Guide - Configuring Power BI in Dynamics 365 Finance and...
Introduction:Power BI is a powerful business intelligence tool that enables users to visualize and analyze data from various sources. When integrated with Dynamics 365 Finance and Operations (D365FO),...
View ArticleQuickFix: Golden config database promotion to UAT
Hi Folks, If you are reading this post, I would assume you already followed Microsoft docs on the same topic but are unable to follow all the steps as it says. Here is the MS doc URL, Golden...
View Article[Solved] Unable to find a feature in 'Feature management' workspace
If you are struggling to find a required feature in the 'Feature management' workspace, simply click on 'Check for updates' and most hopefully the feature you are looking for will start appearing in...
View ArticleQuickFix: Error while build SSRS report
Error Message:SeverityCodeDescriptionProjectFileLineSuppression StateErrorPath: [AxReport/<ReportName>]:"An unhandled exception was thrown while validating <ReportName>with callstack...
View ArticleSupercharging Dynamics 365 F&O implementation with Azure DevOps
Hi Folks, Here is the recording of the session delivered on 31st August, it primarily targeted below topics, and of course an interactive demo around those topics, -Harry Follow us on Facebook to keep...
View ArticleQuickFix: Company doesn't exit error on report
In my case it was an issue with the wrong extends of the contract class (of course this happened because of poor copy-paste skills :) ) Check the contract class if you have extended with the...
View Article[Solved] Parameter issue with SSRS report
If you are reading this post, my humbly empathy with you, you are one of the victims of the SSRS report. :)I am not diving on exact error messgae you may getting while build/deploying report. Lets...
View Article[Solved]Error while importing/Exporting opening balances DIXF (No active...
Hi Folks, We were trying to import some opening balances and encountered some issues which say error as below, Error 1:Results. The account type Ledger is not validResults. Validations failedError...
View ArticleColor code the cell in Excel export
Hi Folks, Below is a sample code to color code your Excel cell while exporting. In this code, we will be using two assemblies as belowusing OfficeOpenXml;using OfficeOpenXml.Style; and standard Excel...
View ArticleENum values in BYOD
While exporting data in BYOD ENUMS are exporting with values (numerical) than its string values. All ENUMS are sitting in this table with their values and IDs, SRSANALYSISENUMS Sometimes this table...
View ArticleQuickFix: Stop script for service model: AOSService on machine:
If you are getting errors while upgrading your tier-1 environment, trust me you are not alone, many of us facing this error say, Error 1: Stop script for service model: AOSService on machineIf you...
View ArticleQuickFix: Build pipeline failing at 'Prepare for Build' step
[This is my own experience which worked for me. Pay attention to other troubleshooting as well like checking for any error on other steps, checking event viewer etc]Issue: Build pipeline failing at...
View Article